What problem does it solve? Engineering skills like triage, to-issues, and qa need to know where issues live, which label strings to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so the other skills read consistent settings instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects the git remote and configures GitHub (gh CLI), GitLab (glab CLI), local markdown files under .scratch/, or a freeform custom tracker, with an optional setting to treat external PRs as a triage surface. - Triage label vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the label strings actually used in the repo's tracker. - Domain docs layout: Records whether the repo uses a single CONTEXT.md plus docs/adr/ or a multi-context CONTEXT-MAP.md structure, and writes consumer rules for reading them. - Use Case: After cloning a repo that will use the engineering skills, run this once to generate docs/agents/issue-tracker.md, triage-labels.md, and domain.md, plus an Agent skills block in CLAUDE.md or AGENTS.md. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.