uninstall

Remove community skills from the legal builder hub with install-log verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you completely uninstall a community-installed skill from the legal builder hub without accidentally touching first-party skills or leaving inconsistent state.

Core Features & Use Cases

  • Uninstall orchestration with safety checks: Verifies the target skill exists in the hub install log and blocks removal of first-party plugin skills.
  • Interactive confirmation workflow: Shows every file path that will be deleted and proceeds only after the user explicitly confirms with yes.
  • Audit-friendly logging: Appends action: uninstall with a timestamp to the hub install-log.yaml to preserve traceability.

Quick Start

Run the uninstall skill with the exact skill name you want to remove, then confirm the displayed deletion paths by replying yes.

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I safely uninstall a community skill without deleting first-party plugins?

To safely uninstall a community skill, the tool verifies the target exists in the hub install log and blocks removal of any first-party plugin skills. It requires explicit user confirmation before deleting any files.

What happens to the install log when I remove a community skill?

When you remove a community skill, the tool appends an uninstall action with a timestamp to the hub install-log.yaml file. This preserves audit traceability for your skill lifecycle management.

Can I delete a Claude Code skill without confirming the file paths?

No, you cannot delete a skill without confirmation. The uninstall workflow displays every file path scheduled for deletion and proceeds only after you explicitly reply yes to the prompt.

How do I completely remove a skill from the legal builder hub?

To completely remove a skill from the legal builder hub, provide the exact skill name to the uninstall command. It checks the install log, confirms deletion paths, and removes the files.

Why does my community skill uninstall fail when targeting a first-party plugin?

Your uninstall fails because the tool enforces safety checks that actively block the removal of first-party plugin skills. It only allows uninstalling community-installed skills verified in the hub install log.