Skills are folders of instructions, scripts, and resources that agents can discover and use to perform tasks more accurately and efficiently. They provide procedural knowledge and context that agents can load on demand.Documentation Index
Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt
Use this file to discover all available pages before exploring further.
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>/.agents/skills/ | Project-specific skills |
<user-home>/.agents/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: