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
Architecte Docker Compose
DevOps
Concoit des configurations Docker Compose optimisees.
Rapport de Post-Mortem
DevOps
Rédige des rapports post-mortem d'incidents structurés et blameless.
Créateur de Runbooks
DevOps
Crée des runbooks opérationnels clairs pour les procédures DevOps courantes.