Loading...
Loading...
Found 101 Skills
Local Docker Compose development loop for Eve-compatible apps, with handoff to staging deploys.
Provides patterns for running WireMock as a standalone Docker container to mock external APIs for integration and end-to-end testing. Use when testing API integrations without modifying application code, simulating third-party services, or testing error scenarios.
Builds and launches Docker containers with health verification using best practices
Docker containerization patterns for Python/React projects. Use when creating or modifying Dockerfiles, optimizing image size, setting up Docker Compose for local development, or hardening container security. Covers multi-stage builds for Python (python:3.12-slim) and React (node:20-alpine -> nginx:alpine), layer optimization, .dockerignore, non-root user, security scanning with Trivy, Docker Compose for dev (backend + frontend + PostgreSQL + Redis), and image tagging strategy. Does NOT cover deployment orchestration (use deployment-pipeline).
Expert helper for Docker containers, Docker Compose, and container optimization
Docker Compose generation, optimization, and troubleshooting assistance.
Docker Compose Watch mode for automatic hot reload during local development with sync, rebuild, and restart actions
Expert-level Docker containerization, image optimization, and container orchestration. Use this skill for building efficient Docker images, managing containers, and implementing Docker best practices.
Create Spring Boot Java Project Skeleton
Docker 容器化配置指南
Essential Docker commands and workflows for container management, image operations, and debugging.
Docker containerization for development and production. Covers Dockerfiles, multi-stage builds, layer caching, Compose services, networking, volumes, health checks, security hardening, and production deployment patterns. Use when writing Dockerfiles, optimizing image size, configuring Compose services, debugging container networking, setting up health checks, hardening containers for production, or troubleshooting build cache issues.