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:14


