skf-drop-skill

Remove deprecated BMAD agent skill versions from export manifests and disk.

Updated May 5, 2026
One-click install
npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-drop-skill-devalexanderdaza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-drop-skill
Source: https://github.com/devalexanderdaza/bmad-any/tree/main/.cursor/skills/skf-drop-skill
Command: npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-drop-skill-devalexanderdaza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of accidentally breaking BMAD agent project setups when removing outdated or unwanted skills, by enforcing strict safety guards, active version protection, and explicit user confirmation for all destructive actions.

Core Features & Use Cases

  • Soft Deprecation: Mark specific skill versions as deprecated in the export manifest without deleting any files, making the change reversible if needed.
  • Hard Purge: Permanently delete entire skills or specific versions from disk, with safeguards to prevent removing the only active version of a skill by mistake.
  • Automated Context Rebuild: Automatically updates all platform context files (like AGENTS.md) to remove references to dropped skills, keeping your IDE configurations consistent.
  • Use Case: If you have an outdated version of a BMAD agent skill that is no longer supported, use this Skill to safely deprecate it or purge it entirely without breaking your AI agent's workflow context.

Quick Start

Use the skf-drop-skill to remove the deprecated 'legacy-helper' agent skill version 0.1.0 from your BMAD project.

Frequently Asked Questions about skf-drop-skill

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

FAQPage Schema
How do I safely remove outdated BMAD agent skills from a project manifest?

To safely remove outdated BMAD agent skills, you can soft deprecate specific versions in the export manifest without deleting files, or hard purge them from local disk storage with explicit user confirmation.

Can I deprecate a specific skill version without permanently deleting the files?

Yes, you can deprecate a specific skill version by marking it as deprecated in the export manifest, which makes the change reversible without deleting any files from disk.

Does dropping a BMAD agent skill automatically update IDE context files?

Yes, dropping a BMAD agent skill automatically rebuilds managed sections and updates platform context files like AGENTS.md to remove references, keeping Claude Code, GitHub Copilot, and Cursor configurations consistent.

What happens if I try to purge the only active version of a BMAD skill?

When you attempt to purge the only active version of a BMAD skill, the operation is blocked by safety guards that prevent removing the last active version and breaking your agent workflow.

What is the difference between soft deprecation and hard purge for agent skills?

Soft deprecation marks skill versions as deprecated in the export manifest without file deletion, making it reversible, while hard purge permanently deletes entire skills or specific versions from disk storage.

When should I use a skill purge instead of manual file deletion for BMAD maintenance?

You should use a skill purge instead of manual deletion when you need active version protection, automated context file rebuilds across IDEs, and explicit confirmation safeguards to prevent breaking your BMAD project setup.