uninstall

Uninstall community skills from legal-builder-hub with first-party protection and audit logging.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/PolliticalSolutions/political-portal --skill uninstall-polliticalsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/PolliticalSolutions/political-portal/tree/main/.claude/skills/legal-builder-hub/uninstall
Command: npx skills add https://github.com/PolliticalSolutions/political-portal --skill uninstall-polliticalsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you fully uninstall a community skill you installed through the legal-builder-hub, while preventing accidental removal of first-party plugins and ensuring you explicitly confirm file deletions.

Core Features & Use Cases

  • Community-skill eligibility checks: Verifies the target skill is recorded in the hub install log and the CLAUDE.md starter pack table before proceeding.
  • First-party protection: Refuses to uninstall skills that resolve to a path inside one of the off-limits core plugin areas.
  • Safe deletion workflow: Lists every file path that will be deleted and proceeds only after you explicitly confirm with yes.
  • Audit logging: Appends an uninstall action with a timestamp to the install-log.yaml to preserve an audit trail.

Quick Start

Run the uninstall command for the exact skill name you want removed by typing: uninstall "skill name".

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, this tool verifies the target against the install-log.yaml and starter pack records, refuses to touch protected first-party plugin paths, and requires explicit confirmation before deleting any files.

What happens to my audit log when I remove an installed community skill?

When you remove an installed community skill, an uninstall action with a timestamp is automatically appended to the install-log.yaml, preserving a complete audit trail of the file deletion event.

How do I fully delete community skill files instead of just disabling runtime execution?

To fully delete community skill files instead of disabling runtime execution, run the uninstall command with the exact skill name to trigger the complete file removal workflow with eligibility verification.

Can I uninstall multiple community skills at once?

The uninstall workflow processes a named community skill individually, requiring explicit yes confirmation after showing the deletion paths for that specific skill before proceeding with file removal.

Why does my community skill uninstall fail with an eligibility check error?

A community skill uninstall fails the eligibility check when the target skill is not recorded in the hub install log or the CLAUDE.md starter pack table, preventing unauthorized or accidental file deletion.

Does file deletion safety require manual confirmation before removing hub-managed skills?

Yes, file deletion safety requires manual confirmation; the tool lists every file path that will be deleted and proceeds only after you explicitly confirm with yes to prevent accidental removal.