From cdef59f6e311b6c5918d7c49630b6e3ca5593ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:09:40 +0000 Subject: [PATCH] chore: version skills --- .changeset/writing-for-agents-codex-metadata.md | 9 --------- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/writing-for-agents-codex-metadata.md diff --git a/.changeset/writing-for-agents-codex-metadata.md b/.changeset/writing-for-agents-codex-metadata.md deleted file mode 100644 index 7612f1c..0000000 --- a/.changeset/writing-for-agents-codex-metadata.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"mattpocock-skills": patch ---- - -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`. diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7e46a40..964409c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mattpocock-skills", - "version": "1.2.1", + "version": "1.2.2", "description": "Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.", "author": { "name": "Matt Pocock", diff --git a/CHANGELOG.md b/CHANGELOG.md index eea3c08..ac42b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # mattpocock-skills +## 1.2.2 + +### 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`. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index c03fe7a..13fb3ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mattpocock-skills", - "version": "1.2.1", + "version": "1.2.2", "private": true, "description": "Matt Pocock's agent skills for real engineering", "repository": {