Supercharge Claude Code and Codex with security hooks, reusable skills, a lightweight statusline, and workflow automation.
📚 Full Documentation | 🎯 Premium Features
# Run setup (no installation required)
npx aiblueprint-cli@latest agents setup- 🛡️ 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
/plugin marketplace add melvynx/aiblueprint
/plugin install aibp-base@AIBlueprint# Run without installation
npx aiblueprint-cli@latest agents setup
# Or install globally
npm install -g aiblueprint-cli# 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-claudeInstall a lightweight Claude Code statusline:
npx aiblueprint-cli@latest agents setup# 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- 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
- Git branch, changes, and repository info
- Session context and duration
- Colored visual indicators
The free configuration ships the skills listed in the catalog below. The CLI
installs every directory under agents-config/skills/.
- explore-codebase - Code discovery and analysis
- Snipper - Fast code modifications
- websearch - Quick web research
cc- Claude Code with permissions skippedccc- Claude Code with continue modecx- Codexcxc- Codex continue mode for the current directory
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-managerAvailable 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 |
Install the latest complete skill bundle from the private
assistant-pro-skills
repository:
npx aiblueprint-cli@latest assistants pro setupThe 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.
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# 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- Node.js 16+ or Bun
- Claude Code installed
- Optional:
bun,gh CLI - Python 3 for
assistants pro setup
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
bun run test:run - Submit a pull request
MIT License - see LICENSE file for details.
Created by AIBlueprint - mlv.sh/claude-cli
Need help? Open an issue | Documentation