What problem does it solve?
This Skill provides persistent memory for Claude Code projects, ensuring that context is maintained across sessions, tracks sessions with git activity, and writes to native memory.
Core Features & Use Cases
- Persistent Memory: Stores project context and allows for auto-loading on session start.
- Git Integration: Tracks sessions using git activity and updates project context accordingly.
- Deterministic Node.js Scripts: Ensures consistent behavior across model versions for tasks like project initialization, session saving, and resuming.
- Use Case: When working on a complex code project, this Skill can remember the state of your work, allowing you to continue from where you left off without losing any progress.
Quick Start
Initialize a new project by running /ck:init in Claude Code.