Overview
LocalSkills loads skills from a local directory. Each subdirectory containing a SKILL.md file is treated as a skill.
Usage with Agent
Usage with Task
Usage with Team
Directory Structure
LocalSkills supports two patterns:
Multiple Skills Directory
Point to a parent directory containing skill subdirectories:
Single Skill Directory
Point directly to a skill folder that contains SKILL.md:
Version Filtering
Filter skills by semantic version constraints:
Skills without a version field in their SKILL.md are included regardless of the constraint.
Parameters
Set validate=False during development to skip strict validation checks while iterating on your skill definitions.