uninstall

Removes hub-installed community skills with confirmation prompts and audit logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Removing a community skill by hand risks deleting the wrong files, touching first-party plugin skills, or leaving no record of what changed. This Skill enforces a safe, auditable uninstall workflow for skills installed through the legal-builder-hub. ## Core Features & Use Cases - Scoped Removal: Only uninstalls community skills recorded in the hub's install-log.yaml and CLAUDE.md starter pack table; anything else is refused. - First-Party Protection: Refuses to delete skills belonging to the 12 core claude-for-legal plugins. - Confirmation and Audit Trail: Shows every path to be deleted, proceeds only on explicit "yes", and appends an uninstall entry with timestamp to install-log.yaml. - Use Case: A legal team installed a community drafting skill they no longer need. Run the uninstall command to remove its files cleanly while keeping the audit log intact. ## Quick Start Ask the assistant to uninstall the named community skill, for example by saying "uninstall the contract-review skill".

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I uninstall a community skill installed via the hub?

Run the uninstall command with the skill name, such as "uninstall [skill name]". The workflow checks the install log, shows every file path to be deleted, and proceeds only after you confirm with an explicit yes.

What is the difference between uninstalling and disabling a skill?

Uninstalling permanently deletes the skill's files, while disabling keeps the files so the skill can be re-enabled later. If you want to stop a skill from running but preserve its configuration, use the disable command instead.

Can I uninstall a first-party claude-for-legal plugin skill?

No. The 12 core plugins that ship with claude-for-legal are off-limits. If the named skill resolves to a path inside one of those plugins, the uninstall command refuses to proceed.

Why does the uninstall command refuse to remove my skill?

The command only removes community skills recorded in install-log.yaml or the CLAUDE.md starter pack table. If the skill is not listed there, or belongs to a first-party plugin, the request is refused for safety.

Is there an audit trail when a skill is uninstalled?

Yes. Every uninstall appends an entry with action "uninstall" and a timestamp to install-log.yaml, keeping the hub's audit trail intact for later review.