Prune command
Experimental: This plugin is in early development. Expect breaking changes between releases.
The prune command removes orphan approved skills.
An approved skill becomes orphaned when its skill definition is deleted or renamed.
The command lists all orphan approved skills and asks for confirmation before removing them.
Prune orphan approved skills
Section titled “Prune orphan approved skills”Use the command by running it with your preferred package manager in the root of your Starlight project.
npx starlight-to-skills prunepnpm starlight-to-skills pruneyarn starlight-to-skills prunenlx starlight-to-skills pruneSkip confirmation
Section titled “Skip confirmation”To skip the confirmation prompt, run the command with the --yes option using your preferred package manager in the root of your Starlight project.
npx starlight-to-skills prune --yespnpm starlight-to-skills prune --yesyarn starlight-to-skills prune --yesnlx starlight-to-skills prune --yes