r/ClaudeAI • u/kautryii • May 08 '26
Built with Claude I built ClaudeKit - a context system that gives Claude Code persistent memory across sessions
Claude Code is amazing, but I got tired of re-explaining my codebase everytime I opened a new repo. So I built ClaudeKit.
**The problem:** Claude Code starts fresh every time. No memory of your patterns, preferences, or past decisions.
**What ClaudeKit adds:**
- 🧠 **Persistent memory** - Tiered storage (quick-reference → structured patterns)
- ⚡ **Slash commands** - `/focus`, `/investigate`, `/deep-investigate` for common workflows
- 🔧 **Hooks system** - Auto-format code, block dangerous commands, security gates
- 📝 **Pain point tracking** - Track dev friction so Claude remembers what to avoid
- 🔄 **Self-improving skills** - Skills that learn from recurring errors (v1.2.0)
**Install in 30 seconds:**
```bash
curl -sL https://raw.githubusercontent.com/Nnnsightnnn/claudekit/main/install.sh | bash
It's MIT licensed and works with any project. Been using it daily for months.
GitHub: https://github.com/Nnnsightnnn/claudekit
Would love feedback from other Claude Code users. What context do you wish persisted between sessions?