byai4protein· 26 skills
Distills a completed user workflow or interaction into a reusable VenusFactory agent skill. Use when the user says "make this a skill", "create a skill from what we just did", "package this workflow" or similar. Adapts the workflow into the VenusFactory tools wiring + SKILL.md pattern. Do not use for creating skills from scratch without an existing workflow.
$npx -y skills add ai4protein/venusfactory2 --skill workflow_skill_creatorInstalls into the current project.
Run `npx skills use "https://github.com/ai4protein/venusfactory2" --skill "ai4protein/venusfactory2/workflow_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/ai4protein/venusfactory2" that are relevant to the current task. Run `npx skills add "https://github.com/ai4protein/venusfactory2"` and select the relevant skills, then follow their instructions.