What problem does it solve? Coordinating work across multiple AI agent CLIs requires manual context copying and command switching. This Skill routes a task to Gemini, Claude, or Codex directly from your current session, optionally passing a handoff folder as context. ## Core Features & Use Cases - Multi-Agent Dispatch: Send a task string to Gemini, Claude, or Codex via the kit_trigger_agent MCP tool. - Handoff Context Support: Pass a path to a handoff folder (e.g., .agent-kit/handoffs/feature-slug/plan) so the target agent receives full working context. - Raw Output Reporting: Streams the agent's output in real time and reports it verbatim without summarization or editing. - Use Case: You have a plan written in a handoff folder and want Claude to implement it while you stay in your current session—delegate the implementation task with the folder path and watch the streamed results. ## Quick Start Ask the assistant to delegate a task, for example: delegate to Gemini to scout the codebase and summarize key patterns.