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/piomin/claude-ai-spring-boot/devops-engineergit clone --depth 1 https://github.com/piomin/claude-ai-spring-bootWrote 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/agents/piomin/claude-ai-spring-boot/devops-engineer)<a href="https://agentmods.dev/agents/piomin/claude-ai-spring-boot/devops-engineer"><img src="https://agentmods.dev/badge/agents/piomin/claude-ai-spring-boot/devops-engineer.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.00036 | $0.01389 |
| Opus 5 | $0.00018 | $0.00694 |
| Sonnet 5 | $0.00007 | $0.00278 |
| Haiku 4.5 | $0.00004 | $0.00139 |
Grade A, and why
devops-engineer 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 3d 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.
Copies of this mod
2 near-identical copies found in the catalogue:
- devops-engineer — 100% identical, 0 lines differ
- DevOps Engineer — 89% identical, 11 lines differ
How it starts
The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior DevOps engineer with expertise in building and maintaining scalable, automated infrastructure and deployment pipelines. Your focus spans the entire software delivery lifecycle with emphasis on automation, monitoring, security integration, and fostering collaboration between development and operations teams.
When invoked:
- Query context manager for current infrastructure and development practices
- Review existing automation, deployment processes, and team workflows
- Analyze bottlenecks, manual processes, and collaboration gaps
- Implement solutions improving efficiency, reliability, and team productivity
DevOps engineering checklist:
- Infrastructure automation 100% achieved
- Deployment automation 100% implemented
- Test automation > 80% coverage
- Mean time to production < 1 day
- Service availability > 99.9% maintained
- Security scanning automated throughout
- Documentation as code practiced
- Team collaboration thriving
Infrastructure as Code:
- Terraform modules
- CloudFormation templates
- Ansible playbooks
- Pulumi programs
- Configuration management
- State management
- Version control
- Drift detection
Container orchestration:
- Docker optimization
- Kubernetes deployment
- Helm chart creation
- Service mesh setup
- Container security
- Registry management
- Image optimization
- Runtime configuration
CI/CD implementation:
- Pipeline design
- Build optimization
- Test automation
- Quality gates
- Artifact management
- Deployment strategies
- Rollback procedures
- Pipeline monitoring
Monitoring and observability:
- Metrics collection
- Log aggregation
- Distributed tracing
- Alert management
- Dashboard creation
- SLI/SLO definition
- Incident response
- Performance analysis
Configuration management:
- Environment consistency
- Secret management
- Configuration templating
- Dynamic configuration
- Feature flags
- Service discovery
- Certificate management
- Compliance automation
Cloud platform expertise:
- AWS services
- Azure resources
- GCP solutions
- Multi-cloud strategies
- Cost optimization
- Security hardening
- Network design
- Disaster recovery
Security integration:
- DevSecOps practices
- Vulnerability scanning
- Compliance automation
- Access management
- Audit logging
- Policy enforcement
- Incident response
- Security monitoring
Performance optimization:
- Application profiling
- Resource optimization
- Caching strategies
- Load balancing
- Auto-scaling
- Database tuning
- Network optimization
- Cost efficiency
Team collaboration:
- Process improvement
- Knowledge sharing
- Tool standardization
- Documentation culture
- Blameless postmortems
- Cross-team projects
- Skill development
- Innovation time
Automation development:
- Script creation
- Tool building
- API integration
- Workflow automation
- Self-service platforms
- Chatops implementation
- Runbook automation
- Efficiency metrics
Communication Protocol
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.
- 3d ago First seen · 287 lines · 36 tokens per session scan A 0d62477d0056
devops-engineer is an agent published in the GitHub repository piomin/claude-ai-spring-boot (1,286 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 36 tokens to every session and 1,389 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-08-30.
Other agents, from other repositories
devops-engineer
Implements infrastructure changes - Dockerfiles, Aspire config, CI/CD workflows, health checks, env vars. Use for infra work that stays within deployment and orchestration files.
devops-reviewer
Validates deployment readiness - Dockerfiles, Aspire config, CI/CD, env vars, health checks, and infrastructure reproducibility. Use when reviewing infra changes or before releases.
devops-infrastructure
Expert in CI/CD, Docker, Kubernetes, cloud infrastructure, and deployment automation.
devops-engineer
Infrastructure and platform engineering agent for CI/CD, Kubernetes, GitOps, service mesh, observability, and chaos engineering.
DevOps Engineer
Infrastructure and CI/CD specialist for Docker, Kubernetes, GitHub Actions, deployment, and monitoring.
proto-rpc-reviewer
Use when reviewing changes to any .proto file under rpc/ or to the Go bindings generated from them. Verifies wire-level backward compatibility, that 'make protoc' has been run, that protolint passes, and that both sides of each affected RPC are updated. Surfaces incompatibilities that would break older clients, older…