Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aiblueprint-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AIBlueprint CLI
A CLI tool for setting up Claude Code configurations with AIBlueprint defaults.
Quick Start
# Run immediately without installation
bunx aiblueprint-cli claude-code setup
Installation & Usage
# Install globally
npm install -g aiblueprint-cli
# Or use with npx/pnpm dlx/bunx
npx aiblueprint-cli claude-code setup
pnpm dlx aiblueprint-cli claude-code setup
bunx aiblueprint-cli claude-code setup
What it does
The setup command will interactively configure your Claude Code environment with:
- Shell shortcuts - Add
cc
andccc
aliases for quick access - Command validation - Security hook for bash commands
- Custom statusline - Shows git, costs, tokens info
- AIBlueprint commands - Pre-configured command templates
- AIBlueprint agents - Specialized AI agents
- Output styles - Custom output formatting
- Notification sounds - Audio alerts for events
Setup Process
- Creates
~/.claude/
directory if it doesn't exist - Copies selected configurations to your
.claude
folder - Updates your
~/.claude/settings.json
with new configurations - Installs required dependencies (
bun
,ccusage
) - Adds shell aliases to your shell configuration file
Shell Shortcuts
After setup, you can use:
cc
- Claude Code with permissions skippedccc
- Claude Code with permissions skipped and continue mode
Requirements
- Node.js 16+
- macOS or Linux
- Claude Code installed
Development
# Install dependencies
bun install
# Build and test locally
bun run build
npm link
aiblueprint claude-code setup
# Development mode
bun run dev claude-code setup
License
MIT