From cm
Provides conversational Python CLI using rich and prompt_toolkit to translate user requests into parallel AI tasks, supervised by localhost:5050 web dashboard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cm:cm-autopilotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Just talk to it. It plans, splits, and watches parallel tasks for you.**
Just talk to it. It plans, splits, and watches parallel tasks for you.
rich and prompt_toolkit.cm-content-factory's Dashboard (localhost:5050) for a visual way to track multi-threading.richprompt_toolkitpython3 skills/cm-autopilot/scripts/autopilot.py
http://localhost:5050 so you can watch your jobs execute in parallel.npx claudepluginhub tody-agent/codymaster --plugin cmSplits cmux panels for parallel Codex (code), Gemini (design), and Claude (planning) task execution via log streaming and agent teams. Use /cmux-ai-run for multi-AI workflows in cmux.
Launches a background sub-agent to execute tasks (via /parallel), allowing concurrent work. Returns results on completion.
Launches and manages Claude Code, Codex, or Pi worker sessions as sub-processes. Useful for project managers that delegate tasks, assign work, monitor progress, review tool calls, and collect results via the `csd` CLI.