skill-builder
Installation
SKILL.md
Skill Builder
Step-by-step guide for creating high-quality agent skills based on the open Agent Skills standard.
What is a skill
A skill is a portable folder containing instructions that teach an AI agent how to handle specific tasks or workflows. Instead of re-explaining preferences, processes, and domain expertise in every session, a skill captures that knowledge once and applies it consistently across interactions and platforms.
A skill contains:
SKILL.md(required): instructions in Markdown with YAML frontmatterscripts/(optional): executable code (Javascript, Bash, etc.)references/(optional): documentation loaded as neededassets/(optional): templates, fonts, icons used in output