From skill-forge
Drops specific skill versions or entire skills via soft deprecation or hard purge, rebuilding platform context. Use when users request to remove skills.
npx claudepluginhub armelhbobdad/bmad-module-skill-forge --plugin skill-forgeThis skill uses the workspace's default tool permissions.
Follow the instructions in [workflow.md](workflow.md).
Disables a specified skill (e.g., languages/typescript) in project configuration, removing its rules from the next AGENTS.md generation. Use to prune unwanted or conflicting capabilities.
Renames a skill across all versions transactionally via copy-verify-delete and rebuilds platform context. Use when user requests skill rename.
Safely removes Claude Code plugin assets (skills/agents/rules/scripts/hooks) via /safe-remove by resolving targets, detecting dependencies with grep scans, classifying blockers/patchables, patching references, and verifying cleanup.
Share bugs, ideas, or general feedback.
Follow the instructions in workflow.md.