setup-matt-pocock-skills
Installation
Summary
Configuration scaffold for engineering skills to locate issue tracker, triage labels, and domain documentation.
- Explores the current repo to detect GitHub/GitLab remotes, existing
AGENTS.mdorCLAUDE.md, and domain doc layout before prompting - Walks through three guided decisions one at a time: issue tracker location (GitHub, GitLab, local markdown, or custom), triage label vocabulary mapping, and domain doc structure (single or multi-context)
- Writes an
## Agent skillsblock to the appropriate root file and creates three reference docs underdocs/agents/that downstream skills (to-issues,triage,diagnose,tdd,improve-codebase-architecture) will read - Allows editing of the draft configuration before committing changes; re-running is only needed if switching trackers or restarting from scratch
SKILL.md
Setup Matt Pocock's Skills
Scaffold the per-repo configuration that the engineering skills assume:
- Issue tracker — where issues live (GitHub by default; local markdown is also supported out of the box)
- Triage labels — the strings used for the five canonical triage roles
- Domain docs — where
CONTEXT.mdand ADRs live, and the consumer rules for reading them
This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write.
Process
1. Explore
Look at the current repo to understand its starting state. Read whatever exists; don't assume: