byrunkids· 15 skills
Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development, proper handler split conventions, oplog instrumentation, and dual-mode (global/project) patterns. If the request involves writing Go code and tests, use this skill — even if the user doesn't explicitly say "implement".
$npx -y skills add runkids/skillshare --skill skillshare-implement-featureInstalls into the current project.
Run `npx skills use "https://github.com/runkids/skillshare" --skill "runkids/skillshare/skillshare-implement-feature"` 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/runkids/skillshare" that are relevant to the current task. Run `npx skills add "https://github.com/runkids/skillshare"` and select the relevant skills, then follow their instructions.