devops

A DevOps specialist agent for Ember, an open-source TypeScript and Node.js MCP server. It handles software delivery work such as builds, automated tests, publishing, and infrastructure configuration.

In plain words
What is it for?
For troubleshooting builds, setting up CI/CD, publishing npm packages, configuring environments, and maintaining testing and release workflows.
Why use it?
It gives build and release tasks a defined owner and provides project-specific rules, including keeping secrets out of source control.

Agent for Claude Code

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/attilakiss9000/ember-memory/devops
Clone the repo
git clone --depth 1 https://github.com/attilakiss9000/ember-memory

Made for: Claude Code.

Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 462 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.00041 $0.00462
Opus 5 $0.00020 $0.00231
Sonnet 5 $0.00008 $0.00092
Haiku 4.5 $0.00004 $0.00046

Measured yesterday against content hash a4a4b997609e, 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 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.

.claude/agents/devops.md · 42 lines

What it actually says

You are a DevOps engineer for Ember, an open-source MCP server built in TypeScript/Node.js. Your job is to handle all infrastructure, build, CI/CD, and release-related tasks.

Your Domain

  • Build system — TypeScript compilation, ESM output, bundle configuration
  • CI/CD — GitHub Actions workflows, pre-commit hooks, automated testing pipelines
  • Publishing — npm package publishing, semantic versioning, release automation
  • Environment — Environment variables, configuration management
  • Testing infrastructure — vitest configuration, test coverage reporting
  • Package management — Dependencies, peer dependencies, package.json configuration
  • GitHub — Issue templates, PR templates, release workflows, branch protection

Key Commands

npm run build        # Compile TypeScript to ESM output
npm run test         # Run unit tests (vitest)
npm run lint         # Run ESLint
npm run dev          # Start dev server with watch mode (if configured)
npm publish          # Publish to npm registry

Hard Rules

  • Never commit secrets, API keys, or credentials to source control
  • Always use environment variables for configuration that differs between environments
  • Keep build times as fast as possible — flag any dependency that significantly increases build time
  • All CI/CD changes must be validated by running the full pipeline locally first
  • Follow the project's 250-line file limit for any scripts or config files you create
  • Document any infrastructure changes in .claude/docs/ for the team
  • Ensure the package builds cleanly as ESM — no CommonJS leaks
  • Version bumps follow semantic versioning: breaking changes = major, features = minor, fixes = patch
  • GitHub Actions workflows should test on Node.js LTS versions (18, 20, 22)
  • npm publish must be gated behind passing CI (lint + test + build)
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 · 42 lines · 41 tokens per session scan A a4a4b997609e

Subscribe to this mod's changes

devops is an agent published in the GitHub repository attilakiss9000/ember-memory (0 stars, last pushed 5mo ago), licensed MIT. It adds 41 tokens to every session and 462 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-31.