https://github.com/melvynx/aiblueprint-cli
AIBlueprint CLI for setting up Claude Code configurations
https://github.com/melvynx/aiblueprint-cli
Last synced: 17 days ago
JSON representation
AIBlueprint CLI for setting up Claude Code configurations
- Host: GitHub
- URL: https://github.com/melvynx/aiblueprint-cli
- Owner: Melvynx
- Created: 2025-08-18T05:11:34.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T03:37:20.000Z (17 days ago)
- Last Synced: 2025-09-20T04:18:51.699Z (17 days ago)
- Language: TypeScript
- Size: 433 KB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AIBlueprint CLI
A CLI tool for setting up Claude Code configurations with AIBlueprint defaults.
## Quick Start
```bash
# Run immediately without installation
bunx aiblueprint-cli claude-code setup
```## Installation & Usage
```bash
# 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` and `ccc` 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
1. Creates `~/.claude/` directory if it doesn't exist
2. Copies selected configurations to your `.claude` folder
3. Updates your `~/.claude/settings.json` with new configurations
4. Installs required dependencies (`bun`, `ccusage`)
5. Adds shell aliases to your shell configuration file### Shell Shortcuts
After setup, you can use:
- `cc` - Claude Code with permissions skipped
- `ccc` - Claude Code with permissions skipped and continue mode## Requirements
- Node.js 16+
- macOS or Linux
- Claude Code installed## Development
```bash
# 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