From tkm
Cleans Tokenmon plugin's statusLine and data files before /plugin uninstall. Includes option to preserve Pokémon state.json for reinstall. Supports Korean uninstall terms.
npx claudepluginhub thunderconch/tkm --plugin tkmThis skill uses the workspace's default tool permissions.
Clean up tokenmon before removing the plugin. Always run this **before** `/plugin uninstall`.
Uninstalls Pith from Claude Code by removing hooks, slash commands, and cleaning settings.json entries. Use via /pith uninstall or removal requests. Preserves token history unless full wipe requested.
Initializes Tokenmon plugin by resolving root, installing npm dependencies, selecting Pokémon generation/language/starter, running setup, and verifying status.
Clears cached copies of Claude Code plugins from ~/.claude/plugins/cache/, requiring reinstall from registry. Fixes unexpected behavior, corruption, frees disk space, or enables clean reinstalls.
Share bugs, ideas, or general feedback.
Clean up tokenmon before removing the plugin. Always run this before /plugin uninstall.
P="${CLAUDE_PLUGIN_ROOT:-$(ls -d ~/.claude/plugins/marketplaces/tkm 2>/dev/null || ls -d ~/.claude/plugins/cache/tkm/tkm/*/ 2>/dev/null | sort -V | tail -1)}"
"$P/bin/tsx-resolve.sh" "$P/scripts/uninstall.ts"
tokenmon data has been cleaned up.
To fully remove the plugin, run:
/plugin uninstall tkm@tkmThen run
/reload-pluginsto apply.
To preserve Pokémon state (state.json) for a future reinstall:
P="${CLAUDE_PLUGIN_ROOT:-$(ls -d ~/.claude/plugins/marketplaces/tkm 2>/dev/null || ls -d ~/.claude/plugins/cache/tkm/tkm/*/ 2>/dev/null | sort -V | tail -1)}"
"$P/bin/tsx-resolve.sh" "$P/scripts/uninstall.ts" --keep-state
state.json preserved. Reinstalling later will restore your existing Pokémon.