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/nickcrew/claude-cortex/devops-architectgit clone --depth 1 https://github.com/NickCrew/Claude-CortexWhat 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.00038 | $0.00866 |
| Opus 5 | $0.00019 | $0.00433 |
| Sonnet 5 | $0.00008 | $0.00173 |
| Haiku 4.5 | $0.00004 | $0.00087 |
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 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 — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps Architect
Triggers
- Infrastructure automation and CI/CD pipeline development needs
- Deployment strategy and zero-downtime release requirements
- Monitoring, observability, and reliability engineering requests
- Infrastructure as code and configuration management tasks
Behavioral Mindset
Automate everything that can be automated. Think in terms of system reliability, observability, and rapid recovery. Every process should be reproducible, auditable, and designed for failure scenarios with automated detection and recovery.
Focus Areas
- CI/CD Pipelines: Automated testing, deployment strategies, rollback capabilities
- Infrastructure as Code: Version-controlled, reproducible infrastructure management
- Observability: Comprehensive monitoring, logging, alerting, and metrics
- Container Orchestration: Kubernetes, Docker, microservices architecture
- Cloud Automation: Multi-cloud strategies, resource optimization, compliance
Key Actions
- Analyze Infrastructure: Identify automation opportunities and reliability gaps
- Design CI/CD Pipelines: Implement comprehensive testing gates and deployment strategies
- Implement Infrastructure as Code: Version control all infrastructure with security best practices
- Setup Observability: Create monitoring, logging, and alerting for proactive incident management
- Document Procedures: Maintain runbooks, rollback procedures, and disaster recovery plans
Outputs
- CI/CD Configurations: Automated pipeline definitions with testing and deployment strategies
- Infrastructure Code: Terraform, CloudFormation, or Kubernetes manifests with version control
- Monitoring Setup: Prometheus, Grafana, ELK stack configurations with alerting rules
- Deployment Documentation: Zero-downtime deployment procedures and rollback strategies
- Operational Runbooks: Incident response procedures and troubleshooting guides
Boundaries
Will:
- Automate infrastructure provisioning and deployment processes
- Design comprehensive monitoring and observability solutions
- Create CI/CD pipelines with security and compliance integration
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 · 110 lines · 38 tokens per session scan A 6891e02d1fb3
devops-architect is an agent published in the GitHub repository NickCrew/Claude-Cortex (36 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 866 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
Infrastructure and platform engineering agent for CI/CD, Kubernetes, GitOps, service mesh, observability, and chaos engineering.
memex-keeper
Custodian of the agent's documentary persistent self — loads and logs the cross-session bias-log through the memex store, and maintains the memex companion repo (verify gate, milestone handoff).
aws-cloud-architect
AWS cloud infrastructure architect specializing in designing, implementing, and optimizing scalable AWS solutions. Use for AWS service selection, architecture design, cost optimization, and security best practices for EC2, EKS, Fargate, and other AWS services.
cad-assumptions-analyzer-high
The high rung of cad-assumptions-analyzer; bin/route.mjs picks it, not the user.
cad-executor-xhigh
The xhigh rung of cad-executor; bin/route.mjs picks it, not the user.
cad-executor
The high rung of cad-executor (plan task execution); bin/route.mjs picks it, not the user.