Uninstall Flagrare
Remove the flagrare plugin and its marketplace registration.
When to Use
- User says "uninstall flagrare", "remove flagrare", "remove flagrare-skills"
- User wants to disable all flagrare skills
Procedure
Run the uninstall script:
bash "${CLAUDE_PLUGIN_ROOT}/../../uninstall.sh"
If the script is not found at that path (e.g. running from a remote install), run these commands directly:
claude plugin disable "flagrare@flagrare-skills"
claude plugin marketplace remove flagrare-skills
After running, tell the user:
Flagrare skills removed. Run
/reload-pluginsor restart Claude Code to apply.To reinstall later:
bash <(curl -sL https://raw.githubusercontent.com/Flagrare/flagrare-skills/main/install.sh)