From kongcode
Stores and retrieves persistent knowledge across Claude Code sessions. Use for cross-session memory, recalling past context, or maintaining an agent identity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kongcode:kongbrainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in kongcode DB. Call `mcp__plugin_kongcode_kongcode__get_skill_body` with `name="kongbrain"` to load full instructions.
Body in kongcode DB. Call mcp__plugin_kongcode_kongcode__get_skill_body with name="kongbrain" to load full instructions.
npx claudepluginhub 42u/kongcode --plugin kongcodeInjects prior conversation and codebase context into Claude's responses when the user asks about state, history, or prior work.
Provides persistent cross-session memory for Claude Code using a two-layer architecture (hot cache + knowledge wiki), safety hooks, and end-of-day synthesis via /close-day.
Implements CoALA memory architecture for Claude: stores working, episodic, semantic, procedural memories in filesystem for recall, reflection, learning across sessions.