Skills
geni skills uninstall
Remove the geni skill from every detected AI agent.
geni skills uninstallRemoves the geni skill file from every detected AI coding agent's skill directory. The agent itself is left untouched — only the bundled geni skill is removed.
Useful for clean uninstall, or when switching to a project-local skill setup later.
Output
✓ Claude Code: removed ~/.claude/skills/geni.md
✓ Codex CLI: nothing to remove (~/.codex/skills/geni.md not present)If no supported agent is detected, exits 0 with No supported AI agent detected; nothing to remove.
Exit codes
| Code | Meaning |
|---|---|
0 | Removed (or nothing to remove) |
125 | Failed to remove from one or more targets |