General Input
Skills

geni skills install

Write the bundled geni skill into every detected AI agent's skill directory.

geni skills install

Detects the AI coding agents installed on this machine (Claude Code, Codex CLI, Gemini CLI, VS Code Copilot Chat) and writes the bundled geni skill file into each one's skill/instruction directory. The skill teaches the agent which geni command to reach for, how to discover credentials and operations, and how to construct an exec call.

Idempotent. Re-run after upgrading geni to ship the latest skill content.

Output

✓ Claude Code: ~/.claude/skills/geni.md
✓ Codex CLI: ~/.codex/skills/geni.md (already up to date)

If no supported agent is detected:

⚠ No supported AI agent detected. Install Claude Code (https://claude.ai/download),
  Codex CLI, or Gemini CLI first, then re-run `geni skills install`.

Notes

  • No flags. Detection is automatic.
  • The skill file content is bundled in the geni binary — re-running after a geni upgrade is the only supported update path.
  • Re-running with no changes prints already up to date per agent and exits 0.

Exit codes

CodeMeaning
0Skill installed (or already current)
4No supported AI agent was detected
125Failed to write to one or more targets

On this page