uninstall

Remove hub-installed community skills from local Claude Code plugin filesystems.

100|16|Updated May 13, 2026
One-click install
npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill uninstall-zekaisuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/ZekaiSuni/claude-for-legal-turkish/tree/main/legal-builder-hub/skills/uninstall
Command: npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill uninstall-zekaisuni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes a previously hub-installed community skill from your local Cla ude Code setup while protecting first-party plugins and preventing unintended deletions.

Core Features & Use Cases

  • Uninstall community skills only: Refuses to act if the target skill is not recorded as installed via the legal-builder-hub install log.
  • First-party protection: Detects attempts to uninstall a first-party plugin skill and blocks them.
  • Explicit confirmation & audit trail: Lists every file path to be deleted, requires a yes confirmation, and appends an uninstall record with a timestamp to the install log.

Quick Start

Run the uninstall command for the exact community skill name you want to remove, and reply yes when the skill lists the deletion paths.

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I safely uninstall community skills from Claude Code?

To uninstall community skills from Claude Code, run the uninstall command for the exact skill name. The tool verifies the install log, lists file paths for deletion, and requires explicit confirmation before removing the plugin files.

Can I remove a first-party plugin from my local Claude Code setup?

No, you cannot remove a first-party plugin from Claude Code. The uninstall tool detects attempts to target first-party skills and blocks the deletion to protect core components from being unintentionally removed.

Why does deleting a Claude Code plugin require explicit user confirmation?

Deleting a Claude Code plugin requires explicit confirmation to ensure file deletion safety. The tool lists every file path marked for removal and asks for a yes reply, preventing unintended data loss during the community skill removal process.

Does uninstalling a community skill leave an audit trail?

Yes, uninstalling a community skill leaves an audit trail. The tool appends an uninstall record with a timestamp to the install-log.yaml file, maintaining an append-only audit log of all file deletion actions.

What happens if I try to uninstall a skill not recorded in the install log?

If you try to uninstall a skill not recorded in the install log, the operation refuses to proceed. The tool enforces installation-log verification to ensure only previously hub-installed community skills are targeted for removal.

What's the difference between disabling and fully removing a Claude Code plugin?

Fully removing a Claude Code plugin deletes all associated files permanently, whereas disabling retains them for later re-enabling. Use the uninstall command specifically when you want to completely clear a community skill from your filesystem.