skill-manager

Uninstalls, disables, and re-enables community skills installed via the legal builder hub.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Removing or quieting a community skill after installation is risky without a controlled process: files may be deleted without confirmation, first-party plugin skills could be damaged, and there is no record of what changed. This Skill provides safe, logged uninstall, disable, and re-enable workflows for community skills installed through the legal builder hub. ## Core Features & Use Cases - Verified Uninstall: Confirms the skill is community-installed via the install log, lists every file to be deleted, requires explicit typed confirmation, and preserves user configuration by default. - Disable and Re-enable: Renames SKILL.md, hooks, and agent files to .disabled variants to stop a skill without deleting it, and reverses the renames on re-enable. - Audit Logging: Appends every action (install, uninstall, disable, enable) with timestamps to install-log.yaml and updates the hub's CLAUDE.md starter pack table. - Use Case: A legal team installed a community contract-review skill but no longer needs it. Invoke the uninstall workflow to review the exact files, confirm deletion, and keep the configuration for a possible later reinstall. ## Quick Start Ask the assistant to uninstall the community skill named contract-review installed through the legal builder hub.

Frequently Asked Questions about skill-manager

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

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

Invoke the uninstall workflow with the skill name. The skill verifies the entry in install-log.yaml, lists every file to be deleted, and removes the directory only after you type yes. User configuration in ~/.claude/plugins/config is preserved by default.

How do I disable a Claude skill without deleting it?

Use the disable workflow, which renames SKILL.md to SKILL.md.disabled along with hooks.json and agent files so the skill and its scheduled agents stop firing. Re-enable later by reversing the renames, with each action logged.

Can this skill uninstall built-in legal plugins like commercial-legal?

No. The twelve first-party plugins that ship with claude-for-legal, such as commercial-legal, privacy-legal, and litigation-legal, are strictly off-limits. The skill refuses any action resolving into those directories; use /plugin for plugin management instead.

What happens to my configuration files when I uninstall a skill?

Configuration stored under ~/.claude/plugins/config/claude-for-legal/ is not deleted by default. The skill surfaces these directories during confirmation so you can keep them for a later reinstall or delete them manually.

Why does the skill refuse to uninstall a skill I installed manually?

The skill only acts on entries recorded in install-log.yaml with a most-recent action of install or enable. Skills installed outside the hub have no log entry, so the request is refused to prevent unauthorized file deletion.