Skip to content

rolecraft remove

Uninstall a skill.

Usage

bash
rolecraft remove <slug> [--dry-run]

Options

FlagDescription
--dry-runPreview what would be removed without making changes

Description

Removes the skill files from all installed directories and cleans up the lockfile.

Examples

bash
rolecraft remove my-skill
rolecraft remove my-skill --dry-run    # preview before removing