name: capability:docker description: Retrieve and debug Docker environment — raw state and issue analysis argument-hint: "--action <query|debug> [--target <containers|images|volumes|networks>] [--description <text>]"
docker Skill
Unified entry point for Docker operations. Routes to the appropriate sub-command based on --action.
Parameters
| Parameter | Required | Description |
|---------------|----------|--------------------------------------------------|
| --action | Yes | Operation to perform: query, debug |
Action Routing
| Action | Command | Description |
|---------|-----------------------------------------------|-----------------------------------------------------------|
| query | @capability:docker:query | Retrieve raw Docker state via CLI |
| debug | @capability:docker:debug | Analyze Docker environment and surface issues |
Instructions
- Parse
--actionfrom the invocation arguments - Delegate to the corresponding command per the table above, forwarding all remaining arguments
- Follow the delegated command's own instructions in full
Docker Compose Architect
DevOps
Designs optimized Docker Compose configurations.
Incident Postmortem Writer
DevOps
Writes structured and blameless incident postmortem reports.
Runbook Creator
DevOps
Creates clear operational runbooks for common DevOps procedures.