用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Treasoni/880-exam --skill claude-handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
为数学题、几何关系、函数图像、积分区域、极坐标曲线和学习笔记生成准确的示意图,并将图像嵌入相关 Obsidian 笔记。用户说画图、配图、示意图、图形直观,或题目中的图形关系能明显帮助理解时使用。
查看/重生成错题本,更新复习状态(未复习/已重做/已掌握)。触发词:错题本、看错题、重练、复习错题。
对话式过程归因——用户贴做题过程,定位出错环节并给出建议,写入 analysis.json 并由错题本渲染。触发词:分析、错因、归因、这题我哪里错了、看我做题过程、我这样做的。
基于 SOC 职业分类
正在显示 SKILL.md
| name | claude-handoff |
| description | Hand the current conversation off to a fresh background agent that picks up the work immediately. |
| argument-hint | What will the next session be used for? |
| disable-model-invocation | true |
Write a handoff summary of the current conversation so a fresh agent can continue the work. Instead of saving it, launch a background agent seeded with the summary as its prompt: claude --bg --name "<descriptive name>" "<handoff summary>". It starts in the current working directory and returns immediately; the user manages it with claude agents.
Always pass -n/--name with a descriptive name (e.g. --name "Fix login bug") — it sets the display name shown in the job list, session picker, and terminal title.
Include a "suggested skills" section in the summary, which suggests skills that the agent should invoke.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
Redact any sensitive information, such as API keys, passwords, or personally identifiable information — the summary becomes the agent's prompt.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the summary accordingly.