Documentation
¶
Overview ¶
@sk-task skills-system#T4.2: comprehensive example demonstrating the Skills System
This example demonstrates all skills system features without an external LLM:
- Skill struct & ParseSKILL — parse a SKILL.md with YAML frontmatter
- LoadSkills — load one or more skill directories
- Agent-level skills — inject domain knowledge into an agent's system prompt
- Crew-level skills — propagate shared skills to all agents in a crew
- Registry — list and lookup skills from a directory
- Skill size warning — demonstrate the >50k character warning
- Error handling — missing SKILL.md, bad frontmatter
Usage:
go run ./examples/features/skills-system/
Click to show internal directories.
Click to hide internal directories.