skill-manager

Uninstall or disable community-installed legal skills with audit logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you remove or silence an installed community skill safely, with strict validation and audit logging, so you avoid breaking first-party plugins or losing traceability.

Core Features & Use Cases

  • Community-skill only control: Uninstalls or disables only skills installed via legal-builder-hub, confirmed by install-log.yaml and path constraints.
  • Guardrails against first-party plugins: Refuses to delete, rename, or touch any preinstalled claude-for-legal plugins (including legal-builder-hub itself).
  • Audited, reversible operations: Records every uninstall/disable/enable action back into install-log.yaml and supports re-enabling when applicable.

Quick Start

Ask the legal AI to run the command /legal-builder-hub:disable and then explicitly type yes to confirm the disable operation for the named community skill.

Frequently Asked Questions about skill-manager

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

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

To safely uninstall a community skill, use the skill manager to verify it is community-installed via install-log.yaml, block any first-party plugin paths, and require explicit yes confirmation before removal. This ensures first-party plugins remain untouched while the specified community skill is safely uninstalled.

What happens to my audit log when I disable or uninstall a legal workflow skill?

When you disable or uninstall a legal workflow skill, the action is appended to the audit log in install-log.yaml. This maintains traceability by recording every disable, uninstall, or enable operation permanently within the installation log file.

Can I re-enable a community skill after disabling it?

Yes, you can re-enable a disabled community skill. The skill manager supports reversible operations, allowing you to re-enable a skill when applicable after it has been safely disabled and its status recorded in the audit log.

Does the skill manager work with preinstalled claude-for-legal plugins?

No, the skill manager does not work with preinstalled claude-for-legal plugins. It refuses to delete, rename, or touch any first-party plugins, including legal-builder-hub, and strictly applies only to skills installed via the community legal-builder-hub.

Why does disabling a community skill require explicit yes confirmation?

Disabling a community skill requires explicit yes confirmation to enforce workflow governance and prevent accidental plugin safety breaches. This guardrail ensures users intentionally revoke a specific installed skill before any uninstall or disable operation executes.