# `mix adze.install`
[🔗](https://github.com/matthewlehner/adze/blob/v0.1.0/lib/mix/tasks/adze.install.ex#L38)

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

```sh
mix igniter.install adze
mix igniter.install adze --claude
mix igniter.install adze --codex
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
