Agent Skills
› NoizAI/skills
› template-skill
template-skill
GitHub这是一个用于创建新 Agent Skill 的可复用模板,定义了清晰的触发条件、工作流及输入输出契约,旨在规范技能开发流程。
Trigger Scenarios
authoring new Agent Skills
skill development
Install
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:
...
Version History
- 2a0e09d Current 2026-07-25 11:56


