What problem does it solve? Engineering skills like triage, to-tickets, and wayfinder 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 the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or another tracker, writing the choice 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 label strings your tracker actually uses. - Domain doc layout: Records single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) conventions, plus consumer rules for reading them. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it adds an "Agent skills" section to CLAUDE.md or AGENTS.md and writes docs/agents/*.md files that the triage and wayfinder skills then read automatically. ## Quick Start Ask the AI to run the setup-maks-skills skill to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.