Create a new reusable agent skill — either explicitly ("turn this workflow into a skill") or by reflecting on a just-completed task that you might do again. Synthesizes SKILL.md, scripts, and a real eval scaffold, then stages it for review before committing. Use when the user asks to make/save/capture a skill, or after finishing a non-trivial workflow worth reusing.
$npx -y skills add bennyoooo/skillmaxxing --skill create-skillInstalls into the current project.
Run `npx skills use "https://github.com/bennyoooo/skillmaxxing" --skill "bennyoooo/skillmaxxing/create-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bennyoooo/skillmaxxing" that are relevant to the current task. Run `npx skills add "https://github.com/bennyoooo/skillmaxxing"` and select the relevant skills, then follow their instructions.