claude-cache v0.1.0

Memory for Your AI Coding Assistant

Claude Cache learns from your successes, builds personalized context, and makes Claude smarter with every session.

$ pip install claude-cache

# How It Works

$ cache start
✓ Monitoring Claude Code logs in /Users/dev/.claude/projects ✓ Real-time context updates enabled Claude Cache - Live Status ┏━━━━━━━━━━┳━━━━━━━━━━━━━━┓ ┃ Metric ┃ Value ┃ ┡━━━━━━━━━━╇━━━━━━━━━━━━━━┩ │ Patterns │ 42 │ │ Projects │ 3 │ │ Status │ ● Monitoring │ └──────────┴──────────────┘

Watches Your Sessions

Automatically monitors Claude Code logs for successful patterns

Learns What Works

Detects successful solutions when you say "Perfect!" or "That worked!"

Builds Context

Creates .claude/CLAUDE.md files that Claude reads automatically

Gets Smarter

Claude references past solutions and follows proven patterns

# The Learning Loop

Without Claude Cache
# Session 1
You: "Add user authentication"
Claude: *tries approach A*
# Session 2
You: "Add password reset"
Claude: *tries approach B, incompatible*
With Claude Cache ✨
# Session 1
You: "Add user authentication"
Claude: *implements JWT auth*
You: "Perfect! That worked!"
✓ Pattern saved

# Session 2
You: "Add password reset"
Claude: "I see you used JWT auth successfully.
        Let me follow that pattern..."

# Quick Start

1

Install

pip install claude-cache
2

Start Monitoring

cache start  # Keep terminal open
3

Use Claude Code & Give Feedback

# When Claude helps successfully:
"Perfect!" | "That worked!" | "Thanks!"
4

Watch Claude Get Smarter

# Claude now references your patterns!
cache stats  # View your knowledge base

# Works Across All Your Projects

# Separate knowledge for each project
~/Development/
├── my-react-app/
│   └── .claude/CLAUDE.md  # React patterns
├── python-api/
│   └── .claude/CLAUDE.md  # Python patterns
└── mobile-app/
    └── .claude/CLAUDE.md  # React Native patterns

# Claude automatically switches context!

# Why Claude Cache?

70%
Fewer Repeated Mistakes
2x
Faster Problem Solving
Growing Knowledge Base

Start Building Your AI's Memory

Join developers who are making Claude smarter with every session

$ pip install claude-cache && cache start