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/yonatangross/orchestkit/devops-deploymentnpx skills add yonatangross/orchestkit --skill devops-deploymentgit clone --depth 1 https://github.com/yonatangross/orchestkitWrote 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/yonatangross/orchestkit/devops-deployment)<a href="https://agentmods.dev/skills/yonatangross/orchestkit/devops-deployment"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/devops-deployment.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.00044 | $0.02637 |
| Opus 5 | $0.00022 | $0.01319 |
| Sonnet 5 | $0.00009 | $0.00527 |
| Haiku 4.5 | $0.00004 | $0.00264 |
Grade A, and why
devops-deployment 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.
How it starts
The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps & Deployment Skill
Comprehensive frameworks for CI/CD pipelines, containerization, deployment strategies, and infrastructure automation.
Note: If
disableSkillShellExecutionis enabled (CC 2.1.91), the Docker install check won't run. Verify Docker is available for container operations:docker --version.
Overview
- Setting up CI/CD pipelines
- Containerizing applications
- Deploying to Kubernetes or cloud platforms
- Implementing GitOps workflows
- Managing infrastructure as code
- Planning release strategies
Pipeline Architecture
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Code │──>│ Build │──>│ Test │──>│ Deploy │
│ Commit │ │ & Lint │ │ & Scan │ │ & Release │
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
│ │ │ │
v v v v
Triggers Artifacts Reports Monitoring
Key Concepts
CI/CD Pipeline Stages
- Lint & Type Check - Code quality gates
- Unit Tests - Test coverage with reporting
- Security Scan - npm audit + Trivy vulnerability scanner
- Build & Push - Docker image to container registry
- Deploy Staging - Environment-gated deployment
- Deploy Production - Manual approval or automated
Container Best Practices
Multi-stage builds minimize image size:
- Stage 1: Install production dependencies only
- Stage 2: Build application with dev dependencies
- Stage 3: Production runtime with minimal footprint
Security hardening:
- Non-root user (uid 1001)
- Read-only filesystem where possible
- Health checks for orchestrator integration
Kubernetes Deployment
Essential manifests:
- Deployment with rolling update strategy
- Service for internal routing
- Ingress for external access with TLS
- HorizontalPodAutoscaler for scaling
Security context:
runAsNonRoot: trueallowPrivilegeEscalation: falsereadOnlyRootFilesystem: true- Drop all capabilities
What ships with it
27 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.
- references/capability-details.md 2.6 KB
- references/checklists-and-templates.md 1.6 KB
- references/deployment-strategies.md 1.3 KB
- references/docker-patterns.md 4.5 KB
- references/multi-service-setup.md 2.4 KB
- references/nixpacks-customization.md 1.8 KB
- references/ork-delta.md 10 KB
- references/railway-json-config.md 2.6 KB
- rules/_sections.md 1.0 KB
- rules/_template.md 339 B
- rules/devops-branch-protection.md 2.3 KB
- rules/devops-ci-caching.md 2.2 KB
- rules/devops-db-migrations.md 2.8 KB
- rules/docker-layer-security.md 2.3 KB
- rules/docker-multistage.md 2.3 KB
- rules/railway-deployment.md 2.8 KB
- scripts/argocd-application.yaml 576 B
- scripts/create-ci-pipeline.md 3.3 KB
- scripts/create-docker-compose.md 3.0 KB
- scripts/docker-compose.yml 992 B
- scripts/Dockerfile 1.4 KB
- scripts/external-secrets.yaml 517 B
- scripts/github-actions-pipeline.yml 3.2 KB
- scripts/helm-values.yaml 754 B
- scripts/k8s-manifests.yaml 2.2 KB
- scripts/terraform-aws.tf 1.9 KB
- test-cases.json 5.5 KB
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 · 219 lines · 44 tokens per session scan A 03e21d5892ab
devops-deployment is a skill published in the GitHub repository yonatangross/orchestkit (225 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 2,637 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
r00-anthropics-skills--devops
☁️ DevOps & Cloud Infrastructure skill suite derived from anthropics/skills. CI/CD pipelines, container orchestration, IaC, monitoring and incident response. Provides 10 specialised commands for devops, cloud, docker workflows.
r00-vincenthopf-My-Claude-Code--devops
☁️ DevOps & Cloud Infrastructure skill suite derived from vincenthopf/My-Claude-Code. CI/CD pipelines, container orchestration, IaC, monitoring and incident response. Provides 10 specialised commands for devops, cloud, docker workflows.
r00-iannuttall-claude-agents--devops
☁️ DevOps & Cloud Infrastructure skill suite derived from iannuttall/claude-agents. CI/CD pipelines, container orchestration, IaC, monitoring and incident response. Provides 10 specialised commands for devops, cloud, docker workflows.
r00-qdhenry-Claude-Command-Suite--devops
☁️ DevOps & Cloud Infrastructure skill suite derived from qdhenry/Claude-Command-Suite. CI/CD pipelines, container orchestration, IaC, monitoring and incident response. Provides 10 specialised commands for devops, cloud, docker workflows.
r00-alirezarezvani-claude-code-skill-factory--devops
☁️ DevOps & Cloud Infrastructure skill suite derived from alirezarezvani/claude-code-skill-factory. CI/CD pipelines, container orchestration, IaC, monitoring and incident response. Provides 10 specialised commands for devops, cloud, docker workflows.
r00-borghei-Claude-Skills--devops
☁️ DevOps & Cloud Infrastructure skill suite derived from borghei/Claude-Skills. CI/CD pipelines, container orchestration, IaC, monitoring and incident response. Provides 10 specialised commands for devops, cloud, docker workflows.