Generate command
Experimental: This plugin is in early development. Expect breaking changes between releases.
The generate command generates one specified skill for review by sending a request to the configured model.
The command displays the generated contents or, when available, a diff against the previously approved skill.
Review the generated skill and use the approve command if the skill is correct and ready to be used by agents.
Otherwise, update the skill definition or documentation and run the generate command again.
Generate a skill
Section titled “Generate a skill”Use the command by running it with your preferred package manager in the root of your Starlight project and pass the name of the skill you want to generate.
npx starlight-to-skills generate skill-namepnpm starlight-to-skills generate skill-nameyarn starlight-to-skills generate skill-namenlx starlight-to-skills generate skill-name