continuity-ledger
仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 21 天前
▸ 精选理由
方便跨会话传递上下文,适合长期项目跟进。
▸ 风险提示
导出会话上下文可能包含敏感信息,注意脱敏。
这个 Skill 做什么
生成 YAML handoff 文档以在清空会话后保留状态与上下文。
把当前会话的状态、文件和上下文导成一份 YAML handoff,用于在执行 /clear 后继续接力工作。需要在你要清空会话但又想保留上下文时使用,方便交接给下一个人或后续会话。重点是产出标准化的 YAML,便于自动化恢复或人工阅读。
▸ 展开 SKILL.md 英文原文
Create or update continuity ledger for state preservation across clears
3.9k
Stars
298
Forks
40
仓库内 Skill
+18
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/continuity_ledger/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/continuity_ledger/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Continuity Ledger
> **Note:** This skill is now an alias for `/create_handoff`. Both output the same YAML format.
Create a YAML handoff document for state preservation across `/clear`. This is the same as `/create_handoff`.
## Process
### 1. Filepath & Metadata
**First, determine the session name from existing handoffs:**
```bash
ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename
```
This returns the most recently modified handoff folder name (e.g., `open-source-release`). Use this as the handoff folder name.
If no handoffs exist, use `general` as the folder name.
**Create your file under:** `thoughts/shared/handoffs/{session-name}/YYYY-MM-DD_HH-MM_descriptiovia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有