From ffd75ec7dfd4bd1b80dca32ffa159971e2dacb99 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sun, 24 May 2026 15:29:26 -0400 Subject: [PATCH] chore: stamp skills/rules content to standards-version 1.10.0 Updated 27 files. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: fOuttaMyPaint --- rules/buildx-best-practices.mdc | 2 +- rules/compose-scaling.mdc | 2 +- rules/compose-validation.mdc | 2 +- rules/docker-image-pinning.mdc | 2 +- rules/docker-logging.mdc | 2 +- rules/docker-port-conflicts.mdc | 2 +- rules/docker-resource-limits.mdc | 2 +- rules/docker-secrets.mdc | 2 +- rules/dockerfile-lint.mdc | 2 +- rules/swarm-security.mdc | 2 +- skills/container-debugging/SKILL.md | 2 +- skills/docker-advanced-workflows/SKILL.md | 2 +- skills/docker-ci-cd/SKILL.md | 2 +- skills/docker-compose-helper/SKILL.md | 2 +- skills/docker-context-management/SKILL.md | 2 +- skills/docker-development-env/SKILL.md | 2 +- skills/docker-image-signing/SKILL.md | 2 +- skills/docker-multi-platform/SKILL.md | 2 +- skills/docker-networking/SKILL.md | 2 +- skills/docker-registry/SKILL.md | 2 +- skills/docker-resource-management/SKILL.md | 2 +- skills/docker-security/SKILL.md | 2 +- skills/docker-swarm/SKILL.md | 2 +- skills/docker-troubleshooting/SKILL.md | 2 +- skills/docker-volumes/SKILL.md | 2 +- skills/dockerfile-best-practices/SKILL.md | 2 +- skills/image-optimization/SKILL.md | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/rules/buildx-best-practices.mdc b/rules/buildx-best-practices.mdc index 4cae814..c275b13 100644 --- a/rules/buildx-best-practices.mdc +++ b/rules/buildx-best-practices.mdc @@ -7,7 +7,7 @@ globs: - "**/docker-compose*.yaml" - "**/compose*.yml" - "**/compose*.yaml" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Buildx Best Practices diff --git a/rules/compose-scaling.mdc b/rules/compose-scaling.mdc index aeefea9..0437c24 100644 --- a/rules/compose-scaling.mdc +++ b/rules/compose-scaling.mdc @@ -6,7 +6,7 @@ globs: - "**/docker-compose*.yaml" - "**/compose*.yml" - "**/compose*.yaml" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Compose Scaling diff --git a/rules/compose-validation.mdc b/rules/compose-validation.mdc index 62de8b1..0cbbca1 100644 --- a/rules/compose-validation.mdc +++ b/rules/compose-validation.mdc @@ -6,7 +6,7 @@ globs: - "**/docker-compose*.yaml" - "**/compose*.yml" - "**/compose*.yaml" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Compose Validation Rules diff --git a/rules/docker-image-pinning.mdc b/rules/docker-image-pinning.mdc index 15ce4ef..e93b302 100644 --- a/rules/docker-image-pinning.mdc +++ b/rules/docker-image-pinning.mdc @@ -7,7 +7,7 @@ globs: - "**/docker-compose*.yaml" - "**/compose*.yml" - "**/compose*.yaml" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Image Tag Pinning diff --git a/rules/docker-logging.mdc b/rules/docker-logging.mdc index c525de4..52fc140 100644 --- a/rules/docker-logging.mdc +++ b/rules/docker-logging.mdc @@ -7,7 +7,7 @@ globs: - "**/docker-compose*.yaml" - "**/compose*.yml" - "**/compose*.yaml" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Logging Validation Rules diff --git a/rules/docker-port-conflicts.mdc b/rules/docker-port-conflicts.mdc index 4ae7dd1..7144d34 100644 --- a/rules/docker-port-conflicts.mdc +++ b/rules/docker-port-conflicts.mdc @@ -7,7 +7,7 @@ globs: - "**/compose*.yml" - "**/compose*.yaml" - "**/Dockerfile*" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Port Conflict Detection diff --git a/rules/docker-resource-limits.mdc b/rules/docker-resource-limits.mdc index efab046..d9fff7e 100644 --- a/rules/docker-resource-limits.mdc +++ b/rules/docker-resource-limits.mdc @@ -8,7 +8,7 @@ globs: - "**/compose*.yaml" - "**/Dockerfile*" - "**/*docker*" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Resource Limits diff --git a/rules/docker-secrets.mdc b/rules/docker-secrets.mdc index 7d8d750..09a2434 100644 --- a/rules/docker-secrets.mdc +++ b/rules/docker-secrets.mdc @@ -1,7 +1,7 @@ --- description: Flag hardcoded passwords, tokens, and registry credentials in Docker configurations. Suggest environment variables or Docker secrets. alwaysApply: true -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Secrets and Credential Safety diff --git a/rules/dockerfile-lint.mdc b/rules/dockerfile-lint.mdc index 062ea7c..ee753f3 100644 --- a/rules/dockerfile-lint.mdc +++ b/rules/dockerfile-lint.mdc @@ -3,7 +3,7 @@ description: Flag common Dockerfile antipatterns including unpinned base images, alwaysApply: false globs: - "**/Dockerfile*" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Dockerfile Linting Rules diff --git a/rules/swarm-security.mdc b/rules/swarm-security.mdc index 9806424..f5fd8a0 100644 --- a/rules/swarm-security.mdc +++ b/rules/swarm-security.mdc @@ -9,7 +9,7 @@ globs: - "**/compose*.yaml" - "**/docker-stack*.yml" - "**/docker-stack*.yaml" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Swarm Security diff --git a/skills/container-debugging/SKILL.md b/skills/container-debugging/SKILL.md index ce18b0a..15d07a0 100644 --- a/skills/container-debugging/SKILL.md +++ b/skills/container-debugging/SKILL.md @@ -1,7 +1,7 @@ --- name: container-debugging description: Debug running containers with log analysis, shell access, state inspection, and network diagnostics. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Container Debugging diff --git a/skills/docker-advanced-workflows/SKILL.md b/skills/docker-advanced-workflows/SKILL.md index caccd0b..d3f26ee 100644 --- a/skills/docker-advanced-workflows/SKILL.md +++ b/skills/docker-advanced-workflows/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-advanced-workflows description: Multi-stage pipelines, sidecar patterns, healthchecks, init containers, signal handling, and graceful shutdown. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Advanced Workflows diff --git a/skills/docker-ci-cd/SKILL.md b/skills/docker-ci-cd/SKILL.md index d842cb0..3e0a5cd 100644 --- a/skills/docker-ci-cd/SKILL.md +++ b/skills/docker-ci-cd/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-ci-cd description: Use Docker in CI/CD pipelines with GitHub Actions, multi-platform builds, registry push, and layer caching strategies. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker CI/CD diff --git a/skills/docker-compose-helper/SKILL.md b/skills/docker-compose-helper/SKILL.md index 793be7e..bbf551d 100644 --- a/skills/docker-compose-helper/SKILL.md +++ b/skills/docker-compose-helper/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-compose-helper description: Write, debug, and optimize docker-compose.yml files with service definitions, networking, volumes, and healthchecks. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Compose Helper diff --git a/skills/docker-context-management/SKILL.md b/skills/docker-context-management/SKILL.md index 3b4b880..a653b92 100644 --- a/skills/docker-context-management/SKILL.md +++ b/skills/docker-context-management/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-context-management description: Manage Docker contexts for multi-host and remote Docker engine workflows -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Context Management diff --git a/skills/docker-development-env/SKILL.md b/skills/docker-development-env/SKILL.md index eb5fd14..863005c 100644 --- a/skills/docker-development-env/SKILL.md +++ b/skills/docker-development-env/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-development-env description: Set up development environments with Docker including hot reload, dev containers, bind mounts, and database containers. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Development Environment diff --git a/skills/docker-image-signing/SKILL.md b/skills/docker-image-signing/SKILL.md index b7cf1c6..b5c9229 100644 --- a/skills/docker-image-signing/SKILL.md +++ b/skills/docker-image-signing/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-image-signing description: Docker Content Trust - image signing, verification, key management, and CI/CD signing pipelines -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Content Trust and Image Signing diff --git a/skills/docker-multi-platform/SKILL.md b/skills/docker-multi-platform/SKILL.md index d843b47..107b94d 100644 --- a/skills/docker-multi-platform/SKILL.md +++ b/skills/docker-multi-platform/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-multi-platform description: Multi-architecture builds, buildx builder configuration, manifest lists, platform targeting, and cross-compilation patterns. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Multi-Platform Builds diff --git a/skills/docker-networking/SKILL.md b/skills/docker-networking/SKILL.md index f27801b..a0c202a 100644 --- a/skills/docker-networking/SKILL.md +++ b/skills/docker-networking/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-networking description: Configure container networking with bridge, host, and overlay drivers, port mapping, DNS resolution, and inter-container communication. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Networking diff --git a/skills/docker-registry/SKILL.md b/skills/docker-registry/SKILL.md index f9fc9f9..7173725 100644 --- a/skills/docker-registry/SKILL.md +++ b/skills/docker-registry/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-registry description: Work with container registries including Docker Hub, GHCR, ECR, and ACR for pushing, pulling, and tag management. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Registry diff --git a/skills/docker-resource-management/SKILL.md b/skills/docker-resource-management/SKILL.md index 231876b..83e09da 100644 --- a/skills/docker-resource-management/SKILL.md +++ b/skills/docker-resource-management/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-resource-management description: Configure resource limits and monitoring with CPU and memory constraints, cgroups, container stats, and OOM kill prevention. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Resource Management diff --git a/skills/docker-security/SKILL.md b/skills/docker-security/SKILL.md index 156be61..a08a25f 100644 --- a/skills/docker-security/SKILL.md +++ b/skills/docker-security/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-security description: Harden container security with rootless mode, read-only filesystems, capability management, secret handling, and image scanning. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Security diff --git a/skills/docker-swarm/SKILL.md b/skills/docker-swarm/SKILL.md index a4126a8..1b69cce 100644 --- a/skills/docker-swarm/SKILL.md +++ b/skills/docker-swarm/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-swarm description: Docker Swarm mode orchestration - cluster management, service deployment, scaling, node administration, and rolling updates -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Swarm Orchestration diff --git a/skills/docker-troubleshooting/SKILL.md b/skills/docker-troubleshooting/SKILL.md index 7517651..66320fa 100644 --- a/skills/docker-troubleshooting/SKILL.md +++ b/skills/docker-troubleshooting/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-troubleshooting description: Diagnose and fix common Docker problems including port conflicts, permission errors, disk space, networking issues, and build failures. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Troubleshooting diff --git a/skills/docker-volumes/SKILL.md b/skills/docker-volumes/SKILL.md index 8b4b212..d596260 100644 --- a/skills/docker-volumes/SKILL.md +++ b/skills/docker-volumes/SKILL.md @@ -1,7 +1,7 @@ --- name: docker-volumes description: Manage data persistence with named volumes, bind mounts, tmpfs mounts, volume drivers, and backup strategies. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Docker Volumes diff --git a/skills/dockerfile-best-practices/SKILL.md b/skills/dockerfile-best-practices/SKILL.md index c7045aa..ca2f6a3 100644 --- a/skills/dockerfile-best-practices/SKILL.md +++ b/skills/dockerfile-best-practices/SKILL.md @@ -1,7 +1,7 @@ --- name: dockerfile-best-practices description: Write and optimize Dockerfiles with multi-stage builds, layer caching, image size reduction, and security hardening. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Dockerfile Best Practices diff --git a/skills/image-optimization/SKILL.md b/skills/image-optimization/SKILL.md index 0f24bf0..60ea796 100644 --- a/skills/image-optimization/SKILL.md +++ b/skills/image-optimization/SKILL.md @@ -1,7 +1,7 @@ --- name: image-optimization description: Reduce Docker image size with base image selection, layer consolidation, multi-stage patterns, and distroless builds. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Image Optimization