Help us improve
Share bugs, ideas, or general feedback.
From famdeck-toolkit
Invoke to uninstall or remove any tool that the Famdeck toolkit installed — Beads, Atlas, Relay, Serena, Agent Mail, or the toolkit itself. This is the only skill that performs removal; individual tool skills do not handle their own uninstallation. Use whenever the request is about removing, deleting, or cleaning up toolkit-managed Claude Code tools, regardless of how it's phrased.
npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/famdeck-toolkit:toolkit-uninstallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Remove toolkit-managed tools (plugins and MCP servers).
Uninstalls community skills installed via the hub, with safety checks, confirmation, and audit logging. Refuses to remove first-party plugin skills.
Safely removes plugin assets (skills, agents, rules, scripts, hooks) by detecting dependencies and cleaning up references. Invoke via /safe-remove for decluttering.
Uninstalls Pith from Claude Code: removes hooks, slash commands (/pith, /budget, /focus), and cleans settings.json pith entries. Preserves ~/.pith/state.json unless full wipe requested.
Share bugs, ideas, or general feedback.
Remove toolkit-managed tools (plugins and MCP servers).
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/uninstall.py $ARGUMENTS
Pass any flags or tool names from the user's request through as $ARGUMENTS. The script shows
installed tools and prompts which to remove. Display the results to the user.