uninstall

Uninstall hub-installed community skills while protecting first-party skills.

Updated May 26, 2026
One-click install
npx skills add https://github.com/yachela/claude-for-legal-ar --skill uninstall-yachela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/yachela/claude-for-legal-ar/tree/main/legal-builder-hub/skills/uninstall
Command: npx skills add https://github.com/yachela/claude-for-legal-ar --skill uninstall-yachela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you fully uninstall a community skill from the legal-builder hub when you no longer want it installed, while preventing accidental removal of first-party skills and preserving an audit trail.

Core Features & Use Cases

  • Community-skill-only enforcement: Refuses to uninstall skills that were not installed through this hub, using the hub install log as the source of truth.
  • First-party protection: Blocks any attempt to uninstall core/first-party skills shipped with claude-for-legal.
  • Interactive safety confirmation: Enumerates every file path that would be deleted and proceeds only after an explicit yes.
  • Action logging for auditability: Appends an uninstall event with timestamp to the hub install-log.yaml for traceability.
  • Operational alternative guidance: Suggests using disable instead when the goal is to stop execution without deleting files.

Quick Start

Run uninstall for a specific hub-installed community skill by saying: "uninstall example-skill".

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I completely remove a community skill instead of just disabling it?

To completely remove a community skill, you use the uninstall command to delete the files. This permanently deletes the skill rather than just disabling it, while appending an audited timestamp record to the hub install log.

Can I uninstall first-party core skills shipped with claude-for-legal?

No, you cannot uninstall first-party core skills shipped with claude-for-legal. The uninstall process enforces first-party protection, blocking any attempt to remove these essential skills and safeguarding your core environment.

How does the community skill uninstall confirmation process work?

The community skill uninstall confirmation process lists every file path marked for deletion. The system proceeds only after receiving an explicit yes, ensuring you review all deletion paths and preventing accidental file removal.

What happens if I try to uninstall a skill not installed via the legal-builder hub?

If you try to uninstall a skill not installed via the legal-builder hub, the operation is refused. The system uses the hub install log as the source of truth, enforcing community-skill-only removal for safety.

Does uninstalling a community skill delete the audit log?

No, uninstalling a community skill does not delete the audit log. The process appends an uninstall event with a timestamp to the hub install-log.yaml, preserving an audit trail for traceability and future reference.