This skill teaches you how to use the ccmemory persistent context system.
/plugin marketplace add patrickkidd/ccmemory/plugin install patrickkidd-ccmemory@patrickkidd/ccmemoryThis skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill teaches you how to use the ccmemory persistent context system.
The ccmemory plugin provides persistent memory across Claude Code sessions via:
.ccmemory/session.md for working memory.ccmemory/doc-index.md for project documentation inventoryUse this skill when:
At the beginning of each session:
.ccmemory/session.md for previous session contextBefore ending a session, update .ccmemory/session.md with:
# Session Handoff
Last updated: [current date/time]
## Previous Session Summary
[Brief summary of what was accomplished]
## What I Learned
- [Key facts, patterns, or gotchas discovered]
## Decisions Made
- [Architectural or implementation decisions with reasoning]
## Open Questions
- [Unresolved items for next session]
## Files Modified
- [List of files changed this session]
When you learn something important about the project that should persist:
The .ccmemory/doc-index.md file lists all project documentation. Before starting a task:
The memory MCP server provides these capabilities:
.ccmemory/chroma.db