Use when user invokes /docgen to generate or update documentation. Also triggers on "generate docs", "update the README", "write the changelog".
ノード検索用の docidx Python CLI で doc-system ノードを id/type/label/keyword から検索・取得する。大きな doc-system ファイルを開く前に軽量 index を作り、必要なノードだけ読む。読み取り専用で、検証やノード著作には使わない。
Gérer les conteneurs Docker du projet. Utiliser quand on build, debug ou optimise les services docker-compose.
Latest Docker 2025 features including AI Assistant, Enhanced Container Isolation, and Moby 25
SOTA Docker/Compose architecture, implementation, refactor, and security hardening. Use when working on containerization tasks such as creating or rewriting Dockerfiles,…
Dockerizes backend projects with auto-detection, latest base images via web search, Dockerfile generation, and Makefile with port override support.
Docker containerization patterns for Node.js applications. Use when containerizing backend services.
Apply when containerizing applications: writing Dockerfiles, docker-compose configurations, and multi-stage builds.
Create optimized Dockerfiles with multi-stage builds, security hardening, layer caching, and health checks.
Build and manage Docker containers via OrbStack. Use this to build images, run containers, check service health, and manage docker-compose services.
Optimizes Docker build performance using BuildKit cache mount analysis, docker history layer inspection, and Dockerfile linting via hadolint.
Use when user wants to containerize a project, set up Docker CI/CD with GitHub Actions, push images to GHCR or Docker Hub, deploy containers to a remote server, or generate…
Docker build and test workflow with mandatory pre-push validation checklist to prevent CI/CD failures
Docker integration with CI/CD pipelines for automated builds, testing, and deployments
Container-based development for isolated, reproducible environments. Use when running npm commands, installing packages, executing code, or managing project dependencies.
ICJC Docker 서비스 관리 및 Make 명령어. Use when: (1) docker, make, 컨테이너, 서비스, 재시작, 로그 관련 요청, (2) 백엔드/프론트엔드/에이전트 재시작, (3) 빌드, 컨테이너 접속, 로그 확인, 서비스 상태 확인 필요시.
Multi-service orchestration with Docker Compose, focusing on network isolation, environment-specific profiles, and service discovery.
Use when defining and running multi-container Docker applications with Docker Compose YAML configuration.
Docker Compose Creator - Auto-activating skill for DevOps Basics. Triggers on: docker compose creator, docker compose creator Part of the DevOps Basics skill category.
Run mjr.wtf locally using Docker Compose (SQLite), including migrations, logs, and teardown. — from engineering/devops
Run mjr.wtf locally using Docker Compose (SQLite), including migrations, logs, and teardown. — from majiayu000/claude-skill-registry
Validates docker-compose.yml files against the Compose Specification, checks image vulnerability status via Docker Scout API, and verifies healthcheck configurations.
Monitors Docker Compose service health using the Docker Engine API (/containers/{id}/json) and docker-compose ps parsing.
Use when configuring networks and service communication in Docker Compose including bridge networks, overlay networks, service discovery, and inter-service communication.
Operations for local container stacks defined in docker-compose.yaml or docker-compose/ directory. Handles AI/ML services (Ollama, ComfyUI), standalone databases, and local…
Container orchestration with Docker Compose for multi-container applications, networking, volumes, and production deployment
Manages multi-service Docker Compose environments using the Compose V2 Go API and Docker Engine SDK. Handles health checks, dependency ordering, and rolling updates.
Use when deploying Docker Compose applications to production including security hardening, resource management, health checks, logging, monitoring, and high-availability patterns.
Generates comprehensive README.md files for Docker Compose projects by analyzing compose.yml and .env.example files.
Creates Docker Compose YAML service definitions using the Compose Specification. Configures multi-service stacks with proper network isolation, volume mounts, health checks, and…
Parses docker-compose.yml files using PyYAML and generates interactive dependency graphs with Graphviz and D3.js.
Use when when a research software project is decomposed into distinct subproject components (e.
Analyzes Docker Compose configurations for security, networking, and resource optimization using the Docker Engine API and Compose specification parser.
Builds multi-service Docker Compose stacks using Docker Engine SDK for Python with automatic health check configuration and network isolation.
Use when deploying one or more Docker Compose stacks on this VM — self-hosted apps, marketing tools, dev infrastructure, tunnel exposure, remote client access, and…
Scaffolds integration test environments using Docker Compose v2 CLI, testcontainers-python library, and the docker-py SDK.
Converts Docker Compose configurations to NixOS modules using the dendritic pattern with Arion. Creates modules with system users, sops secrets, Arion docker-compose config, and…
Création et optimisation de Dockerfiles et docker-compose pour tout type de projet. Se déclenche avec "Docker", "Dockerfile", "docker-compose", "conteneur", "container" — from…
Docker Container Basics - Auto-activating skill for DevOps Basics. Triggers on: docker container basics, docker container basics Part of the DevOps Basics skill category.
Use when you have GNPS-style MGF spectral files as input and need to run Mass2SMILES MS/MS-to-structure inference without installing TensorFlow, CUDA, or Python dependencies…
Runs systematic health diagnostics on Docker containers using docker inspect, docker stats, and the Docker Engine API.
Inspects Docker container health using the Docker Engine API v1.45 /containers/{id}/json and /containers/{id}/stats endpoints.
Use when when you have deployed NP Classifier using Docker Compose and need to confirm that both the server and TensorFlow Serving containers are running and healthy before…
Use when when you have .mzML or .abf LC-HRMS raw data files that require MS-DIAL-based feature detection, chromatogram alignment, and metabolite identification, and you need to…
Use when you have a vendor mass spectrometry raw file (e.g., .raw format) that requires conversion to Aird format using AirdPro CLI, and you are running on macOS or Linux.
Standard Docker container rules for packaging services securely and with optimized builds. Covers HEALTHCHECK, non-root user, multi-stage builds, layer caching, and .dockerignore.
Auto-activates when user mentions Docker, containerize, Dockerfile, docker-compose, or container setup. Creates optimized Docker configurations for applications.
Expert knowledge of Docker containerization including Dockerfile best practices, docker-compose configuration, Alpine Linux specifics, multi-stage builds, security, health checks,…
Docker containerization patterns for development and production. Covers Dockerfile best practices, multi-stage builds, docker-compose, and container orchestration.
Use when writing a Dockerfile, docker-compose file, or CI containerization config — multi-stage builds, layer caching, security (non-root user, minimal base images, no secrets in…
Docker for data engineering environments — multi-stage Dockerfiles for dbt/Spark/Airflow images, BuildKit layer caching (--mount=type=cache), private registries (ghcr.io/Harbor),…
Docker 환경에서 DB 자동 백업이 필요할 때 사용. PostgreSQL, MySQL, MariaDB 지원. /docker-db-backup으로 실행.
Debug Docker containers, fix Dockerfile issues, optimize images, and troubleshoot docker-compose. Use when having Docker problems, container issues, or optimizing Docker builds.
Create Docker configurations and deployment workflows for Scrapy projects when containerizing spiders or deploying to production.
Docker container deployment with Nginx HTTPS configuration and Cloudflare Tunnel integration. Use when deploying web applications with Docker, configuring SSL/TLS certificates,…
Comprehensive Docker containerization for Python/FastAPI applications, from simple hello-world apps to production-ready deployments with security best practices, multi-stage…
Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security hardening.
Docker orchestration and CI/CD for IntelliFill. Use when configuring containers, writing workflows, or setting up environments.
Dockerfile, image, container ve compose sorunlarını teşhis etme — boyut, layer cache, runtime crash, healthcheck, network, mount.
Reference Docker and Compose documentation for configuration patterns and best practices