From vibe-center-skills
Saves session context via a human-facing handoff entrypoint, preserving work state using vibe3 handoff format for structured recovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-center-skills:vibe-saveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
该技能是人机协作的 session 保存入口,负责整理当前会话并写入 handoff。
该技能是人机协作的 session 保存入口,负责整理当前会话并写入 handoff。
vibe-save 只负责人机交互:
vibe3 handoff appendvibe-save 不承担的职责(由基础设施承接):
这些恢复语义由 vibe3 handoff、vibe3 flow 等基础设施承接。
vibe-save 不等于自动状态同步:
vibe-save 只写入 handoff,不自动回写 flow/task 状态vibe-save 和 vibe-continue 共享以下恢复契约:
最小恢复现场(由 handoff 承接):
恢复顺序(vibe-continue 负责):
优先读取基础设施事实:
vibe3 flow show
vibe3 handoff show
必要时补充:
git status --short在写入前必须先审阅已有内容,并核对共享真源与现场事实。
若发现现有 handoff 与当前事实不一致,必须先修正,再退出。
使用 vibe3 handoff append 写入,至少覆盖:
Handoff 应优先回答"下个会话接手时需要知道什么"。
如果当前目录承载的 flow 已能识别当前 task:
next_step,必要时同步 status 或 pr_refvibe3 handoff append "session save: <summary>" --actor vibe-save --kind milestone
如果当前目录尚未识别出当前 flow 对应的 task:
vibe3 handoff append 写入当前状态只有在本次会话产出了稳定的项目约束、长期适用的定义或反复复用的规则时,才使用 claude-memory MCP 工具记录。
如果只是完成当前任务、记录 blockers 或保存下一步,不写记忆,更不默认创建新知识库。
摘要应说明:
vibe3 handoff show 可验证)claude-memory 记录稳定共识# Current Task
- task_id:
- title:
- status:
# Current Scene
- branch:
- flow:
- worktree:
- pr:
- dirty:
# Completed This Session
- ...
# Current Judgment
- ...
# Blockers
- ...
# Next Step
- ...
# Key Files
- ...
vibe-save 只负责人机交互,不定义恢复语义Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jacobcy/vibe-coding-control-center