aiops-gordon

Generate Dockerfiles and debug container build issues with Docker AI.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/maneeshanif/todo-spec-driven --skill aiops-gordon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiops-gordon
Source: https://github.com/maneeshanif/todo-spec-driven/tree/main/.claude/skills/aiops-gordon
Command: npx skills add https://github.com/maneeshanif/todo-spec-driven --skill aiops-gordon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill introduces Gordon (Docker AI) to assist with container operations, including building, debugging, optimizing, and securing Docker workflows.

Core Features & Use Cases

  • Building containers: Generate Dockerfiles from requirements and guidance for production-grade images.
  • Debugging: Analyze build and runtime issues, logs, and errors.
  • Optimization: Propose size and performance improvements for images and layers.
  • Security: Scan and suggest secure, best-practice configurations.
  • Use Case: Quickly scaffold an optimized Dockerfile for a Python FastAPI app and resolve build issues.

Quick Start

  1. Ensure Docker Desktop is installed with Gordon enabled (Settings > Beta Features > "Docker AI").
  2. Run docker ai with a question like "Create a Dockerfile for a FastAPI app" and refine outputs.
  3. Save Gordon’s suggestions and test locally.