Expand description
Skill system.
Skills are reusable, user-defined workflows loaded from markdown
files in .agent/skills/ or ~/.config/agent-code/skills/. Each
skill is a markdown file with YAML frontmatter that defines:
description: what the skill doeswhenToUse: when to invoke ituserInvocable: whether users can invoke it via/skill-name
The body of the skill file is a prompt template that gets expanded
when the skill is invoked. Supports {{arg}} substitution.
Modules§
- remote
- Remote skill discovery and installation.
Structs§
- Skill
- A loaded skill definition.
- Skill
Metadata - Frontmatter metadata for a skill.
- Skill
Registry - Registry of loaded skills from bundled, project, and user directories.