docker-agent-config
Installation
SKILL.md
Docker Agent Configuration
Overview
Docker Agent (the CLI is docker agent, the open-source project is cagent)
runs AI agents declared in a YAML file instead of application code. This
skill owns the agent.yaml artifact: the agents section (each entry's
model, instruction, and its own toolsets/sub_agents), the top-level
models/providers sections referenced from agents, and a top-level
commands group agents can opt into with use_commands. It does not cover
invoking the CLI or serving/sharing the config — see Related
skills.
When to use this skill
Activate this skill when:
- The user is creating, editing, or reviewing an
agent.yaml/agent.yml/agent.hclfile. - The user wants to add a tool/toolset, an MCP server, or a sub-agent to an agent config.
- The user wants to choose or configure a model/provider (OpenAI, Anthropic, Google, Bedrock, Docker Model Runner, custom endpoint) for an agent.
- The user wants a multi-agent "team" with a coordinator delegating to specialists.