Skip to main content

Module skill

Module skill 

Source
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.
SkillMeta
Metadata extracted from SKILL.md frontmatter.
SkillStore
Store for managing skills as markdown files.