What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where a repo's issues live, which triage 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 repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or a custom workflow, written 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 in docs/agents/triage-labels.md. - Domain doc layout: Records single-context or multi-context CONTEXT.md and ADR conventions in docs/agents/domain.md, and adds an Agent skills section to CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills into a GitHub repo, run this setup once to generate docs/agents/*.md so triage and ticket-creation skills operate against GitHub Issues with the correct labels. ## Quick Start Ask the AI to run the setup-matt-pocock-skills configuration for this repository and confirm the proposed issue tracker, labels, and domain doc layout.