dockerized-service-release-deployment-workflow

dockerized-service-release-deployment-workflow is a skill for Claude Code, Codex from gaelic-ghost/socket. It costs 49 tokens per session (3,432 once invoked), scanned A, original, Apache-2.0.

A guide for releasing and deploying a backend or cloud service packaged as a Docker container, with versioned images and health checks.

In plain words
What is it for?
Use it to design or review GitHub Actions releases, publish container images, deploy approved releases, check service health, and roll back to a recorded image.
Why use it?
It keeps image builds tied to clean release commits, records the exact image used in production, and supports controlled deployment and rollback.

Skill for Claude CodeCodex

Part of the cloud-deployment-skills plugin — 2 skills 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 skills/gaelic-ghost/socket/dockerized-service-release-deployment-workflow
Any agent
npx skills add gaelic-ghost/socket --skill dockerized-service-release-deployment-workflow
Clone the repo
git clone --depth 1 https://github.com/gaelic-ghost/socket

Made for: Claude Code, Codex.

Or install cloud-deployment-skills, the plugin that ships this one along with the rest of its 2 skills.

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 dockerized-service-release-deployment-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/gaelic-ghost/socket/dockerized-service-release-deployment-workflow.svg)](https://agentmods.dev/skills/gaelic-ghost/socket/dockerized-service-release-deployment-workflow)
Your own site
<a href="https://agentmods.dev/skills/gaelic-ghost/socket/dockerized-service-release-deployment-workflow"><img src="https://agentmods.dev/badge/skills/gaelic-ghost/socket/dockerized-service-release-deployment-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00049 $0.03432
Opus 5 $0.00024 $0.01716
Sonnet 5 $0.00010 $0.00686
Haiku 4.5 $0.00005 $0.00343

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

Security

Grade A, and why

dockerized-service-release-deployment-workflow scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Read Bash(rg:*) Bash(git:*) Bash(docker:*) Bash(gh:*) Bash(curl:*) Bash(uv:*) Bash(uvx:*)
plugins/cloud-deployment-skills/skills/dockerized-service-release-deployment-workflow/SKILL.md · 162 lines

How it starts

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

Dockerized Service Release and Deployment Workflow

Purpose

Create or audit a durable release contract for a Dockerized backend or cloud service without treating a developer worktree or a production host as a build machine.

The default contract is:

  1. Feature worktrees are development-only and may run native source tests, but never Linux artifact or image builds.
  2. A clean GitHub Actions checkout of a version tag validates the release commit and builds the published OCI image.
  3. The tag must resolve to a commit reachable from origin/main.
  4. The registry digest, tag, commit, image reference, build run, and provenance/SBOM choices are written into a release manifest.
  5. The workflow publishes a GitHub Release with that manifest attached: normal SemVer tags become normal releases, and recognized prerelease tags become GitHub prereleases.
  6. Publishing the GitHub Release triggers deployment: normal releases target protected production; enabled prereleases target test.
  7. The deployment job invokes a provider-specific adapter with image@sha256:... only after the selected environment permits it.
  8. The adapter verifies service health and records the prior manifest/digest so rollback deploys a previous exact digest rather than rebuilding source.

This is a durable building-block change: it removes the ambiguity between a developer build, a CI artifact, and a deployed artifact. A project can later change registries or providers without weakening the tag-to-digest deployment contract.

When To Use

  • Use this skill when adding or reviewing Dockerized-service release automation, an OCI registry publication path, GitHub Release deployment triggers, production approval gates, image-digest deployment, release manifests, health checks, or rollback guidance.
  • Use it for backend services and cloud workloads regardless of application language when Docker or OCI images are the release artifact.
  • Use server-side-swift:docker-workflow for Swift Dockerfile, Compose, Linux runtime, and image-entrypoint work.
  • Use the official provider plugin or provider documentation for the final deployment adapter. This skill does not create cloud resources, configure a cloud account, or guess a provider command.

Read the full file on GitHub · 162 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 162 lines · 49 tokens per session scan A df27154c933e

Subscribe to this mod's changes

dockerized-service-release-deployment-workflow is a skill published in the GitHub repository gaelic-ghost/socket (7 stars, last pushed 9d ago), licensed Apache-2.0. It adds 49 tokens to every session and 3,432 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

deploy-planner

Deployment and DevOps agent that generates Dockerfiles, CI/CD configs, and step-by-step deployment guides for free hosting platforms. Triggers on: deploy, launch, hosting, Docker, CI/CD, production, go live, ship it.

batterfried-philosophy172/Agent-Startup-Skills · 52 tokens

platform-skills

Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes, GitOps, CI/CD, and security concerns intersect. Provides structured diagnosis with blast radius, validation steps, and rollback plan for: Kubernetes, Flux CD, Argo CD, Terraform, GitHub Actions…

nitinjain999/platform-skills · 137 tokens

vibe-ship

Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack…

sudais-khalid/vibe-ship · 214 tokens

pipeline

Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…

kardebadas/claude-plugin · 80 tokens

craft

Use when a product idea is still vague and needs to become a clear definition of what to build — "let's craft an app like X", "help me define what I actually want", "clarify this idea before we plan it". Also use before planning or implementation when requirements, UX, domain behaviour, or technical preferences have…

kardebadas/claude-plugin · 83 tokens

scaffolding

Use for scaffolding, new projects, package setup, quality tooling, CI, repo structure.

kreek/consult · 23 tokens