mirror of
https://github.com/mattpocock/skills.git
synced 2026-04-30 14:03:53 +07:00
d0592f4cfb
Decouples to-prd, to-issues, and triage from GitHub. Content skills now own their templates and the conceptual state vocabulary; a new /github backend skill translates (state, artifact) into gh calls. - Rename github-triage → triage; remove all gh calls; emit handoff hints - Create /github skill with publishPRD, publishIssues, applyTriageOutcome - to-issues: strip gh issue create; AFK slices use AGENT-BRIEF format; states assigned (AFK→ready-for-agent, HITL→ready-for-human) - to-prd: strip GitHub submit; default to ready-for-agent - Delete triage-issue (its diagnosis half is covered by /diagnose; its triage half by the new /triage) - Update plugin.json, top-level README, engineering README, deprecated README Closes #80 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
521 B
JSON
18 lines
521 B
JSON
{
|
|
"name": "mattpocock-skills",
|
|
"skills": [
|
|
"./skills/engineering/diagnose",
|
|
"./skills/engineering/github",
|
|
"./skills/engineering/grill-with-docs",
|
|
"./skills/engineering/improve-codebase-architecture",
|
|
"./skills/engineering/triage",
|
|
"./skills/engineering/tdd",
|
|
"./skills/engineering/to-issues",
|
|
"./skills/engineering/to-prd",
|
|
"./skills/engineering/zoom-out",
|
|
"./skills/productivity/caveman",
|
|
"./skills/productivity/grill-me",
|
|
"./skills/productivity/write-a-skill"
|
|
]
|
|
}
|