Agent Skills
› stella/stella
› new-skill
new-skill
GitHub该技能为通用模板,用于指导助手创建新的 Skill。通过重命名和编写描述、步骤及输出格式,定义 Agent 的行为逻辑与触发条件。
触发场景
需要创建或初始化一个新的 Agent Skill
需要按照标准规范定义 Skill 的描述和执行指令
安装
npx skills add stella/stella --skill new-skill -g -y
SKILL.md
Frontmatter
{
"name": "new-skill",
"description": "Rewrite this description — it is the trigger the assistant uses to decide when to run this skill."
}
版本历史
- 85792bd 当前 2026-07-24 16:13


