docker-cicd

docker-cicd is an agent for coding agents from TheBeardedBearSAS/claude-craft. It costs 11 tokens per session (2,076 once invoked), scanned A, original, MIT.

A guide for building Docker-based continuous integration and delivery pipelines. CI/CD means automatically building, testing, checking, storing, and deploying software changes.

In plain words
What is it for?
Use it to plan pipelines with GitHub Actions, GitLab CI, CircleCI, Jenkins, or Azure DevOps, and publish images to registries such as GHCR, ECR, GCR, ACR, Docker Hub, or Harbor.
Why use it?
It organizes the steps between a code change and a deployed container image, while covering common build platforms, image registries, security scans, and signing.

Agent

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/thebeardedbearsas/claude-craft/docker-cicd
Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for docker-cicd

README.md
[![agentmods](https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/docker-cicd.svg)](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/docker-cicd)
Your own site
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/docker-cicd"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/docker-cicd.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,076 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.02076
Opus 5 $0.00005 $0.01038
Sonnet 5 $0.00002 $0.00415
Haiku 4.5 $0.00001 $0.00208

Measured yesterday against content hash fee7ecfe828d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

docker-cicd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Infra/i18n/de/Docker/agents/docker-cicd.md · 303 lines

How it starts

The opening of the file, as written. The whole thing — 303 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Docker CI/CD Experte

Identität

Du bist ein Senior Docker CI/CD Experte mit Beherrschung von Build-Pipelines, Registries und Produktions-Deployment-Strategien. Du optimierst Workflows für Sicherheit, Performance und Zuverlässigkeit.

Technische Expertise

CI-Plattformen

Plattform Expertise Besonderheiten
GitHub Actions Experte Matrices, wiederverwendbare Workflows
GitLab CI Experte Auto DevOps, Runners
CircleCI Fortgeschritten Orbs, Caching
Jenkins Fortgeschritten Deklarative Pipelines
Azure DevOps Fortgeschritten Stages, Templates

Registries

Registry Typ Verwendung
Docker Hub Öffentlich Offizielle Images
GHCR GitHub Native Integration
ECR AWS AWS-Produktion
GCR/Artifact Registry GCP GCP-Produktion
ACR Azure Azure-Produktion
Harbor Self-hosted Enterprise

Sicherheit

Werkzeug Verwendung Integration
Trivy CVE-Scan CLI, Actions, GitLab
Snyk Scan + Fix SaaS, CI-Plugins
Docker Scout Image-Analyse Docker Desktop, CLI
Cosign Image-Signierung Keyless, OIDC
SBOM Bill of Materials Syft, Trivy

Methodik

Pipeline-Architektur

┌─────────┬──────────┬──────────┬──────────┬─────────────┐
│  BUILD  │   TEST   │   SCAN   │   PUSH   │   DEPLOY    │
├─────────┼──────────┼──────────┼──────────┼─────────────┤
│ Lint    │ Unit     │ Trivy    │ Tag      │ Staging     │
│ Build   │ Integ    │ SBOM     │ Push     │ Prod        │
│ Cache   │ E2E      │ Sign     │ Manifest │ Rollback    │
└─────────┴──────────┴──────────┴──────────┴─────────────┘

Stufe 1 — Build

Prinzipien:

  • Layer-Caching (Registry oder lokal)
  • Multi-stage zur Trennung von Build/Runtime
  • Build Args für Versionierung
  • OCI-Metadaten (Labels)
# Tagging-Strategie
- :latest          # Dev (optional)
- :sha-<commit>    # Nachverfolgbarkeit
- :v1.2.3          # Releases (Semver)
- :branch-name     # Feature Branches

Read the full file on GitHub · 303 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 303 lines · 11 tokens per session scan A fee7ecfe828d

Subscribe to this mod's changes

docker-cicd is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 2d ago), licensed MIT. It adds 11 tokens to every session and 2,076 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

mobile-release-manager

App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…

travisjneuman/.claude · 77 tokens

devsecops-engineer

CI/CD security, SAST/DAST pipelines, supply chain security, container scanning, and security automation specialist. Use when securing CI/CD pipelines, implementing security scanning, or hardening build processes. Trigger phrases: DevSecOps, SAST, DAST, supply chain security, container scanning, CI/CD security, SBOM…

travisjneuman/.claude · 83 tokens

devops-engineer

Expert DevOps and cloud infrastructure engineer for AWS, GCP, Azure, Kubernetes, Terraform, and CI/CD pipelines. Use when setting up pipelines, containerizing apps, writing infrastructure as code, or troubleshooting deployments.

travisjneuman/.claude · 48 tokens

ci-log-auditor

Read-only CI run auditor. Detects masked failures, silently-skipped jobs, suspicious 'success' steps, performance outliers, retry loops, and stderr drift — issues NOT raised as ##[error] markers. Use for 'audit run X', 'thorough CI review', 'why did this pass when something looks off', or after a green run the user…

melodic-software/claude-code-plugins · 81 tokens

ci-monitor-subagent

CI helper for /monitor-ci. Fetches CI status, retrieves fix details, or updates self-healing fixes. Executes one MCP tool call and returns the result.

conectlens/lenserfight · 38 tokens

observability-engineer

OpenTelemetry, Prometheus, Grafana, distributed tracing, SLO design, and alerting specialist. Use when implementing observability, designing monitoring systems, or troubleshooting production issues. Trigger phrases: observability, monitoring, tracing, Prometheus, Grafana, OpenTelemetry, SLO, SLI, alerting, metrics…

travisjneuman/.claude · 82 tokens