AIBlueprint CLI

One command to set up Claude Code, Codex, and your whole AI coding workflow with sensible, battle-tested defaults.

AIBlueprint is a command-line tool that configures your AI coding environment in seconds. It installs curated agents, skills, commands, a rich statusline, safety hooks, and shell shortcuts into ~/.claude, ~/.codex, and a shared ~/.agents folder, so every tool you use stays in sync.

npx aiblueprint-cli@latest agents setup

What you get

Main capabilities

  • Unified config - Manage Claude Code, Codex, OpenCode, and FactoryAI from a single shared ~/.agents source of truth.
  • Curated agents - Ship with explore-codebase, explore-docs, websearch, and action agents tuned for real work.
  • Productivity skills - 15+ skills including commit, create-pr, prompt-creator, skill-manager, use-style, and ultrathink.
  • Safety first - Command-validation hooks block destructive commands and protect secret files by default.
  • Rich statusline - See git branch, token usage, and session cost without leaving your editor.
  • Backups built in - Every change is snapshotted, so you can undo or restore any configuration at any time.

Requirements

Requirement Notes
Node.js 16+ Required to run the CLI via npx.
Bun Auto-installed when needed for the statusline.
ccusage Auto-installed for token and cost tracking.
macOS / Linux Full support. Windows has limited support (WSL recommended).