Agent skill
episodic-consolidation
Consolidate short-term events into long-term 'Semantic' memory.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/brain-andreibesleaga-gabbe-8
SKILL.md
Episodic Consolidation Skill
This skill mimics the brain's "Sleep" process (Hippocampus to Neocortex transfer). Use it at the end of a long task (Task Boundary).
1. The Consolidation Process
- Replay: Review the
AUDIT_LOG.mdor Session History. - Extract: Identify "Generalized Rules" from specific events.
- Event: "I fixed a bug in
auth.gocaused by nil pointer." - Rule: "Always check for nil in
auth.goUser structs."
- Event: "I fixed a bug in
- Store: Write this Rule to
memory/semantic/rules.md.
2. Identifying Episodic Drifts
Check if the "Story" of the project has changed.
- Drift: "We used to use SQL, now we use NoSQL."
- Action: Update the
PROJECT_CONTEXT.md(The World Model) to reflect this new reality.
3. Pruning (Forgetting)
Active forgetting is crucial.
- Action: Delete temporary scratchpads, logs, or
tmp/files that are no longer predicting the future.
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?