Skip to content
Development
Skill

/uninstall

Uninstall the flagrare plugin and remove the marketplace. Use when the user says 'uninstall flagrare', 'remove flagrare', 'disable flagrare skills', or 'remove flagrare-skills'.

From plugin
flagrare-agent-skills
1134 skills
Install
$ npx -y skills add Flagrare/agent-skills --skill uninstall --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/uninstall

Context preview

The summary Claude sees to decide when to auto-load this skill.

Uninstall the flagrare plugin and remove the marketplace. Use when the user says 'uninstall flagrare', 'remove flagrare', 'disable flagrare skills', or 'remove flagrare-skills'.

SKILL.md

uninstall.SKILL.md
name: uninstall
description: "Uninstall the flagrare plugin and remove the marketplace. Use when the user says 'uninstall flagrare', 'remove flagrare', 'disable flagrare skills', or 'remove flagrare-skills'."

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-plugins` or restart Claude Code to apply. > > To reinstall later: > ```bash > bash <(curl -sL https://raw.githubusercontent.com/Flagrare/flagrare-skills/main/install.sh) > ```

Ships withflagrare-agent-skills

Thirty-three skills that wrap around your development cycle in Claude Code. They turn tickets into ATDD plans, smoke-test features against a running app or service, hunt down bugs with runtime evidence, guard commits against doc drift, run seven-axis code

Get the whole plugin
Stats
11
Stars
2
Forks
Active
Maintenance
JavaScript
Language
23h ago
Last commit
4mo ago
Created

Repo: Flagrare/agent-skills

Other skills on flagrare-agent-skills.