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.
npx agentmods add skills/ihatesea69/kiro-kit/devopsnpx skills add ihatesea69/kiro-kit --skill devopsgit clone --depth 1 https://github.com/ihatesea69/kiro-kitWrote 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.
[](https://agentmods.dev/skills/ihatesea69/kiro-kit/devops)<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>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.
| Model | Per session | Once 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 |
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.
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.
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
- Lint and typecheck
- Unit tests
- Build artifacts
- Integration tests
- Security scan (dependencies + container)
- Deploy to staging
- Smoke tests
- 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
What ships with it
18 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.
- .env.example 2.5 KB
- references/browser-rendering.md 6.8 KB
- references/cloudflare-d1-kv.md 2.5 KB
- references/cloudflare-platform.md 7.1 KB
- references/cloudflare-r2-storage.md 6.1 KB
- references/cloudflare-workers-advanced.md 7.1 KB
- references/cloudflare-workers-apis.md 6.8 KB
- references/cloudflare-workers-basics.md 8.6 KB
- references/docker-basics.md 5.7 KB
- references/docker-compose.md 4.7 KB
- references/gcloud-platform.md 6.9 KB
- references/gcloud-services.md 5.8 KB
- scripts/cloudflare_deploy.py 7.5 KB runs code
- scripts/docker_optimize.py 11 KB runs code
- scripts/requirements.txt 471 B
- scripts/tests/requirements.txt 52 B
- scripts/tests/test_cloudflare_deploy.py 9.0 KB runs code
- scripts/tests/test_docker_optimize.py 13 KB runs code
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.
- yesterday First seen · 59 lines · 32 tokens per session scan A 5d3ef651d40f
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.
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.
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…
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.
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.
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.
techstack-infra
Infrastructure tech-stack identification — cloud providers, CDN/WAF, DNS services, TLS/CT, DevOps tooling, plus asset discovery (domains, subdomains, IPs).