AI Skills Library
Overview
Business: None selected yet | Skill: None selected yet
your-skill-name/
├── SKILL.md # Required: instructions + metadata
├── scripts/ # Optional: executable code the agent runs
├── references/ # Optional: docs loaded only when needed
└── assets/ # Optional: templates, images, fonts
Select a workflow from the left pane to see its overview here.
SKILL.md
SKILL.md files are markdown-based configuration files used to teach AI agents (like coding assistants) how to perform specific, specialized tasks. They function as a "playbook" containing metadata, instructions, and workflows, allowing AI to understand what a skill does, when to use it, and how to execute it reliably.