General Input
Skills

geni skills uninstall

Remove the geni skill from every detected AI agent.

geni skills uninstall

Removes 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

CodeMeaning
0Removed (or nothing to remove)
125Failed to remove from one or more targets

On this page