claude-handoff
将当前对话交接给一个新的后台代理,由它立即接手继续工作。
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
将当前对话交接给一个新的后台代理,由它立即接手继续工作。
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
Manage git submodules for the learning-open-code mono-repo. Use when the user wants to: (1) Add a new git submodule — auto-detect or specify the category (open-ai-skills/open-sdd/open-ai-agent/open-ai-desktop/open-knowledge/open-productivity/open-java/open-trading/open-data), record the tracking branch in .gitmodules, clone the repo, and update README.md index. (2) Sync all existing submodules to their configured branches (git fetch + checkout branch + pull). (3) Update the root README.md with an up-to-date index of all synced projects grouped by category. (4) Initialize submodules after git clone — when open-*/ directories are empty or git submodule status returns nothing, guide through the full SOP (git submodule update --init --recursive [--remote]). Trigger keywords: submodule, git submodule, 子模块, add submodule, sync submodule, update submodule, submodule branch, README index, 更新索引, clone, init, 初始化子模块, submodule init, 拉取子模块.
对开源项目进行穷尽式教学文档生成——从宏观架构到微观实现的五层分级讲解,使用 Goal Loop 算法自主驱动完整代码覆盖。所有具体教学内容生成必须激活 `.agents/skills/teach/SKILL.md`。触发条件:用户要求"完整学习某个项目"、"生成项目架构文档"、"从入口到落地讲清楚每个功能"、"代码考古"、"源码分析"、或指定一个项目目录/仓库要求全面教学。
使用并行子 agent 为模块生成多个截然不同的接口设计。当用户想要设计 API、探索接口选项、比较模块形态,或提到 "设计两次" 时使用。
交互式 QA 会话,用户以对话方式报告 bug 或问题,agent 将其录入 GitHub Issue。在后台探索代码库以获取上下文和领域语言。当用户想要报告 bug、做 QA、以对话方式录入 issue,或提及 "QA session" 时使用。
通过用户访谈创建包含微小提交的详细重构计划,并将其录入 GitHub Issue。当用户想要规划重构、创建重构 RFC,或将重构分解为安全的渐进步骤时使用。
从当前对话中提取 DDD 风格的通用语言词汇表,标记歧义并提出规范术语。保存到 UBIQUITOUS_LANGUAGE.md。当用户想要定义领域术语、构建词汇表、固化术语、创建通用语言,或提到 "领域模型" 或 "DDD" 时使用。
| name | claude-handoff |
| description | 将当前对话交接给一个新的后台代理,由它立即接手继续工作。 |
| argument-hint | 下一个会话将用于什么? |
| disable-model-invocation | true |
编写当前对话的交接摘要,以便新的代理可以继续工作。不要保存摘要,而是启动一个后台代理,并将摘要作为其提示词:claude --bg --name "<描述性名称>" "<交接摘要>"。它在当前工作目录中启动并立即返回;用户通过 claude agents 管理它。
始终传递 -n/--name 并附上描述性名称(例如 --name "修复登录 bug")——它设置显示名称,该名称会出现在作业列表、会话选择器和终端标题中。
在摘要中包含一个"建议技能"部分,建议代理应调用的技能。
不要重复已在其他制品(PRD、计划、ADR、issue、commit、diff)中捕获的内容。改用路径或 URL 引用它们。
脱敏处理任何敏感信息,如 API 密钥、密码或个人身份信息——摘要将成为代理的提示词。
如果用户传递了参数,将其视为对下一个会话关注内容的描述,并据此定制摘要。