with one click
auto
AutoFlow entry point. Routes to tp (plan) or tr (run).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
AutoFlow entry point. Routes to tp (plan) or tr (run).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Collaborative planning using abstract roles (designer + inspiration + reviewer).
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for questions about the providers themselves.
Attach the newest context-transfer Markdown from the current project's ./.ccb/history/ into Claude using @file. Use when the user types /continue or asks to resume with the latest transfer file in this project.
Diagnose ROS 2 systems with evidence-first checks across nodes, topics, lifecycle states, QoS, and pipeline data flow. Use when debugging ROS 2 node discovery, topic connectivity, lifecycle, message flow, QoS, or CUDA-related suspicions.
Delegate file I/O to Codex via FileOpsREQ protocol. Use when Claude needs Codex to modify files.
Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.
| name | auto |
| description | AutoFlow entry point. Routes to tp (plan) or tr (run). |
| metadata | {"short-description":"AutoFlow router (plan or run)"} |
AutoFlow entry point. Use Skill tool to invoke the appropriate workflow:
$ARGUMENTS is empty or starts with "plan"/"p": invoke tp skill$ARGUMENTS starts with "run"/"r": invoke tr skill$ARGUMENTS as requirement and invoke tp skillExamples:
/auto implement user login → tp with "implement user login"/auto plan: add caching → tp with "add caching"/auto run → tr/auto r → tr