mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 10:28:06 +07:00
The rename from writing-great-skills moved agents/openai.yaml without updating it. Codex filters a skill out of the model-visible skills list when policy.allow_implicit_invocation is false, so the description could not trigger the skill — only an explicit $writing-for-agents mention. Drop the policy block (implicit invocation defaults to true) and correct the stale display_name and short_description. Move the skill into the Model-invoked list in both READMEs, where the frontmatter already put it. Closes mattpocock/skills#748 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
598 B
598 B
mattpocock-skills
| mattpocock-skills |
|---|
| patch |
Make writing-for-agents model-invokable in Codex again.
- Drop
policy.allow_implicit_invocation: falsefromagents/openai.yaml. Codex filtered the skill out of the model-visible skills list, so its description could not trigger it — only an explicit$writing-for-agentsmention worked. - Update the stale
interface.display_nameandinterface.short_description, which still named the oldwriting-great-skillsskill. - Move the skill from the User-invoked list to the Model-invoked list in
README.mdandskills/productivity/README.md.