Agent Skills
› terrense/LilBot-agent
› skill-creator
skill-creator
GitHub用于创建或优化LilBot技能,指导何时使用技能抽象。强调技能应包含指引和轻量资产而非可执行逻辑,需明确触发条件、工作流及异常处理,确保元数据完整。
触发场景
需要添加可复用的智能体行为时
评估是否应将功能抽象为技能时
安装
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


