Agent skill
qijuzhu
起居注——会话事件记录,tuichao 时写入,morning-court 时读取,追踪跨会话历史
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/qijuzhu
SKILL.md
Skill: 起居注
适用 Agent:太子(Lead) 加载时机:会话结束前,或皇上要求归档时
功能
记录每次会话的关键事项,形成可跨会话检索的历史档案。解决 Agent 会话间记忆不持久的问题,使太子在新会话中能快速恢复上下文。
记录时机
- 会话即将结束,有旨意处理完成时
- 旨意中途挂起、需跨会话续办时
- 皇上明确要求归档时
读取时机
- 新会话开始,皇上提及"上次"/"继续"/"之前"等续办意图时
- 太子执行早朝(
/morning-court)第一阶段自查时 - 需要了解历史决策背景时
存储位置
.claude/qijuzhu/
YYYY-MM-DD.md # 当日起居注(一日一文)
YYYY-MM-DD-2.md # 同日第二次会话(若有)
引用索引
📎 文件命名规范、必填字段与记录示例见
qijuzhu-format.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?