Skip to content

Repository files navigation

AIBlueprint CLI

Supercharge Claude Code and Codex with security hooks, reusable skills, a lightweight statusline, and workflow automation.

📚 Full Documentation | 🎯 Premium Features

🚀 Quick Start

# Run setup (no installation required)
npx aiblueprint-cli@latest agents setup

✨ Features

  • 🛡️ Security - Command validation hooks blocking dangerous operations
  • 📊 Statusline - Git status and session context display
  • 🤖 Skills - 30+ reusable workflow skills
  • 🎭 Agents - 3 specialized AI agents for codebase exploration
  • ⚡ Scripts - Built-in statusline utilities

📦 Installation

Option 1: Plugin (Recommended)

/plugin marketplace add melvynx/aiblueprint
/plugin install aibp-base@AIBlueprint

Option 2: CLI Tool

# Run without installation
npx aiblueprint-cli@latest agents setup

# Or install globally
npm install -g aiblueprint-cli

🎯 Usage

Setup

# Interactive setup
npx aiblueprint-cli@latest agents setup

# Install all features (no prompts)
npx aiblueprint-cli@latest agents setup --skip

# Custom location
npx aiblueprint-cli@latest agents setup --folder ~/.my-claude

Statusline

Install a lightweight Claude Code statusline:

npx aiblueprint-cli@latest agents setup

Other Commands

# Add specific hooks
npx aiblueprint-cli@latest agents add hook post-edit-typescript

# Create symlinks between tools
npx aiblueprint-cli@latest agents symlink

# Centralize global skills and agents in ~/.agents
npx aiblueprint-cli@latest agents unify

# Choose what to centralize interactively
npx aiblueprint-cli@latest agents unify -i

# Unify project-local .claude/.cursor config into .agents
npx aiblueprint-cli@latest agents unify projects

# Unify only selected project categories
npx aiblueprint-cli@latest agents unify projects --agents-md --skills --rules

# Recover sessions from saved configs and backups
npx aiblueprint-cli@latest agents config unify sessions

📚 What You Get

Security Hooks

  • Command validation - Blocks rm -rf, privilege escalation, remote execution
  • TypeScript processing - Auto-format and lint after file edits
  • Security logging - Tracks all blocked commands to ~/.claude/security.log

Custom Statusline

  • Git branch, changes, and repository info
  • Session context and duration
  • Colored visual indicators

Workflow Skills

The free configuration ships the skills listed in the catalog below. The CLI installs every directory under agents-config/skills/.

Agents (3 Specialized)

  • explore-codebase - Code discovery and analysis
  • Snipper - Fast code modifications
  • websearch - Quick web research

Shell Shortcuts

  • cc - Claude Code with permissions skipped
  • ccc - Claude Code with continue mode
  • cx - Codex
  • cxc - Codex continue mode for the current directory

Skills

Install skills directly into ~/.claude/skills/:

# Install all skills
npx skills@latest add melvynx/aiblueprint

# Install a single skill
npx skills add Melvynx/aiblueprint --skill ultrathink

# Install multiple skills
npx skills add Melvynx/aiblueprint --skill rules-manager
npx skills add Melvynx/aiblueprint --skill skill-manager

Available skills:

Skill Description
agents-manager Create and orchestrate Claude Code agents
apex Structured implementation workflow
app-icon Generate and prepare app icons
appstore-connect Manage App Store Connect workflows
audit-memories Manually audit and clean project agent documentation
audit-skills Manually audit skill usage, invocation controls, duplicates, and scope
commit Quick commit and push with clean messages
create-pr Auto-generated pull requests
fix-pr-comments Resolve PR review comments
grill-me Stress-test a plan with focused questions
hooks-manager Create and debug Claude Code hooks
merge Context-aware branch merging
environments-manager Set up per-worktree agent environments
oneshot Implement one focused change quickly
prompt Create minimalist SVG logo variations
rules-manager Create and maintain agent rule files
skill-manager Manage skills and rules across Claude Code, Codex, and Cursor
tools AIBlueprint tools and libraries reference
use-style Apply named UI style guides before implementation
use-artifacts Create polished local HTML plans, prototypes, and visualizations
use-delegate Delegate heavy work to cheap executors
use-goal Create evidence-based agent goals
ultrathink Deep thinking mode for elegant solutions

🤖 Assistant Pro

Install the latest complete skill bundle from the private assistant-pro-skills repository:

npx aiblueprint-cli@latest assistants pro setup

The command asks for the Assistant Pro access key when needed, installs the versioned all bundle into ~/.agents/skills, creates Claude Code and Codex skill symlinks, adds the shared directory to Hermes, and exposes the same skills to OpenClaw through its native ~/.agents/skills discovery.

💎 Agents Config Pro

Unlock advanced features at mlv.sh/claude-cli

# Setup premium configs (prompts for your token if needed)
npx aiblueprint-cli@latest agents pro setup

# Or activate first if you prefer
npx aiblueprint-cli@latest agents pro activate YOUR_TOKEN

🛠️ Development

# Clone and setup
git clone <repository>
cd aiblueprint-cli
bun install

# Development mode
bun run dev agents setup
bun run dev agents statusline --list

# Run tests
bun run test:run

# Build and test locally
bun run build
bun run test-local

📋 Requirements

  • Node.js 16+ or Bun
  • Claude Code installed
  • Optional: bun, gh CLI
  • Python 3 for assistants pro setup

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: bun run test:run
  5. Submit a pull request

📄 License

MIT License - see LICENSE file for details.


Created by AIBlueprint - mlv.sh/claude-cli

Need help? Open an issue | Documentation

About

AIBlueprint CLI for setting up Claude Code configurations

Resources

Stars

224 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages