Use when building a skill, creating a SKILL.md, packaging a workflow, making a slash command, or asked "how do I make a skill". Scaffolds the folder, generates SKILL.md from a template, validates against spec. Produces a complete ready-to-deploy skill folder: scripts, references, assets. Also use to review or improve an existing skill.
$npx -y skills add damionrashford/media-os --skill skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/damionrashford/media-os" --skill "damionrashford/media-os/skill-creator"` 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/damionrashford/media-os" that are relevant to the current task. Run `npx skills add "https://github.com/damionrashford/media-os"` and select the relevant skills, then follow their instructions.