skill-template
SkillDev toolsThis is a fill-in-the-blank template for building new skills. Once added, your AI can use it as a starting point to write new skills of its own by copying a folder and editing a single file. It turns skill creation into a simple copy-and-fill exercise.
Available today. Use it from your connected AI after setup.
No other account needed.
Copy the template folder and open the SKILL.md file. Replace every placeholder with your skill's real name, description, and instructions.
Then ask your AI: use the skill-template skill
What your AI can do with it
- Create a new skill from a ready-made template
- Copy the template folder as a starting point
- Edit SKILL.md to define what the new skill does
- Replace placeholders with the actual skill content
What this skill tells your AI
The instructions your AI receives, as published by anbeime/skill in skills/_template/SKILL.md and read by ahel’s review.
任务目标
- 本技能用于:<一句话描述技能用途>
- 能力包含:<能力1>、<能力2>、<能力3>
- 触发条件:<什么场景下使用此技能>
使用方式
输入
<描述用户需要提供什么输入>
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| input_text | string | 是 | 输入文本 |
| mode | string | 否 | 处理模式 (默认: auto) |
输出
<描述技能的输出格式>
{
"result": "处理结果",
"metadata": {
"processing_time": "0.5s",
"status": "success"
}
}
核心逻辑
步骤 1: <步骤名称>
<详细说明此步骤的逻辑>
步骤 2: <步骤名称>
<详细说明此步骤的逻辑>
步骤 3: <步骤名称>
<详细说明此步骤的逻辑>
注意事项
- <注意事项 1>
- <注意事项 2>
- <注意事项 3>
示例
示例 1: <场景描述>
输入:
<示例输入>
输出:
<示例输出>
示例 2: <场景描述>
输入:
<示例输入>
输出:
<示例输出>
Signals
- GitHub stars
- 7k
- Forks
- 628
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skill-template- Source
- github.com/anbeime/skill