Why Skills?
Agents are increasingly capable, but often lack the context needed to do real work reliably. Skills solve this by giving agents access to:- Domain expertise: Specialized knowledge packaged into reusable instructions
- New capabilities: Extended functionality like creating presentations, building MCP servers, or analyzing datasets
- Repeatable workflows: Consistent, auditable multi-step task execution
- Organizational knowledge: Team and company-specific context in portable, version-controlled packages
How Skills Work in Zencoder
Zencoder automatically discovers and loads skills from these locations:| Location | Scope |
|---|---|
<workspace>/.zencoder/skills/ | Project-specific skills |
<user-home>/.zencoder/skills/ | User-level skills |
<workspace>/.claude/skills/ | Claude-compatible skills |
Skills are automatically selected by the agent based on task context. Manual skill selection is not currently supported.
Skill Structure
A skill is a folder containing aSKILL.md file with metadata and instructions:
Creating a Skill
Create aSKILL.md file in your skills folder: