devops

A deployment setup assistant that creates Docker configurations, GitHub Actions workflows, environment-variable templates, secret handling, and monitoring setups.

In plain words
What is it for?
Use it to prepare reproducible builds, automated testing and deployment, safer configuration, health checks, and structured logs.
Why use it?
It addresses the gap between software working on one computer and running consistently in production.

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/nxtg-ai/forge-plugin/devops
Clone the repo
git clone --depth 1 https://github.com/nxtg-ai/forge-plugin
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,834 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.00000 $0.01834
Opus 5 $0.00000 $0.00917
Sonnet 5 $0.00000 $0.00367
Haiku 4.5 $0.00000 $0.00183

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

Security

Grade A, and why

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

docs/agents/devops.md · 135 lines

How it starts

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

DevOps

Automates infrastructure as code -- Docker multi-stage builds, GitHub Actions pipelines, environment management, and monitoring setup that makes deployments reproducible and reversible.

Level L1 Vibe Coder
Category Domain Specialist
Model Sonnet

What It Does

The DevOps agent handles everything between "it works on my machine" and "it works in production." It creates Docker configurations with multi-stage builds for minimal images, GitHub Actions workflows for automated testing and deployment, environment variable management with template files and secret handling, and monitoring setups with health endpoints and structured logging.

What makes this agent valuable is the operational knowledge it encodes. It knows that Docker images should use multi-stage builds (build stage with dev dependencies, runtime stage with only production artifacts). It knows GitHub Actions should cache npm dependencies and run lint, typecheck, and tests as separate steps for clear failure signals. It knows environment variables belong in .env.example (committed template) and .env (gitignored actual values), never hardcoded in source. These are the practices that experienced DevOps engineers enforce through PRs -- the DevOps agent makes them automatic.

The agent understands the NXTG-Forge infrastructure specifically: WSL2 development environment, Vite dev server on port 5050, Express API on port 5051, npm as the package manager, and GitHub Actions for CI/CD. It creates configurations that work in this specific environment, not generic templates that need extensive modification.

When to Use It

  • Setting up CI/CD: When you need GitHub Actions workflows for automated testing, linting, type checking, and deployment on push or PR.
  • Containerizing the application: When you need a Docker setup with multi-stage builds, proper base images, security considerations, and docker-compose for development.
  • Managing environments: When you need to organize environment variables, create template files, separate development from production config, and handle secrets safely.
  • Setting up monitoring: When you need health endpoints, structured logging, error tracking integration (Sentry), and uptime monitoring.

Read the full file on GitHub · 135 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 · 135 lines · 0 tokens per session scan A c29c91d33249

Subscribe to this mod's changes

devops is an agent published in the GitHub repository nxtg-ai/forge-plugin (5 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,834 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.