What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where issues live, which triage labels to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once so every other engineering skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue Tracker Setup: Detects your git remote and configures GitHub (gh CLI), GitLab (glab CLI), local markdown files under .scratch/, or a custom tracker workflow. - Triage Label Vocabulary: Records the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or maps them to your existing label names. - Domain Docs Layout: Establishes single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) documentation conventions. - Use Case: After installing the engineering skills into a repo, run this once to generate docs/agents/issue-tracker.md, docs/agents/triage-labels.md, and docs/agents/domain.md, plus an Agent skills block in CLAUDE.md or AGENTS.md. ## 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.