Loading...
Loading...
Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's backlog backend (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the backlog, triage labels, or domain docs.
npx skill4agent add mattpocock/skills setup-matt-pocock-skillsCONTEXT.mdgit remote -v.git/configAGENTS.mdCLAUDE.md## Agent skillsCONTEXT.mdCONTEXT-MAP.mddocs/adr/src/*/docs/adr/docs/agents/.scratch/Explainer: "Backlog" is where issues/tickets live for this repo. Skills like,to-issues,triage, andto-prdread from and write to it — they need to know whether to callqa, write a markdown file undergh issue create, or follow some other workflow you describe. Pick the place you actually track work for this repo..scratch/
git remote.scratch/<feature>/Explainer: When theskill processes an incoming issue, it moves it through a state machine — needs evaluation, waiting on reporter, ready for an AFK agent to pick up, ready for a human, or won't fix. To do that, it needs to apply labels (or the equivalent in your backlog) that match strings you've actually configured. If your repo already uses different label names (e.g.triageinstead ofbug:triage), map them here so the skill applies the right ones instead of creating duplicates.needs-triage
needs-triageneeds-infoready-for-agentready-for-humanwontfixExplainer: Some skills (,improve-codebase-architecture,diagnose) read atddfile to learn the project's domain language, andCONTEXT.mdfor past architectural decisions. They need to know whether the repo has one global context or multiple (e.g. a monorepo with separate frontend/backend contexts) so they look in the right place.docs/adr/
CONTEXT.mddocs/adr/CONTEXT-MAP.mdCONTEXT.md## Agent skillsCLAUDE.mdAGENTS.mddocs/agents/backlog.mddocs/agents/triage-labels.mddocs/agents/domain.mdCLAUDE.mdAGENTS.mdAGENTS.mdCLAUDE.md## Agent skills## Agent skills
### Backlog
[one-line summary of where the backlog lives]. See `docs/agents/backlog.md`.
### Triage labels
[one-line summary of the label vocabulary]. See `docs/agents/triage-labels.md`.
### Domain docs
[one-line summary of layout — "single-context" or "multi-context"]. See `docs/agents/domain.md`.docs/agents/backlog.mddocs/agents/*.md