What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where issues live, which label vocabulary to use, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects GitHub or GitLab remotes and records the tracker choice (GitHub, GitLab, local markdown under .scratch/, or a custom workflow) in docs/agents/issue-tracker.md. - Triage label vocabulary: Writes the five canonical triage labels (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or your custom overrides to docs/agents/triage-labels.md. - Domain doc layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts in docs/agents/domain.md, and adds an Agent skills block to CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills into a GitHub repo, run this once to record that issues live in GitHub Issues, keep the default triage labels, and use a single-context domain layout. ## Quick Start Run the setup-matt-pocock-skills skill to configure this repository's issue tracker, triage labels, and domain documentation layout for the engineering skills.