.zencoder/skills; MCP config lives under ~/.zencoder/mcp.json.
Paths
Skills example
gaal.yaml
MCP example
gaal.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Zencoder AI coding agent.
.zencoder/skills; MCP config lives under ~/.zencoder/mcp.json.
| Resource | Path |
|---|---|
| Project skills | .zencoder/skills |
| Global skills | ~/.zencoder/skills |
| MCP config | ~/.zencoder/mcp.json |
| Audit search (project) | .zencoder/skills, .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.zencoder/skills, ~/.agents/skills, ~/.copilot/skills |
skills:
- source: anthropics/skills
agents: [zencoder]
global: false
mcps:
- name: filesystem
agents: [zencoder]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?