Your Claude setup.
Self-configuring.
Every conversation is a knowledge source — facts become KB entries, patterns become reusable skills, and new commands surface on their own. Your Claude setup learns and grows, session by session. No /save. No babysitting.
Sessions start cold. You re-explain everything.
Your AI assistant observes, learns, catches your patterns — then forgets it all. The next session starts from zero. Every time.
"Our deploy goes to S3, not Vercel."
"The config is in .env.local, not .env."
- Conventions re-explained every session
- Architectural decisions repeated from scratch
- Same mistakes happen again (and again)
- AI acts like a first-day hire, forever
Read the file directly when a topic looks relevant.
1 proposal pending: git-workflow-skill.md
- Knowledge builds automatically, session by session
- Feedback and corrections persist across context resets
- New skills and agents proposed as patterns emerge
- Your Claude setup evolves with your project
NIBLET KB index for /project — 12 topic(s) saved from previous sessions.
Read the file directly when a topic looks relevant.
Four checkpoints. Zero commands.
niblet hooks into Claude Code's event system and fires at four points in the session lifecycle. Each checkpoint has a clear, bounded job — from instant KB writes to skill proposals.
.claude/kb/ — no review needed..niblet/proposals/ for your review.What writes automatically vs what needs your review
niblet doesn't auto-write everything. Anything that could introduce executable code or modify Claude's behavior goes to .niblet/proposals/ for your review first.
| Output type | Auto-written | Goes to proposals/ |
|---|---|---|
| .claude/kb/*.md entries | ✓ auto Knowledge and facts | — |
| memory/*.md files | ✓ auto User prefs & feedback | — |
| Skills / agents | — | ⚠ review Executable code |
| CLAUDE.md changes | — | ⚠ review Claude instructions |
| Custom commands | — | ⚠ review Shell execution |
| Global scope outputs | — | ⚠ review Cross-project impact |
.niblet/proposals/ first, where you can inspect it before it takes effect.
Two commands in Claude Code
Install via the Claude Code plugin marketplace. Hooks, KB structure, and proposal routing — all wired automatically.
hooks/hooks.json (not .claude/settings.json)niblet-apply, niblet-promote, niblet-status scripts.niblet/proposals/.claude/skills/, .claude/agents/, etc.