remove-ext-skill

Remove ext-{target-plugin} skills and update the help skill's command table.

21|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/unicorn-plugins/dmap --skill remove-ext-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-ext-skill
Source: https://github.com/unicorn-plugins/dmap/tree/main/skills/remove-ext-skill
Command: npx skills add https://github.com/unicorn-plugins/dmap --skill remove-ext-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined way to remove external call skills (prefixed with ext-) from your project, helping to keep your skill set organized and manageable.

Core Features & Use Cases

  • Targeted Skill Removal: Safely removes specific ext-{target-plugin} skills.
  • Dependency Management: Updates the help skill to reflect the removal of commands.
  • Use Case: After deprecating a feature that relied on an external plugin, use this skill to cleanly uninstall its associated ext- skill and its command entry.

Quick Start

Use the remove-ext-skill to remove the external skill for the 'payment-gateway' plugin.

Frequently Asked Questions about remove-ext-skill

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

FAQPage Schema
How do I uninstall external call skills from the skills directory?

To uninstall external call skills, you can use a utility that removes `ext-{target-plugin}` files from the skills directory and deletes their associated commands. This ensures your project maintains a clean and organized skill set after deprecating external integrations.

What is the best way to clean up deprecated external plugin integrations?

The best way to clean up deprecated external plugin integrations is to remove their associated `ext-` skills using a targeted removal utility. This automatically uninstalls the external calls and updates your help skill's command table, keeping your skill set manageable.

Does removing an external skill update the help command table automatically?

Yes, removing an external skill updates the help command table automatically. The removal process ensures the help skill's command table is updated by deleting the relevant entry for the uninstalled `ext-{target-plugin}` integration.

Can I use this cleanup utility to remove any skill from my project?

No, this cleanup utility is specifically designed for removing external call skills prefixed with `ext-`. It safely removes specific `ext-{target-plugin}` skills and manages their dependencies rather than handling arbitrary skill removal.

How do I remove an external skill for a specific plugin like a payment gateway?

To remove an external skill for a specific plugin, you target the `ext-{target-plugin}` skill name. For example, you can remove the external skill for the 'payment-gateway' plugin to cleanly uninstall its associated calls and command entry.