rolecraft remove

July 27, 2026 ยท View on GitHub

Uninstall a skill.

Usage

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

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

Node.js API

This command is also available as a programmatic function. See the Node.js API documentation for detailed usage.

import { remove } from 'rolecraft'
const result = await remove('my-skill')