mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
Replace the hand-listed 22 skill directories in .claude-plugin/plugin.json with the two promoted buckets (./skills/engineering, ./skills/productivity). Claude Code discovers skills one level down, so newly promoted skills are picked up automatically and the manifest can't drift out of sync with the tree. Resolves the same enumeration gap that once left resolving-merge-conflicts off the list. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6 lines
454 B
Markdown
6 lines
454 B
Markdown
---
|
|
"mattpocock-skills": patch
|
|
---
|
|
|
|
Switch the plugin manifest's `skills` field to self-maintaining directory form. Instead of hand-listing all 22 skill directories, `.claude-plugin/plugin.json` now points at the two promoted buckets (`./skills/engineering`, `./skills/productivity`) and lets Claude Code discover the skills one level down. New promoted skills are picked up automatically, and the manifest can no longer drift out of sync with the tree.
|