Installs adze into your project
Sets up adze as a dev tool and integrates it with your LLM-based workflow (Claude Code, Codex, OpenCode, Pi, etc.).
What it does
- Creates a skill file in the appropriate location for your agent platform
- Patches your
CLAUDE.mdorAGENTS.mdto reference the skill
Options
--claude— Install for Claude Code (.claude/skills/adze/SKILL.md+CLAUDE.md)--codex— Install for Codex/Pi/OpenCode (.agents/skills/adze/SKILL.md+AGENTS.md)
If neither flag is passed, both are installed.
Example
mix igniter.install adze
mix igniter.install adze --claude
mix igniter.install adze --codex