What problem does it solve? Engineering skills like triage, to-issues, and diagnose need to know where a repo tracks issues, which triage label strings to apply, and where domain documentation lives. This Skill scaffolds that per-repo configuration so those skills work with the correct context instead of guessing. ## Core Features & Use Cases - Interactive repo exploration: Inspects git remotes, existing AGENTS.md/CLAUDE.md files, CONTEXT.md, ADR directories, and .scratch/ folders before proposing any configuration. - Guided three-part setup: Walks the user through choosing an issue tracker (GitHub, GitLab, local markdown, or other), mapping the five canonical triage label roles, and confirming single-context or multi-context domain docs. - Template-based file generation: Writes an ## Agent skills block into the existing CLAUDE.md or AGENTS.md plus three docs under docs/agents/ using seed templates for GitHub, GitLab, and local markdown trackers. - Use Case: After cloning a repo that uses GitLab issues and custom label names, run this Skill once so the triage skill applies your real labels and the diagnose skill reads your CONTEXT.md and ADRs. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure the issue tracker, triage labels, and domain docs for this repository.