bygoogle-deepmind· 38 skills
Distills a completed user workflow or interaction into a reusable agent skill. Use when the user asks to turn their workflow, interaction, or multi-step process into a skill, or when they say "make this a skill", "create a skill from what we just did", "package this workflow" or similar. Do not use for creating skills from scratch without an existing workflow (use a generic skill-creator for that).
$npx -y skills add google-deepmind/science-skills --skill workflow_skill_creatorInstalls into the current project.
Run `npx skills use "https://github.com/google-deepmind/science-skills" --skill "google-deepmind/science-skills/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/google-deepmind/science-skills" that are relevant to the current task. Run `npx skills add "https://github.com/google-deepmind/science-skills"` and select the relevant skills, then follow their instructions.