Agent Skills
› terrense/LilBot-agent
› run-skill-generator
run-skill-generator
GitHub根据简短需求生成完整的技能包,包含SKILL.md及辅助文件。明确定义技能名称、描述、工具、使用场景等契约,并验证其能否通过skill_list或load_skill正常加载。
Trigger Scenarios
用户请求创建新技能
需要自动化生成技能结构
Install
npx skills add terrense/LilBot-agent --skill run-skill-generator -g -y
SKILL.md
Frontmatter
{
"name": "run-skill-generator",
"agent": "implementer",
"aliases": "skillgen",
"context": "fork",
"description": "Generate a complete skill package from a short request.",
"when_to_use": "Use when the user wants a ready-to-install skill directory rather than just guidance.",
"allowed-tools": "skill_list, load_skill, write_file, edit_file, list_dir"
}
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.
Version History
- ac8228e Current 2026-07-05 10:50


