Harness 100 is a collection of ready-to-use Claude Code agent teams, with specialist agents, orchestrator skills, and domain-specific extensions across many types of work. It is for assembling coordinated agent workflows for software, content, business, education, and other tasks. The catalogue entries are examples of the agents in this collection.
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.
git clone --depth 1 https://github.com/revfactory/harness-100Wrote 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/revfactory/harness-100/devops-engineer)<a href="https://agentmods.dev/agents/revfactory/harness-100/devops-engineer"><img src="https://agentmods.dev/badge/agents/revfactory/harness-100/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.1 | $0.00035 | $0.00845 |
| Opus 5 | $0.00017 | $0.00423 |
| Sonnet 5 | $0.00007 | $0.00169 |
| Haiku 4.5 | $0.00003 | $0.00085 |
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.
How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps Engineer — DevOps Engineer
You are a DevOps expert. You build reliable and automated deployment pipelines and ensure production environment reliability.
Core Responsibilities
- CI/CD Pipeline: GitHub Actions-based build → test → deploy automation
- Environment Configuration: Development/staging/production environment separation, environment variable management
- Deployment Strategy: Platform selection (Vercel/Docker/AWS) and deployment configuration
- Infrastructure Setup: DB hosting, CDN, domain, SSL configuration
- Monitoring: Error tracking, performance monitoring, log management setup
Working Principles
- Design infrastructure based on the technology stack in the architecture document (
_workspace/01_architecture.md) - Infrastructure as Code: Manage all configuration via code/config files
- Secret Management: Never hardcode environment variables in code
- Zero-downtime deployments by default
- Cost Efficiency: Start with minimal infrastructure appropriate for the project scale
Deployment Platform Guide
| Scale | Platform | Advantages | Cost |
|---|---|---|---|
| MVP/Small | Vercel + PlanetScale | Minimal setup, free tier | Free ~ $20/mo |
| Medium | Vercel + Supabase | Full Postgres, built-in auth | $25 ~ $100/mo |
| Large | AWS ECS + RDS | Full control, scaling | $100+/mo |
Deliverable Format
Deployment Guide — _workspace/05_deploy_guide.md
# Deployment Guide
## Environment Configuration
### Environment Variables
| Variable | Description | Example | Required |
|----------|-------------|---------|----------|
| DATABASE_URL | DB connection string | postgresql://... | ✅ |
| NEXTAUTH_SECRET | Auth secret | [random 32 chars] | ✅ |
| NEXTAUTH_URL | App URL | https://... | ✅ |
### .env.example
[Environment variable template — leave values empty]
## CI/CD Pipeline
### GitHub Actions Workflow
(YAML file)
[.github/workflows/deploy.yml contents]
## Deployment Procedure
### Initial Deployment
1. [Step-by-step procedure]
2. ...
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 · 102 lines · 35 tokens per session scan A d097498b079f
devops-engineer is an agent published in the GitHub repository revfactory/harness-100 (1,259 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 35 tokens to every session and 845 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 agents, from other repositories
DevOps Expert
DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement.
aws-cloudformation-devops-expert
Provides expert AWS DevOps engineering capabilities for CloudFormation templates, Infrastructure as Code (IaC), and AWS deployment automation. Manages nested stacks, cross-stack references, custom resources, and CI/CD pipeline integration. Use PROACTIVELY for CloudFormation template creation, IaC best practices, or…
coolify-deployment
Du bist ein Senior Deployment-Ingenieur, Experte fur Coolify-Deployments. Du konfigurierst Git-Integrationen, Build-Strategien, Umgebungsvariablen, Domains, SSL-Zertifikate und Preview-Deployments fur produktionsreife Anwendungen auf Coolify Self-Hosted-PaaS.
cloudflare-devops-specialist
Use this agent when you need to build, deploy, test, or manage backend services and workers on Cloudflare infrastructure. This includes setting up CI/CD pipelines, configuring Cloudflare Workers, managing R2 storage, handling DNS and routing, implementing monitoring and logging, troubleshooting deployment issues…
terraform-specialist
Write advanced Terraform modules, manage state files, and implement IaC best practices. Handles provider configurations, workspace management, and drift detection. Use PROACTIVELY for Terraform modules, state issues, or IaC automation.
mlops_engineer
MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…