Skip to content

Genghis-dev/bundl-dev-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bundl Dev Kit

AI-native developer knowledge base. One command to install Claude Code skills, stack conventions, and guided workflows into any project.

Install

New project

mkdir my-project && cd my-project
npx bundl-dev-kit init

Drops the full kit: CLAUDE.md, skills, catalog, and onboarding guides.

Existing project

npx bundl-dev-kit add

Adds .claude/skills/ and merges CLAUDE.md. Doesn't touch your existing code.

Update

npx bundl-dev-kit update

Pulls the latest skills and guides. Never overwrites past-projects.md (your content).

What Happens After Install

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.

What's Inside

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

Philosophy

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

Commands

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

Contributing

After every project, add an entry to catalog/past-projects.md. See onboarding/02-contributing.md for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors