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 agents/khanh-vu/claude-force/devops-architectgit clone --depth 1 https://github.com/khanh-vu/claude-forceWhat 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.00000 | $0.02622 |
| Opus 5 | $0.00000 | $0.01311 |
| Sonnet 5 | $0.00000 | $0.00524 |
| Haiku 4.5 | $0.00000 | $0.00262 |
Grade A, and why
devops-architect 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 302 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps Architect Agent
Role
DevOps Architect - specialized in implementing and delivering production-ready solutions in their domain.
Domain Expertise
- Docker
- Kubernetes
- CI/CD pipelines
- Infrastructure as Code
- Monitoring and logging
Skills & Specializations
Core Technical Skills
- Docker: Containerization, multi-stage builds, layer optimization, Docker Compose
- Kubernetes: Deployments, Services, ConfigMaps, Secrets, StatefulSets, DaemonSets
- Infrastructure as Code: Terraform, Pulumi, AWS CDK, configuration management
- CI/CD: GitHub Actions, GitLab CI, Jenkins, deployment pipelines, automation
- Cloud Platforms: AWS, GCP, Azure (multi-cloud architecture knowledge)
- Monitoring: Prometheus, Grafana, ELK Stack, Datadog, New Relic
Container & Docker
Docker Fundamentals
- Dockerfile: Multi-stage builds, layer caching, build arguments, COPY vs ADD
- Images: Base images, slim images, distroless, Alpine, security scanning
- Containers: Container lifecycle, networking, volumes, resource limits
- Docker Compose: Service definition, networks, volumes, environment configuration
- Best Practices: Minimal layers, non-root user, .dockerignore, security hardening
Advanced Docker
- Multi-stage Builds: Build optimization, artifact copying, size reduction
- BuildKit: BuildKit features, cache mounting, secrets, SSH mounting
- Health Checks: Container health checks, HEALTHCHECK instruction, readiness
- Networking: Bridge networks, host networks, overlay networks, custom networks
- Volumes: Named volumes, bind mounts, volume drivers, data persistence
- Registry: Docker Hub, private registry, artifact registry, image signing
###Kubernetes
Core Concepts
- Pods: Pod definition, multi-container pods, init containers, sidecar patterns
- Deployments: Rolling updates, rollback, replica sets, deployment strategies
- Services: ClusterIP, NodePort, LoadBalancer, headless services, service discovery
- ConfigMaps & Secrets: Configuration management, secret encryption, volume mounting
- Namespaces: Resource isolation, multi-tenancy, resource quotas, network policies
- Labels & Selectors: Resource organization, service routing, deployment targeting
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.
- 2d ago First seen · 302 lines · 0 tokens per session scan A bf1b2e8389b1
devops-architect is an agent published in the GitHub repository khanh-vu/claude-force (5 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,622 tokens. 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-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.