What problem does it solve? Engineering skills like triage, to-tickets, and wayfinder need to know where issues live, which label vocabulary to use, and where domain docs reside — but every repo answers these differently. This Skill scaffolds that per-repo configuration once, so the other skills work without repeated explanation. ## Core Features & Use Cases - Issue tracker setup: Detects GitHub or GitLab remotes and records the chosen tracker (GitHub, GitLab, local markdown under .scratch/, or a custom workflow) in docs/agents/issue-tracker.md. - Triage label vocabulary: Writes the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides to docs/agents/triage-labels.md. - Domain doc layout: Records single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md for monorepos) layout in docs/agents/domain.md, and adds an ## Agent skills block to the existing CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills into a GitHub repo, run this once to generate the docs/agents/ configuration files so triage and to-tickets immediately know to use gh CLI commands and the default labels. ## 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.