DocsGitHubnpm
Browse documentation

Environments Manager

Per-worktree agent environments for Claude Code, Cursor, or Codex.

environments-manager sets up isolated agent environments per git worktree so Claude, Cursor, and Codex do not leak state across checkouts.

Invoke

Terminal
$environments-manager

What it does

  • Worktree-ready repos, IDE env config, and dev.sh wiring.
  • Worktree-up / worktree-down scripts so each checkout has its own env.
  • Use it when you parallelize features in worktrees and agents keep stepping on each other.

Install

Included in the free bundle:

Terminal
npx aiblueprint-cli@latest agents setup

Install only this skill:

Terminal
npx skills@latest add Melvynx/aiblueprint --skill environments-manager