create-agentic-repo
v0.1.3
Published
Scaffold context-lean Agentic Repo Harness v2 workspaces.
Maintainers
Readme
create-agentic-repo
Scaffold a context-lean Agentic Repo Harness v2 workspace for Claude, Codex, and Antigravity.
Install
npm i -g create-agentic-repoOr run directly:
npx create-agentic-repo my-project --template minimal --yesUsage
create-agentic-repo <name> [options]Options
--template minimalTemplate to use (onlyminimalfor now).--yesNon-interactive mode. If<name>is omitted, defaults toagentic-repo.--no-gitSkipgit initin the generated project.--dry-runShow actions without writing files.-h, --helpShow help.
What it generates
minimal creates a harness-first tree:
00_inbox/rich raw context drop zone01_harness/always-on lean rules/taskflow02_context/distilled 5-minute context03_specs/one active spec + backlog/decisions04_outputs/,05_scratch/shared/skills/on-demand skills (includes vendoredskill-creator)shared/agents/role agents (one folder per agent)runners/adapters for Claude/Codex/Antigravity
Development
npm run smokeThe smoke test scaffolds a temp project, verifies critical files, validates placeholder replacement, and checks --dry-run behavior.
