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.