ci-cd-and-automation

ci-cd-and-automation is a skill for Claude Code, Codex from Plazmodium/odin-workflow. It costs 25 tokens per session (308 once invoked), scanned A, original, MIT.

A guide to continuous integration and delivery, the automated process that checks code and builds or deploys software. It organizes quality checks, permissions, feature flags, and staged releases.

In plain words
What is it for?
Use it to create or change build, test, deployment, release, and automation pipelines, including linting, type checks, dependency checks, feature flags, and rollout controls.
Why use it?
It catches cheap failures early, produces clearer failure messages, protects secrets, and separates putting code on a system from making it available to users.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or change build, test, deployment, release, and automation pipelines, including linting, type checks, dependency checks, feature flags, and rollout controls.

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

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-cd-and-automation

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/plazmodium/odin-workflow/ci-cd-and-automation"><img src="https://agentmods.dev/badge/skills/plazmodium/odin-workflow/ci-cd-and-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 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.00025 $0.00308
Opus 5 $0.00013 $0.00154
Sonnet 5 $0.00005 $0.00062
Haiku 4.5 $0.00003 $0.00031

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

Security

Grade A, and why

ci-cd-and-automation 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 8d 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/workflow/ci-cd-and-automation/SKILL.md · 43 lines

What it actually says

ci-cd-and-automation

When To Use

  • Creating or modifying CI, build, deploy, release, or automation workflows.
  • A change needs automated quality gates.
  • Deployment and release should be decoupled.

Workflow

  1. Identify the pipeline goal and triggering events.
  2. Move cheap checks early: format, lint, typecheck, unit tests, dependency checks.
  3. Keep slow or expensive checks later and conditional where appropriate.
  4. Fail fast with actionable logs.
  5. Use feature flags or staged rollout when deployment should not equal release.
  6. Protect secrets and least-privilege credentials.
  7. Verify locally when possible and document any unverified remote behavior.

Anti-Rationalization

Excuse Rebuttal
"CI will catch it later." Shift Left: catch cheap failures before expensive stages.
"Deploying means released." Decouple deploy from release when risk warrants flags.
"The workflow syntax looks right." Pipelines need validation or a dry run where feasible.

Verification

  • Pipeline changes have syntax or dry-run validation where available.
  • Quality gates map to project risk.
  • Secrets and permissions are reviewed.

Exit Criteria

  • Automation fails quickly, safely, and with useful evidence.
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. 8d ago First seen · 43 lines · 25 tokens per session scan A e46b80f512e4

Subscribe to this mod's changes

ci-cd-and-automation is a skill published in the GitHub repository Plazmodium/odin-workflow (0 stars, last pushed 3mo ago), licensed MIT. It adds 25 tokens to every session and 308 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-01.

Related

Other skills, from other repositories

cicd-pipeline

Design and configure CI/CD pipelines with GitHub Actions, GitLab CI, and Forgejo Actions. Use this skill when the user asks to create a new workflow, set up pipeline triggers, configure caching or matrix builds, manage CI secrets, troubleshoot pipeline failures, or compare pipeline platforms — even if they don't say…

d-o-hub/github-template-ai-agents · 99 tokens

b123d-modeling

Use this skill when asked to model, build, or modify a 3D part or assembly with build123d — from a text description, a technical drawing (image or PDF), dimensions in a spec, or an existing STEP/STL file.

pzfreo/build123d-mcp · 0 tokens

securing-github-actions-workflows

This skill covers hardening GitHub Actions workflows against supply chain attacks, credential theft, and privilege escalation. It addresses pinning actions to SHA digests, minimizing GITHUBTOKEN permissions, protecting secrets from exfiltration, preventing script injection in workflow expressions, and implementing…

adriannoes/awesome-agentic-ai · 68 tokens

cloudflare-ops

Cloudflare Workers + Wrangler edge ops: runtime, bindings, local dev, secrets, deploy/CI, Pages-vs-Workers. Triggers on: cloudflare workers, wrangler, wrangler deploy, wrangler.toml, KV, D1, R2, durable objects, queues, vectorize, compatibilitydate, edge functions, illegal invocation, waitUntil, caches API, smart…

0xDarkMatter/claude-mods · 100 tokens

ci-cd-ops

CI/CD pipeline patterns with GitHub Actions, release automation, and testing strategies. Use for: github actions, workflow, CI, CD, pipeline, deploy, release, semantic release, changesets, goreleaser, matrix, cache, secrets, environment, artifact, reusable workflow, composite action.

0xDarkMatter/claude-mods · 66 tokens

quality-tools

Outils de qualité - Atoll Tourisme. Use when setting up quality tools or CI.

TheBeardedBearSAS/claude-craft · 22 tokens