Expand description
Skill system: markdown-based instructions for agents.
Skills are markdown files with YAML frontmatter that define reusable instruction templates. Agents read skills to understand expected behaviors and patterns.
Skill files are structured as:
---
name: skill-name
description: Brief description of what this skill provides
---
# Skill Title
Detailed instructions and guidelines...Structsยง
- Skill
- A loaded skill with its metadata and content.
- Skill
Meta - Metadata extracted from SKILL.md frontmatter.
- Skill
Store - Store for managing skills as markdown files.