AI-native developer knowledge base. One command to install Claude Code skills, stack conventions, and guided workflows into any project.
mkdir my-project && cd my-project
npx bundl-dev-kit initDrops the full kit: CLAUDE.md, skills, catalog, and onboarding guides.
npx bundl-dev-kit addAdds .claude/skills/ and merges CLAUDE.md. Doesn't touch your existing code.
npx bundl-dev-kit updatePulls the latest skills and guides. Never overwrites past-projects.md (your content).
Open Claude Code and say what you want to build:
claude
# "I want to build a dashboard"
# "What should I use for authentication?"
# "Help me deploy this"Claude reads the installed skills and guides you through template selection, setup, and deployment — searching live sources (Vercel templates, GitHub) instead of picking from a static list.
| File/Folder | Purpose |
|---|---|
CLAUDE.md |
The brain — routing table and conventions |
.claude/skills/ |
Guided workflows: project launcher, deploy guide, stack conventions |
catalog/ |
Stack guide, tool recommendations, past team projects |
onboarding/ |
Zero-to-productive guides for new team members |
The dev kit encodes judgment, not inventory:
- No hardcoded template lists that go stale — Claude searches live sources
- No rigid decision trees — principles with reasoning that Claude adapts
- No locked-in tool recommendations — defaults with clear "when to deviate" guidance
| Command | What It Does |
|---|---|
npx bundl-dev-kit init |
Full install for new projects |
npx bundl-dev-kit add |
Skills + CLAUDE.md only for existing projects |
npx bundl-dev-kit update |
Update skills/guides, preserve user content |
npx bundl-dev-kit help |
Show available commands |
After every project, add an entry to catalog/past-projects.md. See onboarding/02-contributing.md for details.