mix adze.install (Adze v0.1.0)

Copy Markdown View Source

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

  1. Creates a skill file in the appropriate location for your agent platform
  2. Patches your CLAUDE.md or AGENTS.md to 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