What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where a repo's issues live, which label vocabulary to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other engineering skill reads from consistent, documented conventions instead of guessing. ## Core Features & Use Cases - Issue Tracker Setup: Detects the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or a custom workflow, writing the choice to docs/agents/issue-tracker.md. - Triage Label Vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the repo's actual label strings, only when the triage skill is installed. - Domain Doc Layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts based on detected monorepo signals. - Use Case: After installing the engineering skills into a GitHub repo, run this setup once to generate an Agent skills block in CLAUDE.md or AGENTS.md plus docs/agents/*.md files, so subsequent triage and ticket workflows use the correct gh commands and labels. ## Quick Start Ask the agent to run the setup-matt-pocock-skills setup to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.