Agent Skills
› terrense/LilBot-agent
› run-skill-generator
run-skill-generator
GitHub根据简短需求生成完整的技能包,包含SKILL.md及辅助文件。明确定义名称、描述、工具、使用场景等契约,并确保通过skill_list或load_skill验证加载。
触发场景
需要创建新技能
生成技能包结构
安装
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.
版本历史
- ac8228e 当前 2026-07-05 10:50


