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-orchestrategit clone https://github.com/auroraphtgrp01/auroraphtgrp-coding-kit.gitcp auroraphtgrp-coding-kit/SKILL.MD ~/.claude/skills/auroraphtgrp01-auroraphtgrp-coding-kit-cursor-skills-ak-orchestrate/SKILL.md--- name: ak-orchestrate description: "Cursor wrapper for `ak:orchestrate`. Use when the user invokes `ak:orchestrate` or asks for the corresponding Agent Kit workflow. Orchestrate subagent teams for parallel multi-session collaboration. Platform-adaptive: routes to the appropriate strategy for Cursor (Task tool), Copilot (/fleet), Codex (subagent), or AntiGravity (Agent Manager). Claude Code Agent Teams available when enabled." --- # ak-orchestrate This is a Cursor-native discovery wrapper for an Agent Kit canonical skill. This wrapper also supports `ak:orchestrate` command-style routing. ## Canonical Skill - Path: `../../../skills/team/SKILL.md` ## Instructions 1. Read the canonical skill before planning or acting. 2. Follow the canonical skill's workflow, hard gates, references, scripts, and verification rules. 3. Preserve user arguments and flags as workflow inputs when applicable. 4. Use Cursor-native tools for execution. 5. Report platform limitations explicitly instead of pretending unsupported tools ran. 6. **Platform note:** Cursor IDE uses the `Task` tool for subagent spawning. Agent Teams (TeamCreate/TaskCreate/SendMessage) are NOT available in Cursor — they require the Claude Code CLI with `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`. The canonical skill handles this automatically via platform detection and will use Tier 1 (parallel spawn) on Cursor.