go-delivery-platform

go-delivery-platform is a skill for Claude Code, Codex from Dankosik/go-service-template-rest. It costs 35 tokens per session (354 once invoked), scanned A, original, MIT.

A release-control method for deciding whether a software version may ship. It treats checks for continuous integration and delivery, containers, migrations, provenance, rollout, and recovery as explicit gates.

In plain words
What is it for?
Use it to define delivery gates, required commands and evidence, waiver expiry, artifact provenance, rollout steps, and rollback or recovery consequences.
Why use it?
It prevents a release from passing on vague status signals or undocumented exceptions. It records what must pass, who owns exceptions, and what happens if rollout fails.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to define delivery gates, required commands and evidence, waiver expiry, artifact provenance, rollout steps, and rollback or recovery consequences.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dankosik/go-service-template-rest/go-delivery-platform
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.

Any agent
npx skills add Dankosik/go-service-template-rest --skill go-delivery-platform
Clone the repo
git clone --depth 1 https://github.com/Dankosik/go-service-template-rest

Made for: Claude Code, Codex.

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 go-delivery-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/dankosik/go-service-template-rest/go-delivery-platform/github.svg)](https://agentmods.dev/skills/dankosik/go-service-template-rest/go-delivery-platform)
Your own site
<a href="https://agentmods.dev/skills/dankosik/go-service-template-rest/go-delivery-platform"><img src="https://agentmods.dev/badge/skills/dankosik/go-service-template-rest/go-delivery-platform/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for go-delivery-platform

Your own site · 80×15
<a href="https://agentmods.dev/skills/dankosik/go-service-template-rest/go-delivery-platform"><img src="https://agentmods.dev/badge/skills/dankosik/go-service-template-rest/go-delivery-platform.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 354 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00035 $0.00354
Opus 5 $0.00017 $0.00177
Sonnet 5 $0.00007 $0.00071
Haiku 4.5 $0.00003 $0.00035

Measured 3d ago against content hash 073bfa50e7b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

go-delivery-platform 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 3d ago.

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.

.agents/skills/go-delivery-platform/SKILL.md · 38 lines

What it actually says

Go Delivery Platform

Delivery trust is a chain of gates with named artifacts, pass conditions, exceptions, and recovery consequences.

accepted policy -> gate inventory -> artifact and command -> pass condition -> exception owner -> rollout and recovery -> proof

Treat each status, parity check, provenance rule, container, migration, or rollout control as a gate. A waiver has an owner and expiry; drift between declared and actual controls is a finding.

For a delegated Decision or Review, or when the active artifact requires its result interface, load the shared specialist contract. From accepted delivery policy to terminal rollout or rollback, build DeliveryGate{control, artifact, command, pass_condition, exception_owner, expiry, rollout, recovery, proof} for every required status, parity check, provenance rule, container, migration, or runtime control.

Choose The Branch

  • Decision — load one matching decision reference and disposition every gate, forced consequence, proof, and exception owner.
  • Review — load one matching review reference and account for every gate; a waived required gate remains a finding.

Complete only when every required gate has a current artifact, fail-closed pass condition, exception disposition, and recovery consequence. A green job that did not compare or exercise its intended surface is not a passing gate.

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. 3d ago Changed · +2 lines 073bfa50e7b3
  2. 11d ago First seen · 36 lines · 35 tokens per session scan A e6a5c8c35123

Subscribe to this mod's changes

go-delivery-platform is a skill published in the GitHub repository Dankosik/go-service-template-rest (7 stars, last pushed 2d ago), licensed MIT. It adds 35 tokens to every session and 354 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

go-deploy

Build and deploy Go applications — version detection, static binaries, CGO, workspaces, and Dockerfile patterns. Use when deploying a Go project, or when go.mod is detected.

nixopus/nixopus · 41 tokens

gh-actionlint

Validate GitHub Actions workflow YAML with actionlint when editing files under .github/workflows/, checking CI workflow syntax, diagnosing GitHub Actions expression or schema errors, or when the user asks to lint/check Actions workflows. Prefer bunx github-actionlint when bun is available and fall back to npx --yes…

Unique-Divine/jiyuu · 85 tokens

gh-ci-watch

Watch GitHub PR checks with gh, poll until green/failure/timeout, fetch failed GitHub Actions logs, save logs locally, summarize actionable CI failures, and apply trivial local fixes when safe. Use when the user asks to watch PR checks, wait for CI, inspect failed actions, fix obvious CI failures, or summarize gh pr…

Unique-Divine/jiyuu · 74 tokens

golang-continuous-integration

CI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use when setting up or improving Go project CI, configuring GitHub Actions workflows, adding linters or…

alexastrum/skl · 87 tokens

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

affaan-m/ECC · 41 tokens

ci

Configure Ginkgo for continuous integration — the recommended CLI flag set and the rationale for each flag (-r -p --randomize-all --randomize-suites --fail-on-pending --fail-on-empty --keep-going --cover --race --trace --json-report --timeout --poll-progress-after/-interval), invoking via go run to pin the CLI to…

onsi/ginkgo · 151 tokens