← All tools
Open source
Claude Code Starter Kit
Production hooks, security guardrails, and a Notion second brain for Claude Code.
View on GitHub →Claude Code starts every session with amnesia. This kit fixes that with persistent memory via Notion, security guardrails that block credential access, cost controls that cut token usage 60-90%, and quality hooks that lint and back up files as you go. Clone, run the installer, done. Every hook is opt-out — remove what you don't want, keep what you do.
Design decisions
- → Security hooks that actually block secrets: block-secrets.py intercepts every read/write and checks against 30+ credential filenames, 8 extensions, 7 protected directories. verify-no-secrets.sh scans 50+ secret patterns on session end.
- → Notion second brain for persistent memory: Claude fetches project context from Notion at session start and saves a summary on exit. Context cached locally with 1-hour TTL. No more re-explaining your architecture every session.
- → RTK for 60-90% token savings: Rust Token Killer proxies CLI commands and filters verbose output. git status that costs 800 tokens costs 80. Compounds across a full day of coding.
- → Opt-out hook architecture: Every hook is independent. Delete what you don't want. The installer shows diffs before touching existing config and backs up everything first.
Stack
BashPython 3Notion APIRTK (Rust Token Killer)Claude Code HooksESLintruff