# `mix pui.gen.skills`

Generate PUI skills into agent skill directories.

By default, this task installs skills into `.agents/skills`.

    mix pui.gen.skills

Install into Claude-compatible path:

    mix pui.gen.skills --agent claude

Install into all built-in compatible paths:

    mix pui.gen.skills --all

Install into a custom path:

    mix pui.gen.skills --target .my-agent/skills

Options:

  * `--agent` - one of `codex`, `claude`, `cursor` (default: `codex`)
  * `--all` - install into all built-in compatible paths
  * `--target` - custom destination path (relative to cwd)
  * `--force` - overwrite existing skill folders

---

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