Interface Skill

Raw skill definition with name and content.

interface Skill {
    name: string;
    description: string;
    content: string;
}

Properties

name: string

Unique skill name (folder name)

description: string

Skill description from frontmatter or first paragraph

content: string

Full SKILL.md content (after frontmatter)