session-memory
仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
适合需要跨会话状态保存与恢复的 agent 工作流。
▸ 风险提示
会将数据写入本地 .claude 目录,可能包含敏感信息。
这个 Skill 做什么
强制跨会话持久化方案,使用 .claude/cc10x 下的 markdown 表面保存状态。
强制把会话状态持久化到 .claude/cc10x 目录下的三个 markdown 表面,保证会话重启后还能恢复上下文和进度。每个工作流开始要加载这些状态,结束时必须更新,做到记忆跨会话持续存储而不丢信息。适合需要长期跟踪进度或保存中间状态的自动化流程与代理人编排。
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/session-memory/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cc10x/skills/session-memory/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: session-memory description: Mandatory memory persistence system across session resets using three markdown surfaces in .claude/cc10x/. Iron law - every workflow must load at start and update at end. allowed-tools: Read, Write, Edit, Bash, Grep, Glob graph: domains: [domain:software-engineering] skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop] workflows: [workflow:feature-development] topics: [topic:developer-experience] roles: [role:tech-lead, role:backend-engineer] 2. **patterns.md** -- Project conventions, architecture decisions, common gotchas, reusable solutions 3. **progress.md** -- Task completion tracking with verification evidence --- ## Iro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有