devops

devops is a command for Claude Code from nWave-ai/nWave. It costs 24 tokens per session (2,705 once invoked), scanned A, original, MIT.

An infrastructure-planning command for preparing how software will be built, monitored, and deployed. CI/CD means automatically checking, building, and releasing code through a delivery pipeline.

In plain words
What is it for?
Use it to design CI/CD pipelines, deployment targets, infrastructure, logging, monitoring, and alerts before implementation and acceptance tests.
Why use it?
It helps prevent application work from reaching a platform that cannot build, observe, or run it reliably. It brings deployment, logging, monitoring, and alerting decisions into the design process.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Part of the nw plugin — 12 commands shipped together

Good fit Use it to design CI/CD pipelines, deployment targets, infrastructure, logging, monitoring, and alerts before implementation and acceptance tests.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/nwave-ai/nwave/devops
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.

Clone the repo
git clone --depth 1 https://github.com/nWave-ai/nWave

Made for: Claude Code.

Or install nw, the plugin that ships this one along with the rest of its 12 commands.

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

agentmods badge for devops

README.md
[![agentmods](https://agentmods.dev/badge/commands/nwave-ai/nwave/devops.svg)](https://agentmods.dev/commands/nwave-ai/nwave/devops)
Your own site
<a href="https://agentmods.dev/commands/nwave-ai/nwave/devops"><img src="https://agentmods.dev/badge/commands/nwave-ai/nwave/devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,705 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00024 $0.02705
Opus 5 $0.00012 $0.01352
Sonnet 5 $0.00005 $0.00541
Haiku 4.5 $0.00002 $0.00270

Measured yesterday against content hash 16fed511ead3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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.

plugins/nw/commands/devops.md · 251 lines

How it starts

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

NW-DEVOPS: Platform Readiness and Infrastructure Design

Wave: DEVOPS (wave 4 of 6) | Agent: Apex (nw-platform-architect) | Command: /nw-devops

Overview

Execute DEVOPS wave: platform readiness|CI/CD pipeline setup|observability design|infrastructure preparation. Positioned between DESIGN and DISTILL (DISCOVER > DISCUSS > SPIKE > DESIGN > DEVOPS > DISTILL > DELIVER), ensures infrastructure is ready before acceptance tests and code.

Apex translates DESIGN architecture decisions into operational infrastructure: CI/CD pipelines|logging|monitoring|alerting|observability.

Interactive Decision Points

Before proceeding, the orchestrator asks:

Decision 1: Deployment Target

Question: What is the deployment target? Options:

  1. Cloud-native -- AWS, GCP, Azure managed services
  2. On-premise -- self-hosted infrastructure
  3. Hybrid -- mix of cloud and on-premise
  4. Edge -- distributed edge deployment
  5. Other -- user provides custom input

Decision 2: Container Orchestration

Question: Container orchestration approach? Options:

  1. Kubernetes -- full orchestration
  2. Docker Compose -- lightweight container management
  3. Serverless -- function-as-a-service, no containers
  4. None -- bare metal or VM-based deployment

Decision 3: CI/CD Platform

Question: CI/CD platform preference? Options:

  1. GitHub Actions
  2. GitLab CI
  3. Jenkins
  4. Azure DevOps
  5. Other -- user provides custom input

Decision 4: Existing Infrastructure

Question: Is there existing infrastructure or CI/CD to integrate with? Options:

  1. Yes, both -- describe existing infrastructure and CI/CD (user provides details)
  2. Existing infra only -- infrastructure exists, CI/CD is greenfield
  3. Existing CI/CD only -- CI/CD exists, infrastructure is greenfield
  4. No -- greenfield, design everything from scratch

Decision 5: Observability and Logging

Question: What observability and logging approach? Options:

  1. Prometheus + Grafana (metrics) with structured JSON logs
  2. Datadog (full-stack observability including logs)
  3. ELK stack (Elasticsearch, Logstash, Kibana for logs and metrics)
  4. OpenTelemetry (vendor-agnostic telemetry) with provider of choice
  5. CloudWatch (AWS-native metrics and logging)
  6. Custom -- user provides details
  7. None -- defer observability setup

Read the full file on GitHub · 251 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. yesterday First seen · 251 lines · 24 tokens per session scan A 16fed511ead3

Subscribe to this mod's changes

devops is a command published in the GitHub repository nWave-ai/nWave (608 stars, last pushed 2d ago), licensed MIT. It adds 24 tokens to every session and 2,705 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-09-06.