# skills v1.2.2 - Product: skills (https://whatsnew.fyi/product/skills) - Vendor: mattpocock - Date: 2026-08-05 - Version: v1.2.2 - Original notes: https://github.com/mattpocock/skills/releases/tag/v1.2.2 - Permalink: https://whatsnew.fyi/product/skills/releases/v1.2.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Make `writing-for-agents` model-invokable in Codex again by removing `policy.allow_implicit_invocation: false` from `agents/openai.yaml` - **changed** — Update stale `interface.display_name` and `interface.short_description` in `writing-for-agents` skill - **changed** — Move `writing-for-agents` skill from User-invoked list to Model-invoked list in `README.md` and `skills/productivity/README.md` ###### Patch Changes - [#766](https://github.com/mattpocock/skills/pull/766) [`4aaccb5`](https://github.com/mattpocock/skills/commit/4aaccb58d40559d7e3c59a029b2290ae5ba538de) Thanks [@mattpocock](https://github.com/mattpocock)! - Make `writing-for-agents` model-invokable in Codex again. - Drop `policy.allow_implicit_invocation: false` from `agents/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-agents` mention worked. - Update the stale `interface.display_name` and `interface.short_description`, which still named the old `writing-great-skills` skill. - Move the skill from the **User-invoked** list to the **Model-invoked** list in `README.md` and `skills/productivity/README.md`.