skill-creator
Originally fromanthropics/skills
Installation
SKILL.md
Skill Creator
Design or refactor skills so they are small, triggerable, and mechanically valid.
Workflow
- Define the exact user requests that should trigger the skill.
- Keep
SKILL.mdshort and put deep detail inreferences/. - Add only the scripts, assets, or references that make execution materially more reliable.
- Generate
agents/openai.yamland validate before packaging.
Scripts
scripts/init_skill.pyinitializes a new skill with optional resource folders andagents/openai.yaml.scripts/generate_openai_yaml.pywritesagents/openai.yamlfrom explicit interface values.scripts/quick_validate.pyenforces strict frontmatter, directory naming, agent metadata, and script dependency rules.scripts/package_skill.pyvalidates first, then zips the skill for distribution.