with one click
run-skill-generator
Generate a complete skill package from a short request.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate a complete skill package from a short request.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Help with Claude/LLM API usage, models, and integration patterns.
Scaffold or plan LilBot-style local plugins.
Break a large request into a tracked batch of smaller tasks.
Coordinate browser-assisted work when a Chrome/browser connector is available.
Investigate a bug or failing behavior and isolate the likely cause.
Use subagents to split exploration, implementation, review, and verification work.
| name | run-skill-generator |
| description | Generate a complete skill package from a short request. |
| aliases | skillgen |
| allowed-tools | skill_list, load_skill, write_file, edit_file, list_dir |
| when_to_use | Use when the user wants a ready-to-install skill directory rather than just guidance. |
| context | fork |
| agent | implementer |
Generate a complete skill package for:
{{args}}
Create a directory containing SKILL.md and any useful companion files. Keep the
skill contract explicit: name, description, allowed tools, when_to_use, context,
and concrete instructions. Validate that the new skill loads through
skill_list or load_skill.