用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/WenJunDuan/Rlues --skill athena-checkpoint命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | athena-checkpoint |
| description | 把本会话增量固化进 .ai_state。长任务收尾、context 将满或关键决策后触发。 |
Memory contract: Tier1 working memory only supplies the current-turn delta; Tier2 persistent memory receives authoritative state; _index.md retrieval router keeps stage/next_action/current sprint, authoritative pointers, route_history≤10 and current-state log≤10. Detailed history belongs in session-log.md; hooks are fallback only.
每次会话要结束, 你都得手动描述一堆 "现在做到哪、下次接着干啥", 让 Athena 存进 .ai_state. 本 skill 把这个动作做成一键: agent 自己回顾本会话、提炼增量、落进工程, 你只需确认。
/athena-checkpoint / "存一下进展" / "记录到 ai_state" / "收尾"完整工作流、模板、schema 与联动细节见 references/playbook.md —— 按需 Read, 不进热路径。