uninstall-skills

Removes marketplace skills and optionally deletes the session-start hook.

1|5|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/mdproctor/claude-skills --skill uninstall-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall-skills
Source: https://github.com/mdproctor/claude-skills/tree/main/uninstall-skills
Command: npx skills add https://github.com/mdproctor/claude-skills --skill uninstall-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Uninstalling marketplace skills and the session-start hook helps you revert Claude Code’s capability set, freeing resources and avoiding conflicts.

Core Features & Use Cases

  • Remove all marketplace skills or selectively uninstall bundles with safety checks
  • Perform reverse dependency analysis to prevent breaking other skills
  • Cleanup session-start hook configuration from CLAUDE.md checks

Quick Start

Run the uninstall-skills command to begin cleanup and select which marketplace skills to remove, with optional hook removal.

Frequently Asked Questions about uninstall-skills

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

FAQPage Schema
How do I cleanly uninstall Claude Code marketplace skills and hooks?

To uninstall Claude Code marketplace skills, you run the uninstall command to selectively remove bundles and optionally clean the session-start hook from CLAUDE.md. The process requires explicit confirmation before any destructive removal occurs.

What happens if I remove a skill bundle that other Claude Code skills depend on?

Removing a skill bundle triggers a reverse dependency analysis to check for conflicts. This safety check prevents breaking other installed skills by identifying dependencies before allowing the uninstallation to proceed.

Can I remove the session-start hook configuration from CLAUDE.md?

Yes, you can remove the session-start hook configuration from CLAUDE.md. The uninstall process includes an optional hook removal step that cleans up this configuration alongside marketplace skill bundles.

How do I revert Claude Code capabilities to free resources and avoid conflicts?

You revert Claude Code capabilities by uninstalling installed marketplace skills and resetting hooks. This cleanup frees resources and avoids configuration conflicts by returning the environment to its baseline state.

Do I need to confirm before marketplace skills are permanently removed?

Yes, explicit user confirmation is required before destructive removal. The uninstall process will not delete skills or modify hook configurations without your direct approval to prevent accidental data loss.