Skip to content

create-claude

JavaScript

Claude Code setup that just works.

Bootstrap every project with agents, hooks, commands, and smart permissions. One command, zero headaches. Creates 20 config files including slash commands, subagents, safety hooks, and an advanced statusline.

claude-code cli productivity

[features]

8 Slash Commands

/commit, /explain, /fix, /optimize, /pr, /review, /test, /validate

3 Subagents

pre-commit, refactor, debugger specialists

Safety Hooks

Blocks destructive commands, confirms deletions

Advanced Statusline

Git status, framework detection, color-coded info

[install]

npm create claude
pnpm create claude
bun create claude
yarn create claude

[usage]

npm create claude              # Interactive setup
npm create claude --dry-run    # Preview files
npm create claude --help       # All options

# Short alias:
cld

[structure]

.claude/
├── settings.local.json     # Permissions, tool detection
├── hooks/                  # format, safety, session-end
├── agents/                 # pre-commit, refactor, debugger
├── commands/               # 8 slash commands
├── scripts/                # statusline helpers
└── output-styles/          # terse output style

CLAUDE.md                   # Project instructions

[requirements]

[license]

This project is licensed under the MIT license.

[links]