一键导入
auto
AutoFlow entry point. Routes to tp (plan) or tr (run).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AutoFlow entry point. Routes to tp (plan) or tr (run).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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