mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
refactor(plugin): self-maintaining directory form for plugin skills
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>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
66898f60e8
commit
c01d2b6346
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"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.
|
||||||
@@ -19,27 +19,7 @@
|
|||||||
"productivity"
|
"productivity"
|
||||||
],
|
],
|
||||||
"skills": [
|
"skills": [
|
||||||
"./skills/engineering/ask-matt",
|
"./skills/engineering",
|
||||||
"./skills/engineering/diagnosing-bugs",
|
"./skills/productivity"
|
||||||
"./skills/engineering/grill-with-docs",
|
|
||||||
"./skills/engineering/triage",
|
|
||||||
"./skills/engineering/improve-codebase-architecture",
|
|
||||||
"./skills/engineering/setup-matt-pocock-skills",
|
|
||||||
"./skills/engineering/tdd",
|
|
||||||
"./skills/engineering/to-spec",
|
|
||||||
"./skills/engineering/to-tickets",
|
|
||||||
"./skills/engineering/wayfinder",
|
|
||||||
"./skills/engineering/implement",
|
|
||||||
"./skills/engineering/prototype",
|
|
||||||
"./skills/engineering/research",
|
|
||||||
"./skills/engineering/domain-modeling",
|
|
||||||
"./skills/engineering/codebase-design",
|
|
||||||
"./skills/engineering/code-review",
|
|
||||||
"./skills/engineering/resolving-merge-conflicts",
|
|
||||||
"./skills/productivity/grill-me",
|
|
||||||
"./skills/productivity/grilling",
|
|
||||||
"./skills/productivity/handoff",
|
|
||||||
"./skills/productivity/teach",
|
|
||||||
"./skills/productivity/writing-great-skills"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user