Agent Skills
› terrense/LilBot-agent
› skill-creator
skill-creator
GitHub用于创建或优化 LilBot 技能,指导如何定义可复用的代理行为。提供设计规范,明确技能由指南和轻量资产组成,并规定 Frontmatter、触发条件及工作流等要素的完整性。
触发场景
需要添加可复用的代理行为时
设计和制定新的 Agent Skill 规范时
安装
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


