uninstall

Uninstall community-installed skills from the legal-builder hub with audit logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you completely remove a community skill you previously installed via the legal-builder hub, without accidentally deleting first-party (core) skills or other managed files.

Core Features & Use Cases

  • Community-skill-only uninstall: Refuses to run unless the target skill appears in the hub install log and starter-pack table.
  • First-party protection: Blocks any attempt to uninstall skills that belong to the core first-party plugins.
  • Confirmation and audit trail: Displays every deletion path, requires explicit confirmation, and appends an uninstall action with a timestamp to the install log for traceability.

Quick Start

To uninstall a previously installed community skill named "example-skill", run: /legal-builder-hub/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 safely uninstall a community skill from a hub?

To safely uninstall a community skill, the system verifies the target appears in the hub install log, refuses first-party plugin paths, requires explicit user confirmation of all deletion paths, and appends a timestamped audit log entry for traceability.

What happens if I try to remove a first-party plugin using the uninstall command?

The uninstall process blocks any attempt to remove first-party plugins by checking the hub install log and starter-pack table, refusing execution if the target skill belongs to core first-party plugins or managed files.

Does the hub uninstall process delete files without confirmation?

No, the uninstall process displays every deletion path targeted for removal and requires explicit user confirmation before proceeding with file deletion, ensuring no managed files are accidentally removed.

Why do I need an install-log verification before removing a community skill?

Install-log verification ensures the target skill is a legitimate community-installed skill rather than a core first-party plugin, preventing accidental deletion of essential hub workflow files during the removal process.

Can I disable a community skill instead of fully uninstalling it?

The uninstall skill specifically targets full removal of installed files rather than disabling, requiring hub install-log verification and explicit confirmation of deletion paths to ensure complete removal from the hub workflow.