Claude Code forgets everything between sessions. Built-in auto-memory exists but: - It's opaque (Claude decides what's "meaningful") - Limited to 200 lines loaded at startup - Not tightly integrated into the agentic loop - No hierarchical organization (scales poorly) A skill-based memory protocol with: - Hierarchical storage: core.md summaries → topics/ .md details - Background agents: Memory ops
Add this skill
npx mdskills install hanfang/claude-memory-skillWell-structured hierarchical memory system with clear architecture but lacks actual skill implementation details
No comments yet. Sign in to start the discussion.
Threaded comments with markdown support coming soon.