Agent Skills
› terrense/LilBot-agent
› skill-creator
skill-creator
GitHub指导创建或优化 LilBot 技能,定义何时使用技能抽象。提供设计规则,如区分技能、工具与 MCP,确保元数据完整及包含触发、工作流等要素。
触发场景
需要添加可复用的代理行为
决定是否应使用技能作为抽象层
安装
npx skills add terrense/LilBot-agent --skill skill-creator -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "skill-creator",
"description": "Create or improve LilBot skills and decide when a skill is the right abstraction."
}
Skill Creator
Use this skill when adding reusable agent behavior.
Skill design rules:
- A skill is guidance plus lightweight assets, not executable business logic.
- Use a tool when structured execution is required.
- Use MCP when an external service has multiple tools/resources.
- Keep frontmatter complete: name, description, and mode.
- Include trigger guidance, workflow, verification, and failure handling.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


