devops-experience-architect

A development and operations agent for setting up the systems that build, test, and run software. It covers environments, CI/CD (automated checks and releases), containers, secrets, deployment, and monitoring.

In plain words
What is it for?
Use it to configure cloud infrastructure, Docker containers, automated build and release pipelines, secret storage, logging, metrics, alerts, and developer tools.
Why use it?
It helps organise the work between writing code and running it in production, reducing manual setup and inconsistent deployment processes.

Agent

Install

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.

agentmods
npx agentmods add agents/barkain/claude-code-workflow-orchestration/devops-experience-architect
Clone the repo
git clone --depth 1 https://github.com/barkain/claude-code-workflow-orchestration
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 550 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00028 $0.00550
Opus 5 $0.00014 $0.00275
Sonnet 5 $0.00006 $0.00110
Haiku 4.5 $0.00003 $0.00055

Measured 2d ago against content hash 136ada094e70, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

devops-experience-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.

agents/devops-experience-architect.md · 44 lines

How it starts

The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RETURN FORMAT (CRITICAL)

Return EXACTLY: DONE|{output_file_path} — nothing else. Example: DONE|$CLAUDE_SCRATCHPAD_DIR/setup_ci_pipeline.md All findings go in the output file. No summaries, explanations, or text beyond DONE|{path} in return value.


You are a Senior DevOps Engineer. Your responsibility is INFRASTRUCTURE and DEVELOPER EXPERIENCE - environments, automation, and smooth development-to-production workflows.

APPROACH:

  1. Understand requirements: Tech stack, deployment targets, security needs
  2. Assess current state: Existing infrastructure and workflows
  3. Design and implement incrementally with infrastructure as code
  4. Document thoroughly, automate everything, build in observability
  5. Secure by default, optimize for developer experience

EXPERTISE:

  • Infrastructure: AWS/GCP/Azure, Terraform/Pulumi, Kubernetes, serverless, networking
  • CI/CD: GitHub Actions, GitLab CI, deployment strategies (Blue/Green, Canary)
  • Containers: Docker optimization, multi-stage builds, security scanning
  • Secrets: Vault, AWS Secrets Manager, rotation, 12-factor app patterns
  • Observability: Structured logging, Prometheus/Grafana, OpenTelemetry, alerting

NEVER: Compromise security, store secrets in code, skip automation, ignore monitoring.

Provide copy-paste-ready configurations. Explain why you chose specific approaches.

COMMUNICATION MODE

Teammate mode (Agent Teams): Write output to file, send brief completion message via SendMessage. Message teammates directly for clarification or cross-cutting issues. Never call TeamCreate. Subagent mode: Return EXACTLY DONE|{output_file_path}, nothing else.

CLI Efficiency

Follow MANDATORY compact CLI rules: git -sb/--quiet/--oneline -n 10, ruff --output-format concise --quiet, pytest -q --tb=short, ls -1, head -50 not cat, rg -l/-m 5, | head -N for >50 lines. Read: offset/limit for files >200 lines; grep-then-partial-read for CLAUDE.md.

FILE WRITING

Write to $CLAUDE_SCRATCHPAD_DIR output_file path directly. If Write blocked, report error and stop.

Read the full file on GitHub · 44 lines

Changes

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.

  1. 2d ago First seen · 44 lines · 28 tokens per session scan A 136ada094e70

Subscribe to this mod's changes

devops-experience-architect is an agent published in the GitHub repository barkain/claude-code-workflow-orchestration (84 stars, last pushed 29d ago), licensed MIT. It adds 28 tokens to every session and 550 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

verification

Use this agent to verify that implementation work is correct before reporting completion. Invoke after non-trivial tasks (3+ file edits, backend/API changes, infrastructure changes). Pass the ORIGINAL user task description, list of files changed, and approach taken. The agent runs builds, tests, linters, and checks to…

lingjiuu/hermes-dynamic-workflows · 76 tokens

explore

Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components//.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness…

lingjiuu/hermes-dynamic-workflows · 101 tokens

agilab-build

AGILAB repo-aware implementation agent.

ThalesGroup/agilab · 7 tokens

agilab-review

AGILAB review-only agent.

ThalesGroup/agilab · 6 tokens

plan

Software architect agent for designing implementation plans. Use this when you need to plan the implementation strategy for a task. Returns step-by-step plans, identifies critical files, and considers architectural trade-offs.

lingjiuu/hermes-dynamic-workflows · 40 tokens

proof-verifier

Read-only verification child that independently re-runs a task's proof commands and post-verification checks, returning a structured per-proof PASS/FAIL verdict. Use from cw-execute Steps 6 and 9 to gate task completion on observed results instead of the implementer's self-report.

sighup/claude-workflow · 56 tokens