بنقرة واحدة
run-skill-generator
Generate a complete skill package from a short request.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a complete skill package from a short request.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.