Docs 37,373 installs

Setup Matt Pocock's Skills

by mattpocock/skills

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local…

Skill content

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.md or CLAUDE.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 skills block to the appropriate root file and creates three reference docs under docs/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

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.md and 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: