byhyhmrright· 20 skills
Scaffold a new brooks-lint analysis skill so it passes npm run validate and npm run evals on the first try — generates skills/{name}/SKILL.md (with the mandatory "Do NOT trigger for:" clause and a Process section citing guide step ranges) plus skills/{name}/{name}-guide.md (sequentially numbered steps), then appends paired eval scenarios. Triggers when the maintainer asks to "add a new skill", "scaffold a skill", or "create a brooks-lint mode". Do NOT trigger for: editing an existing skill's content, adding a single eval to an existing skill, or authoring skills for some other plugin.
$npx -y skills add hyhmrright/brooks-lint --skill new-skillInstalls into the current project.
Run `npx skills use "https://github.com/hyhmrright/brooks-lint" --skill "hyhmrright/brooks-lint/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/hyhmrright/brooks-lint" that are relevant to the current task. Run `npx skills add "https://github.com/hyhmrright/brooks-lint"` and select the relevant skills, then follow their instructions.