Decompose work and delegate to subagents, bridge workers, and fleets effectively. Use for large multi-part tasks, parallel research, codebase-wide analysis, swarm audits, independent workstreams, or when the user mentions agents, subagents, parallelization,…
Delegate bounded tasks to other agent CLIs (Codex, Gemini, Copilot, Cursor, opencode) through the MaaawKit bridge engine — prepared-by-default jobs, isolated worktrees for write modes, structured results, guard policy enforced on every command.
Hand work off to a different agent CLI (Codex, Gemini, Cursor, opencode) — or receive work from one — with rules, verification commands, project memory, and selected prompt contract intact. Use when user says "hand off to codex/gemini", "continue in another…
Write prompts that work when delegating to a different model family or agent runtime via bridge/handoff. Use whenever composing bridge tasks, worker prompts, AGENTS.md-style guidance, or instructions another model will consume.
Production coding standards for .NET/C#, PowerShell, TypeScript (React/Next.js), and Python. Use this skill whenever writing, refactoring, or reviewing code in any of these languages — even for "quick scripts" or small fixes. Also use when scaffolding new…
Preserve working state across sessions by writing a structured handoff (.agent/handoff/HANDOFF.md + handoff.json) before context runs out or the session ends. Use when a task will span multiple sessions, when context is getting long, when the user says…
Get a second model's independent review of work this session produced (or review another agent's work here) — blind, structured, and adjudicated rather than averaged. Use when the user wants "a second opinion", "have codex review this", cross-model review…
Keep every agent's instruction file (AGENTS.md, CLAUDE.md, .cursor/rules, copilot-instructions, GEMINI.md, .windsurfrules) compiled from ONE canonical source — .agent/rules.md + detected repo facts + promoted memory. Use when the user asks to sync/update…