ci-go

ci-go is a skill for Claude Code, Codex from sxxpqp/linux. It costs 96 tokens per session (2,804 once invoked), scanned C, original, no licence file.

A skill that creates production templates for Go projects using GitLab CI/CD and Docker. It covers building the application in stages, preparing a small runtime image, and deploying to Kubernetes.

In plain words
What is it for?
Use it to generate a Go pipeline or Dockerfile, build Go applications, create Kaniko-based multi-stage images, and prepare Kubernetes rolling deployments.
Why use it?
It removes the need to assemble common build and deployment settings from scratch. The templates also cover faster Go module downloads, static builds, non-root containers, and rolling deployments.

Skill for Claude CodeCodex

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/sxxpqp/linux/ci-go
Any agent
npx skills add sxxpqp/linux --skill ci-go
Clone the repo
git clone --depth 1 https://github.com/sxxpqp/linux

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 ci-go

README.md
[![agentmods](https://agentmods.dev/badge/skills/sxxpqp/linux/ci-go.svg)](https://agentmods.dev/skills/sxxpqp/linux/ci-go)
Your own site
<a href="https://agentmods.dev/skills/sxxpqp/linux/ci-go"><img src="https://agentmods.dev/badge/skills/sxxpqp/linux/ci-go.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,804 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown 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.00096 $0.02804
Opus 5 $0.00048 $0.01402
Sonnet 5 $0.00019 $0.00561
Haiku 4.5 $0.00010 $0.00280

Measured 3d ago against content hash 92fa1a4e34ee, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

ci-go scanned grade C 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 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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- cp $KUBE_CONFIG ~/.kube/config
.claude/skills/ci-go/SKILL.md · 248 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 First seen · 248 lines · 96 tokens per session scan C 92fa1a4e34ee

Subscribe to this mod's changes

ci-go is a skill published in the GitHub repository sxxpqp/linux (5 stars, last pushed 10d ago), with no licence file. It adds 96 tokens to every session and 2,804 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). 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

golang-continuous-integration

GitHub Actions CI/CD pipeline configuration for Golang projects — workflow files for test, lint, SAST, coverage and vulnerability-scan jobs, Dependabot and Renovate config files, GoReleaser release pipelines, Docker build/push, repository security settings, and AI-driven PR review. Use when setting up or improving Go…

samber/cc-skills-golang · 181 tokens

project-writing-go-modules-framework-v2

Use when creating or migrating a Go go.d collector to framework V2, touching CollectorV2, metrix.CollectorStore, ChartTemplateYAML/charts.yaml, charttpl/chartengine, V2 host scopes/vnodes, or V2 collector tests. Focuses on concise maintainer-preferred V2 collector patterns.

netdata/netdata · 74 tokens

upgrading-golang

Upgrades Go version across the entire Chainloop codebase including source files, Docker images, CI/CD workflows, and documentation. Use when the user mentions upgrading Go, golang version, or updating Go compiler version.

chainloop-dev/chainloop · 48 tokens

go-ci-setup

Set up a Go CI/CD pipeline with formatting, vetting, static analysis, tests, vulnerability scanning, and container build. Use when: creating CI for Go, adding checks to workflow. Do not use: for local development setup, non-CI automation.

woliveiras/geremmyas · 57 tokens

docker-docs

Comprehensive Docker 28.x reference covering all features: installation, Dockerfile instructions, multi-stage builds, Docker Compose, networking, volumes, CLI commands, image management, registries, security best practices, CI/CD integration, debugging, and Kubernetes migration. Use whenever the user mentions Docker…

pledgeandgrow/pledge-skills · 93 tokens

scaffold-go

Scaffold a complete Go project with CI/CD, release pipeline, Makefile, sr.yaml, .envrc, and standard files. Uses go toolchain and make as the native build system. Loads on top of scaffold-project (run that first for cross-language standard files). Use when creating a new Go CLI, service, or module, or when the user…

urmzd/dotfiles · 116 tokens