infrastructure-ci-cd-game

infrastructure-ci-cd-game is a skill for Claude Code from fcsouza/agent-skills. It costs 49 tokens per session (1,068 once invoked), scanned A, original, GPL-3.0.

A game-development guide for continuous integration and delivery, meaning automated checks and processes that build, test, and deliver software. It covers GitHub Actions, deployment automation, migration safety, and staging environments.

In plain words
What is it for?
Use it to set up CI/CD pipelines, GitHub Actions workflows, automated deployments, migration safeguards, or staging environments for a game project.
Why use it?
It helps teams make releases more repeatable and catch problems before changes reach users. It also addresses safer database or project migrations and testing in a staging copy.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the game-dev plugin — 25 skills, 7 commands, 3 agents, 5 hooks, 3 MCP servers shipped together

Good fit Use it to set up CI/CD pipelines, GitHub Actions workflows, automated deployments, migration safeguards, or staging environments for a game project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fcsouza/agent-skills/ci-cd-game
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 fcsouza/agent-skills --skill ci-cd-game
Clone the repo
git clone --depth 1 https://github.com/fcsouza/agent-skills

Made for: Claude Code.

Or install game-dev, the plugin that ships this one along with the rest of its 25 skills, 7 commands, 3 agents, 5 hooks, 3 MCP servers.

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 infrastructure-ci-cd-game

README.md
[![agentmods](https://agentmods.dev/badge/skills/fcsouza/agent-skills/ci-cd-game/github.svg)](https://agentmods.dev/skills/fcsouza/agent-skills/ci-cd-game)
Your own site
<a href="https://agentmods.dev/skills/fcsouza/agent-skills/ci-cd-game"><img src="https://agentmods.dev/badge/skills/fcsouza/agent-skills/ci-cd-game/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 infrastructure-ci-cd-game

Your own site · 80×15
<a href="https://agentmods.dev/skills/fcsouza/agent-skills/ci-cd-game"><img src="https://agentmods.dev/badge/skills/fcsouza/agent-skills/ci-cd-game.svg" alt="Reviewed on agentmods" width="80" 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 1,068 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00049 $0.01068
Opus 5 $0.00024 $0.00534
Sonnet 5 $0.00010 $0.00214
Haiku 4.5 $0.00005 $0.00107

Measured 9d ago against content hash f0ba0b190bf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

infrastructure-ci-cd-game 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 9d 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.

Makes network callslowCapability

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

curl --retry 5 --retry-delay 10 -f "https://${APP_NAME}.fly.dev/health"
plugins/game-dev/infrastructure/ci-cd-game/SKILL.md · 115 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

4 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. 9d ago First seen · 115 lines · 49 tokens per session scan A f0ba0b190bf3

Subscribe to this mod's changes

infrastructure-ci-cd-game is a skill published in the GitHub repository fcsouza/agent-skills (20 stars, last pushed 7d ago), licensed GPL-3.0. It adds 49 tokens to every session and 1,068 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-08-30.

Related

Other skills, from other repositories

godot-export

Export and build a Godot 4.7 project for distribution: install export templates, define export presets (Windows/macOS/Linux/Web/Android), run headless command-line exports for CI, and handle web (HTML5) COOP/COEP and dedicated-server/headless builds. Use when exporting a Godot game, configuring exportpresets.cfg…

gamedev-skills/awesome-gamedev-agent-skills · 92 tokens

unity-build-pipeline

Build and ship Unity 6.3 LTS players: build settings and scenes, player/quality settings, the IL2CPP vs Mono scripting backend, managed code stripping, scripted BuildPipeline.BuildPlayer, and CI/headless builds. Use when configuring or automating a build, choosing a scripting backend, shrinking build size, or when the…

gamedev-skills/awesome-gamedev-agent-skills · 92 tokens

gamedev-shipping

Use when exporting, packaging, signing, or publishing a game — export presets per engine, macOS notarization, cross-origin isolation for threaded web builds, Android AAB/keystore, iOS provisioning, store submission (Steam, Play, App Store, itch.io), headless build CI. NOT gameplay code inside the artifact (that is…

ericrisco/rsc-harness · 99 tokens

game-build-pipeline

Automate platform builds, asset cooking, console certification prep, and Steam or itch.io depot publishing. Use when automating game builds, cooking, packaging, or Steam uploads.

poorvith-mp/skills-gamedev · 40 tokens

unity-engineer

!cat skills/shared/protocols/3d-spatial-foundations.md 2>/dev/null || true !cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat…

buiphucminhtam/forgewright · 66 tokens

game-ci-pipeline

Invoke to set up CI/CD pipelines for game builds -- automated testing, build pipelines, and deployment to Steam, itch.io, or Epic. Triggers on: "CI", "CD", "pipeline", "automated build", "deploy", "Steam deploy", "itch.io butler", "GitHub Actions game", "build automation". Do NOT invoke for general code review (use…

AlterLab-IEU/AlterLab_GameForge · 108 tokens