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 engineering skill reads consistent settings instead of guessing. ## 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 labels (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides to docs/agents/triage-labels.md. - Domain doc layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md for monorepos) documentation rules in docs/agents/domain.md. - Use Case: After cloning a repo and installing the engineering skills, run this once to generate the ## Agent skills block in CLAUDE.md or AGENTS.md plus the docs/agents/ configuration files. ## Quick Start Ask the agent to run the setup skill to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.