Remove an installed skill and its MCP configuration.
shipables uninstall
Remove a skill's files and MCP configuration from your agents.
Usage
shipables uninstall <skill> [options]
Arguments
| Argument | Description |
|---|---|
skill | Skill name to remove (required) |
Options
| Flag | Description |
|---|---|
--claude | Remove from Claude Code only |
--cursor | Remove from Cursor only |
--codex | Remove from Codex CLI only |
--copilot | Remove from VS Code / Copilot only |
--gemini | Remove from Gemini CLI only |
--cline | Remove from Cline only |
-g, --global | Remove from global skills directory |
Examples
Remove from all agents:
shipables uninstall Chippers255/ai-commits
Remove from a specific agent only:
shipables uninstall Chippers255/ai-commits --claude
Remove a globally installed skill:
shipables uninstall Chippers255/ai-commits --global
What gets removed
- The skill directory (e.g.,
.claude/skills/ai-commits/) - The MCP server entry in the agent's config file (e.g., removes the entry from
.claude/settings.json) - The installation record from
~/.shipables/installed.json
If you specify a single agent flag, only that agent's files and config are removed. The skill stays installed for other agents.