Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install auroraphtgrp01-auroraphtgrp-coding-kit-cursor-skills-ak-command-routergit clone https://github.com/auroraphtgrp01/auroraphtgrp-coding-kit.gitcp auroraphtgrp-coding-kit/SKILL.MD ~/.claude/skills/auroraphtgrp01-auroraphtgrp-coding-kit-cursor-skills-ak-command-router/SKILL.md--- name: ak-command-router description: "Route Agent Kit ak:* aliases to canonical shared skills. Use when users invoke ak:* commands or ask which AK command or skill should be used." --- # AK Command Router This Cursor-native skill bridges `ak:*` aliases to canonical Agent Kit skills. ## Routing Steps 1. Parse alias, arguments, and flags from the user message. 2. Resolve alias using the map below. 3. Read the mapped canonical `SKILL.md` before planning or acting. 4. Preserve arguments and flags as workflow inputs. 5. Execute with Cursor-native tools; do not run `ak:*` in shell by default. ## Alias Map | Alias | Canonical skill | | --- | --- | | `ak:discover` | `../../../skills/find-skills/SKILL.md` | | `ak:init` | `../../../skills/bootstrap/SKILL.md` | | `ak:brainstorm` | `../../../skills/brainstorm/SKILL.md` | | `ak:plan` | `../../../skills/ak-plan/SKILL.md` | | `ak:cook` | `../../../skills/cook/SKILL.md` | | `ak:orchestrate` | `../../../skills/team/SKILL.md` | | `ak:debug` | `../../../skills/ak-debug/SKILL.md` | | `ak:fix` | `../../../skills/fix/SKILL.md` | | `ak:review` | `../../../skills/code-review/SKILL.md` | | `ak:test` | `../../../skills/test/SKILL.md` | | `ak:ship` | `../../../skills/ship/SKILL.md` | | `ak:mioflow` | `../../../skills/ak-mioflow/SKILL.md` | ## Fallback If alias is unknown, read `../../../skills/find-skills/SKILL.md` and propose the closest valid command or skill.