skill-manager

Uninstall, disable, or re-enable hub-installed community skills with confirmation and audit logging.

100|16|Updated May 13, 2026
One-click install
npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill skill-manager-zekaisuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/ZekaiSuni/claude-for-legal-turkish/tree/main/legal-builder-hub/skills/skill-manager
Command: npx skills add https://github.com/ZekaiSuni/claude-for-legal-turkish --skill skill-manager-zekaisuni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill Manager removes or quiets community-installed skills in a controlled way, so you can undo or pause hub-installed capabilities without accidentally touching first-party plugin files.

Core Features & Use Cases

  • Safe community-skill removal: Uninstalls only skills that are confirmed in the hub install log as the most recently installed/enabled community skill, and refuses if the target is not eligible.
  • Confirm-before-change workflows: Shows exactly what paths and files would be deleted or renamed, then requires explicit typed confirmation before any filesystem operations.
  • Disable and re-enable support: Disables a community skill by renaming its key files (and agent frontmatter, if present), and can re-enable by reversing those renames after a prior disable.
  • Audit logging & hub metadata updates: Appends uninstall/disable/enable actions to install-log.yaml and updates the hub’s CLAUDE.md table to reflect the current state.

Quick Start

Use the skill-manager skill to uninstall a hub-installed community skill by naming it exactly as recorded in the hub install log.

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 deleting first-party plugins?

Safely uninstalling a community skill requires verifying it against the hub install log as the most recently installed capability, then requiring explicit typed confirmation before deleting any files to prevent impacting first-party plugins.

Can I temporarily disable a Claude Code skill instead of removing it?

Disabling a Claude Code skill works by renaming its key files and agent frontmatter to pause the capability without deletion, allowing you to re-enable it later by reversing those renames after a prior disable action.

What happens when skill uninstall operations modify the filesystem?

Filesystem changes during skill uninstall require explicit typed confirmation after showing exact paths to delete, then append actions to install-log.yaml and update the hub's CLAUDE.md table to reflect the current state.

Why does the skill manager refuse to uninstall certain installed capabilities?

The skill manager refuses to uninstall capabilities not verified in the hub install log as eligible community skills, explicitly rejecting operations on first-party plugin paths to ensure filesystem safety.

Does disabling a community skill permanently remove it from the install log?

Disabling a community skill does not permanently remove it; the action is appended to install-log.yaml and hub metadata is updated, allowing re-enablement by reversing the renames.