/skills/<name>/. They provide context the agent can reference — coding guidelines, API documentation, workflow guides, etc.
Two Sources of Skills
1. Standalone Skills (via skills config)
2. Plugin-Provided Skills
Plugins can register skills during theirregister() call:
Skill Package Structure
skill.json
requires field declares dependencies:
tools: The agent must have these tools to use this skillskills: Other skills that should also be loaded
