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 documentation resides. This Skill scaffolds that per-repo configuration once, so every other skill reads consistent 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: Records the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides in docs/agents/triage-labels.md 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 in docs/agents/domain.md, and adds an Agent skills section to CLAUDE.md or AGENTS.md. - Use Case: After cloning the engineering skills into a GitHub repo, run this once to generate the docs/agents/ configuration files so triage and ticket-creation skills immediately know to use gh issue commands with the default labels. ## Quick Start Ask the AI to run the pocock-setup skill to configure this repository's issue tracker, triage labels, and domain documentation layout.