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 frontmatter
  • scripts/ (optional): executable code (Javascript, Bash, etc.)
  • references/ (optional): documentation loaded as needed
  • assets/ (optional): templates, fonts, icons used in output

Core design principles

Installs
9
Repository
clasen/skills
GitHub Stars
40
First Seen
Feb 22, 2026
skill-builder — clasen/skills