Write or rewrite agent skill files so they are outcome-oriented, bounded, and easy for another agent to apply. Use when creating a new skill, translating a skill, or tightening an existing skill's acceptance criteria, boundaries, or output contract.
$npx -y skills add nickguai/herd --skill write-new-skillInstalls into the current project.
Run `npx skills use "https://github.com/nickguai/herd" --skill "nickguai/herd/write-new-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/nickguai/herd" that are relevant to the current task. Run `npx skills add "https://github.com/nickguai/herd"` and select the relevant skills, then follow their instructions.