Agent Skills
› NoizAI/skills
› template-skill
template-skill
GitHubAgent Skill 编写模板,提供标准结构定义触发条件、用例、输入输出及工作流,用于快速创建新的智能体技能。
触发场景
需要创建新的 Agent Skill
参考标准技能结构
安装
npx skills add NoizAI/skills --skill template-skill -g -y
SKILL.md
Frontmatter
{
"name": "template-skill",
"description": "Reusable template for authoring new Agent Skills with clear triggers, workflow, and I\/O contracts."
}
简体中文 | English
One-line description of what this skill solves.
Triggers
- trigger keyword 1
- trigger keyword 2
Use Cases
- Typical scenario 1
- Typical scenario 2
- Typical scenario 3
Inputs
- Required inputs:
field_a: Descriptionfield_b: Description
- Optional inputs:
field_c: Description
Outputs
- Success output format (example)
- Failure output format (example)
Workflow
- Validate input completeness
- Build request parameters
- Execute core action
- Format outputs
- Provide retry or fallback strategy on failure
Limitations
- Clearly define capability boundaries
- Explain common failure causes
Examples
- Input example:
...
- Output example:
...
版本历史
- 2a0e09d 当前 2026-07-25 11:56


