bycraftos-dev· 58 skills
Refine an existing CraftBot skill using evidence from one completed task that used it. Read the per-task SKILL_SOURCE markdown the handler wrote, diff it against the existing SKILL.md, apply surgical edits to skills/<target>/SKILL.md. Use this when CraftBot has spawned an 'Improve Skill' workflow task and you need to refine the skill's accuracy or token efficiency without redesigning it.
$npx -y skills add craftos-dev/craftbot --skill craftbot-skill-improveInstalls into the current project.
Run `npx skills use "https://github.com/craftos-dev/craftbot" --skill "craftos-dev/craftbot/craftbot-skill-improve"` 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/craftos-dev/craftbot" that are relevant to the current task. Run `npx skills add "https://github.com/craftos-dev/craftbot"` and select the relevant skills, then follow their instructions.