What problem does it solve? Engineering skills like triage, to-issues, and qa need to know where issues live, which label vocabulary 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 GitHub or GitLab remotes and records the tracker workflow (gh CLI, glab CLI, local markdown under .scratch/, or a custom freeform description) in docs/agents/issue-tracker.md. - Triage label mapping: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the label strings actually used in the repo. - Domain doc layout: Records whether the repo uses a single CONTEXT.md or a multi-context CONTEXT-MAP.md with per-context ADR directories. - Use Case: After cloning a repo that will use the engineering skills, run this setup once to generate docs/agents/*.md files and an Agent skills section in CLAUDE.md or AGENTS.md. ## Quick Start Ask the assistant to run the setup skill to configure the issue tracker, triage labels, and domain docs for this repository.