vibe-handoff
GitHub用于生成紧凑的项目上下文摘要,以便无缝交接给其他会话或编码工具。通过检查代码变更、决策和检查结果,提炼关键状态与下一步行动,同时排除敏感信息和冗余日志。
Trigger Scenarios
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-handoff -g -y
SKILL.md
Frontmatter
{
"name": "vibe-handoff",
"description": "Prepare compact factual project context for another session or coding tool without copying transcripts or secrets.",
"allowed-tools": "Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion"
}
Vibe Handoff
Inspect the current branch/revision, working-tree changes, MEMORY.md, manifest, decisions, and available check results. Write a compact handoff with objective, current state, changed files, decisions and rationale, blockers, actual checks with date/results, unperformed checks, recovery checkpoint, and the next bounded action.
Reference product documents instead of duplicating them. Exclude secrets, credentials, personal data unnecessary for continuation, and full transcripts. Do not infer successful checks or commit uncommitted changes. Keep stable rules in AGENTS.md and replace stale progress in MEMORY.md rather than appending an unlimited log.
Version History
- b00eb84 Current 2026-09-08 23:15


