agentine
v0.1.22
Published
CLI to install and remove coding guidelines for Turborepo projects
Maintainers
Readme
agentine
CLI to install coding guidelines, agent configs, and skill definitions into any project.
Install
npx agentine initOr install globally:
npm i -g agentine
agentine initCommands
agentine init
Downloads guideline files from GitHub and copies them into the current directory. Falls back to bundled defaults if the download fails.
agentine init # interactive
agentine init --yes # skip prompts
agentine init --force # overwrite existing files
agentine init --repo owner/repo --branch devFlags:
| Flag | Default | Description |
|------|---------|-------------|
| --repo <owner/repo> | AutoLegends/guidelines | GitHub repo to download from |
| --branch <branch> | main | Branch to download |
| --force | false | Overwrite existing files without prompting |
| --yes | false | Skip all confirmation prompts |
agentine clean
Removes all managed guideline files from the current directory.
agentine clean # interactive
agentine clean --yes # skip confirmationFlags:
| Flag | Default | Description |
|------|---------|-------------|
| --yes | false | Skip confirmation prompt |
What gets installed
CLAUDE.md # Project conventions
AGENTS.md # Multi-agent orchestration config
agents/ # Agent definitions (orchestrator, frontend, etc.)
skills/ # Skill definitions (elysia, solidity, etc.)License
MIT
