بنقرة واحدة
handoff
结构化 baton-pass —— 把任务交给下一个 agent。 Grants tools: emit_handoff, handoff_request, team_create
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
结构化 baton-pass —— 把任务交给下一个 agent。 Grants tools: emit_handoff, handoff_request, team_create
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use for any multi-step task (3+ steps, or "do A then B then C"). Solves the biggest weakness of small/open-source models vs Claude — finishing ONE sub-task then stopping instead of driving the whole task to completion. Pairs with action-first (which kills narrate-and-stop) by adding the cross-step drive — finish a step then immediately start the next, repeat until ALL done. Uses TudouClaw's own plan_update / task_update / agent_todo tools.
Engineering workflow pack — combined planning, implementation, review, and shipping skills (vendored from obra/superpowers, merged 2026-05-04). Use this when working on any non-trivial dev task: brainstorm → plan → implement (TDD) → debug/verify/review → finish branch.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
| name | handoff |
| description | 结构化 baton-pass —— 把任务交给下一个 agent。 Grants tools: emit_handoff, handoff_request, team_create |
结构化 baton-pass —— 把任务交给下一个 agent。
emit_handoffhandoff_requestteam_createAgent 授权此 skill 后,可以在 tool_calls 里调用上面列的工具。这是 一个工具包 skill —— 没有可执行代码,它的作用就是"打开一类工具 的开关"。
handoff 默认授权给所有新建 agent (详见 tool_capabilities.py 里的
_FACTORY_DEFAULT_CAPABILITIES)。
想取消默认,修改 app/tool_capabilities.py。
core-bundle —— 和 file-ops / shell-ops / web-ops 等并列,按功能域归类。