Handoff
技能 活跃编写或更新交接文档,以便下一位具有最新上下文的代理能够继续此项工作。
通过创建全面的交接文档,确保 AI 代理会话之间的流畅上下文转移。
功能
- 创建或更新交接文档 (HANDOFF.md)
- 记录目标、当前进度、成功之处、失败之处和后续步骤
- 检查并读取现有的交接文档
- 将文档保存在项目根目录
使用场景
- 通过新的代理会话继续一项复杂的任务。
- 在切换到新的代理或主题之前总结已完成的工作。
- 确保捕获所有相关上下文以供将来参考。
非目标
- 管理超出交接说明的项目范围文档。
- 自动化整个项目生命周期或任务执行。
- 替换详细的项目管理工具。
License
- warning:License usability信任信号中将许可证声明为 'NOASSERTION',并且存储库中未明确定义许可证,这可能会阻碍重新分发。
- warning:License usability信任信号中将许可证声明为 'NOASSERTION',并且存储库中未明确定义许可证,这可能会阻碍重新分发。
Versioning
- warning:Release Management没有明确的版本控制(例如,在 SKILL.md frontmatter 或 GitHub releases 中),并且安装说明引用了“main”,导致版本固定困难。
- warning:Release Management没有明确的版本控制(例如,在 SKILL.md frontmatter 或 GitHub releases 中),并且安装说明引用了“main”,导致版本固定困难。
Documentation
- info:READMEREADME 存在,但内容广泛,涵盖了该特定技能范围之外的许多技巧。
- info:READMEREADME 内容广泛,涵盖了该特定技能范围之外的许多技巧,因此不够聚焦。
安装
请先添加 Marketplace
/plugin marketplace add ykdojo/claude-code-tips/plugin install claude-code-tips@ykdojo质量评分
类似扩展
Ctx Doctor
100运行 context-mode 诊断。检查运行时、钩子、FTS5、 插件注册、npm 和 marketplace 版本。 触发器:/context-mode:ctx-doctor
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
Context Mode
100从 GitHub 更新 context-mode 并修复 hooks/settings。 拉取最新代码,构建,安装,更新 npm 全局包,配置 hooks。 触发器:/context-mode:ctx-upgrade
Memory Management
100Persist SEO/GEO campaign context across Claude sessions with automatic hot-list, active work, and archive tiers. 项目记忆/跨会话
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references