| name | skill-creator |
| description | Agent Skill for creating new skills according to the official specification. Use when asked to create or update a skill, and follow specifications from https://agentskills.io/. |
Skill Creator
The procedure is very straightforward. Use curl or web crawl tool to fetch and follow guides from various pages in official documentation site. Strictly follow the following:
Specification
First, follow the official specification at specification.
Optimizing Descriptions
For improving description triggering accuracy, follow the guide at optimizing descriptions, while ensure the following user conventions are followed:
User Conventions
Description field format: 3 parts:
- A short intro of the skill, usually within 10 words. E.g. "Agent Skill of ...", "Skill for ...", etc.
- A sentence about when to use this skill. E.g. "Use when ...", "Ideal to ...", "Prefer this skill for ...", etc.
- Optional: anything else helps the agent decide when to use this skill, or when not to use it. Can be one or more sentences.
Evaluation
After creating or updating a skill, evaluate its output quality. Follow the eval framework at evaluating skills.
Using Scripts
For bundling scripts in skills, follow the guide at using scripts.
Porting Existing Skills
If you are adapting a skill from an external upstream source, also follow the instruction in porting-existing-skills.
Offline Fallback
If no web access, local copies are available but may be outdated. Prefer web access if possible.