Skip to content

Approve command

Experimental: This plugin is in early development. Expect breaking changes between releases.

The approve command approves one specified skill after review so it can be used by agents.

By default, the command approves a generated skill. If changes such as documentation updates do not affect an existing approved skill, the command can confirm that it remains valid without regenerating it.

To approve a generated skill, run the command with its name using your preferred package manager in the root of your Starlight project.

Terminal window
npx starlight-to-skills approve skill-name

To confirm that an existing approved skill remains valid without regenerating it, run the command with its name and the --existing option using your preferred package manager in the root of your Starlight project.

Only use this option after reviewing the changes and confirming that the existing approved skill is still valid.

Terminal window
npx starlight-to-skills approve skill-name --existing