devops

devops is a skill for Claude Code, Codex from ihatesea69/kiro-kit. It costs 32 tokens per session (378 once invoked), scanned A, original, MIT.

Guidance for running software in containers, automated build-and-release pipelines, and cloud infrastructure. Containers package an application with the files it needs to run consistently.

In plain words
What is it for?
It helps write Dockerfiles, configure local services, set up CI/CD, manage cloud resources, add monitoring, and plan blue-green, canary, or rolling deployments.
Why use it?
It helps make deployments repeatable and reduces common production problems involving configuration, security, testing, rollbacks, and infrastructure changes.

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/ihatesea69/kiro-kit/devops
Any agent
npx skills add ihatesea69/kiro-kit --skill devops
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

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 devops

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/devops.svg)](https://agentmods.dev/skills/ihatesea69/kiro-kit/devops)
Your own site
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/devops"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 378 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00032 $0.00378
Opus 5 $0.00016 $0.00189
Sonnet 5 $0.00006 $0.00076
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

devops 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 yesterday.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/cloudflare_deploy.py, scripts/docker_optimize.py, scripts/tests/test_cloudflare_deploy.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.kiro/skills/devops/SKILL.md · 59 lines

What it actually says

DevOps

Activate this skill when working with containers, deployments, CI/CD, or cloud infrastructure.

When to Use

  • Writing or optimizing Dockerfiles
  • Configuring docker-compose for local development
  • Setting up CI/CD pipelines (GitHub Actions, GitLab CI)
  • Managing cloud infrastructure (AWS, GCP, Cloudflare)
  • Implementing deployment strategies
  • Configuring monitoring and alerting
  • Writing infrastructure-as-code (Terraform, Pulumi)

Docker Best Practices

  • Use multi-stage builds to minimize image size
  • Run as non-root user in production
  • Pin base image versions (not :latest)
  • Use .dockerignore to exclude unnecessary files
  • Add HEALTHCHECK instructions
  • Set resource limits (memory, CPU)
  • Order layers for optimal caching (dependencies before source)

CI/CD Pipeline Stages

  1. Lint and typecheck
  2. Unit tests
  3. Build artifacts
  4. Integration tests
  5. Security scan (dependencies + container)
  6. Deploy to staging
  7. Smoke tests
  8. Deploy to production (with approval gate)

Deployment Strategies

  • Blue-green: instant rollback, double resources
  • Canary: gradual rollout, early detection
  • Rolling: zero-downtime, incremental replacement
  • Feature flags: decouple deploy from release

Monitoring

  • Application metrics: request rate, error rate, latency (RED)
  • Infrastructure metrics: CPU, memory, disk, network
  • Business metrics: signups, conversions, revenue
  • Alerting: page on symptoms, not causes
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 · 59 lines · 32 tokens per session scan A 5d3ef651d40f

Subscribe to this mod's changes

devops is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 16d ago), licensed MIT. It adds 32 tokens to every session and 378 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-09-03.

Related

Other skills, from other repositories

devops

Use this prompt when you need to configure CI/CD pipelines, write Infrastructure as Code (IaC), set up containerization, or manage deployments. This skill ensures the AI applies DevOps best practices such as least privilege, immutability, and declarative configuration.

DongDuong2001/pudo-code-system · 0 tokens

ecs-devops

Use when someone is deploying, releasing, or shipping software to Amazon ECS — phrased as "blue/green deployment on ECS", "canary deployment for my ECS service", "set up CI/CD for ECS", "GitHub Actions deploy to Fargate", "my ECS deployment is stuck", "ECS deployment circuit breaker", "ECS task sets", or "migrate off…

aws-samples/sample-apex-skills · 237 tokens

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 tokens

CI/CD Pipeline Advanced

Expert-level CI/CD pipeline skill for test automation. Covers GitHub Actions, Jenkins, GitLab CI, Azure DevOps, parallel execution, matrix strategies, caching, artifact management, and deployment gates.

PramodDutta/qaskills · 45 tokens

platform-engineering

Use this skill when building or operating internal developer platforms: infrastructure as code, CI/CD, container orchestration, service networking, secrets, and observability. Do not use it to define release process, promotion, rollout, or rollback policy; use release-engineering for that delivery model.

magnus919/agent-skills · 61 tokens

techstack-infra

Infrastructure tech-stack identification — cloud providers, CDN/WAF, DNS services, TLS/CT, DevOps tooling, plus asset discovery (domains, subdomains, IPs).

transilienceai/communitytools · 40 tokens