Status: Very new, very much in development. APIs and conventions may change.
Initialize an agent-repo project with an opinionated setup.
agent-init is a CLI tool that creates a new project with an agent-ready framework. It sets up the directory structure, configuration files, and documentation needed for agent-powered development.
Goal: One command to rule them all. A consistent agent-ready project structure that works regardless of which AI coding harness you use (opencode, codex, claude code).
npm install
npm run build
npm link
agent-initAGENTS.md- Agent definitions and capabilitiesworklog.md- Log of work completedskills/- Reusable skills (help, qa-local, conventions).agents/- Agent configuration and prompts
See AGENTS.md for agent configuration.