# geni skills install (/cli/skills/install)



```sh
geni skills install
```

Detects the AI coding agents installed on this machine (Claude Code, Codex CLI, Gemini CLI, VS Code Copilot Chat) and installs the bundled skills (`geni` and `geni-crm`) into each one. From then on, every conversation in that agent already knows how to use `geni`.

Re-run after upgrading `geni` to ship the latest skill content. Running it twice is safe — already-installed targets report `already up to date`.

## Output [#output]

```
✓ Claude Code (geni): ~/.claude/skills/geni/SKILL.md
✓ Claude Code (geni-crm): ~/.claude/skills/geni-crm/SKILL.md
```

If no supported agent is detected:

```
⚠ No supported AI agent detected. Install Claude Code, Codex CLI, or Gemini CLI
  first, then re-run `geni skills install`.
```
