AI Agent skill for Docker Container Manager
--- name: docker-container-manager description: Manages Docker containers, including creation, deletion, and monitoring. version: 1.0.0 category: DevOps --- # Docker Container Manager ## Overview The Docker Container Manager skill enables users to manage Docker containers using voice or text commands. This skill allows users to create, delete, start, stop, and monitor Docker containers, making it easier to manage containerized applications. ## Instructions To use the Docker Container Manager skill, follow these steps: 1. **Create a container**: Use the command "Create a new container from [image name]" to create a new container from a specified Docker image. 2. **Delete a container**: Use the command "Delete container [container name]" to delete a running or stopped container. 3. **Start a container**: Use the command "Start container [container name]" to start a stopped container. 4. **Stop a container**: Use the command "Stop container [container name]" to stop a running container. 5. **Monitor containers**: Use the command "List all containers" to retrieve a list of all running and stopped containers, or "Get container logs [container name]" to retrieve the logs of a specific container. 6. **Get container status**: Use the command "Get container status [container name]" to retrieve the status of a specific container.
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install Docker Container Manager by following these steps.
.cursor/skills/ or .codex/skills/ directory