Tokenmon Uninstall

Clean Tokénmon statusLine and local data files before plugin uninstall.

24|6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ThunderConch/tkm --skill tokenmon-uninstall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tokenmon Uninstall
Source: https://github.com/ThunderConch/tkm/tree/main/skills/uninstall
Command: npx skills add https://github.com/ThunderConch/tkm --skill tokenmon-uninstall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents broken UI state and leftover Tokénmon data by cleaning the status line and stored progress files before you uninstall the plugin.

Core Features & Use Cases

  • Pre-uninstall cleanup: Runs the Tokénmon uninstall script to clear statusLine and related data so /plugin uninstall doesn’t leave inconsistent artifacts behind.
  • User-visible guidance: Prompts you to run the exact uninstall command and then reload plugins so changes take effect immediately.
  • Optional data preservation: Provides a safe option to keep state.json so you can restore Pokémon progress on a future reinstall.

Quick Start

Ask your Claude Code assistant to run Tokénmon pre-uninstall cleanup and then guide you through uninstalling the plugin.

Frequently Asked Questions about Tokenmon Uninstall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely uninstall Tokénmon without leaving leftover plugin artifacts in Claude Code?

To keep your Pokémon progress during a Tokénmon uninstall, run the cleanup script with the --keep-state option. This preserves your state.json file so you can restore your data upon reinstalling the plugin later.

Why does my Claude Code statusLine break after removing the Tokénmon plugin?

Your statusLine breaks after removing Tokénmon because leftover data files create inconsistent UI artifacts. Running the pre-uninstall cleanup script clears these files before you run /plugin uninstall to prevent the issue.

What is the correct process to remove a Claude Code plugin and reload plugins?

The correct process to remove a Claude Code plugin involves running a pre-uninstall cleanup script to clear local data, executing the /plugin uninstall command, and then running /reload-plugins to apply the changes immediately.

Can I reinstall Tokénmon later without losing my Pokémon progress data?

Yes, you can reinstall Tokénmon later without losing progress by using the --keep-state flag during the pre-uninstall cleanup. This preserves your state.json file for a state-preserving reinstall in the future.

Do I need to manually delete Tokénmon data files before running /plugin uninstall?

You do not need to manually delete Tokénmon data files if you use the pre-uninstall cleanup script. It automatically locates the installed plugin root and clears the statusLine and stored progress files for you.