AI-powered product development CLI - Build faster with pattern enforcement, persistent memory, and parallel agents
npm install codebakersAI-powered product development CLI that builds faster with pattern enforcement, persistent memory, and parallel agents.
``bash`
npm install -g codebakers
`bashLogin to CodeBakers
cb login
Features
- Pattern Enforcement - Your code follows your rules, every time
- Persistent Memory - Remembers your project, decisions, and context
- Parallel Builds - 3x faster with multiple AI agents
- Spec Generator - Idea → Spec → Build
- Codebase Audit - Find and auto-fix issues
- Smart Git - Auto-branches, smart commits, PRs
Commands
$3
`bash
cb # Start interactive session
/spec "An Uber for X" # Generate spec and build
/parallel "Build auth" # 3x faster parallel build
/create myapp # One-click GitHub + Supabase + Vercel
`$3
`bash
/audit # Scan codebase for issues
/audit fix # Auto-fix issues
/patterns # View/manage pattern rules
/test # Generate tests
`$3
`bash
/git status # Branch and changes
/git commit # Smart commit with good messages
/git push # Push and create PR
/pr # Create pull request
`$3
`bash
/preview # Start dev server
/review # Deep codebase analysis
/templates # View template library
/help # All commands
`Natural Language
Just type what you want:
`
> I want to build an Uber for dog walkers
> Add a login page with Google auth
> Find all the bugs in my code
> Deploy this to production
`Modes
Press
Shift+Tab to cycle:- [PLAN] - Shows what will happen, asks to execute
- [QUESTION] - Asks clarifying questions first
- [AGENT] - Runs autonomously
Requirements
- Node.js 18+
- Anthropic API key (set via
cb setup`)- Free - Basic builds, memory, patterns
- Pro - Parallel builds, audit, spec generator, RAG
- Agency - Team sharing, white label
Visit codebakers.ai/pricing for details.
MIT © BotMakers Inc