mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 11:02:41 +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>
26 lines
669 B
JSON
26 lines
669 B
JSON
{
|
|
"name": "mattpocock-skills",
|
|
"version": "1.2.0",
|
|
"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",
|
|
"url": "https://www.aihero.dev"
|
|
},
|
|
"homepage": "https://www.aihero.dev/s/skills-newsletter",
|
|
"repository": "https://github.com/mattpocock/skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"engineering",
|
|
"skills",
|
|
"tdd",
|
|
"code-review",
|
|
"grilling",
|
|
"domain-modeling",
|
|
"productivity"
|
|
],
|
|
"skills": [
|
|
"./skills/engineering",
|
|
"./skills/productivity"
|
|
]
|
|
}
|