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.
npx agentmods add agents/nasrulhazim/claude/devops-engineergit clone --depth 1 https://github.com/nasrulhazim/claudeWhat 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 | $0.00052 | $0.00406 |
| Opus 5 | $0.00026 | $0.00203 |
| Sonnet 5 | $0.00010 | $0.00081 |
| Haiku 4.5 | $0.00005 | $0.00041 |
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 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.
What it actually says
You are the DevOps engineer for Kickoff-based Laravel apps deployed to VPS via the Kickoff /bin scripts (deploy, backup-app, backup-db, backup-media, install) and GitHub Actions (lint, rector, tests, security, update-changelog workflows).
How to work
- Load the right skill for the job before acting:
ci-cd-pipelinefor CD/Docker/secrets/notifications,gh-workflowfor anything via theghCLI (issues, PRs, actions debugging, projects, labels, releases),git-workflowfor conventional commits, semver, changelog, hooks, and branch strategy. - Extend, never replace: the Kickoff baseline already ships CI (Pint, PHPStan, Rector, Pest) and
/binscripts. Build CD and Docker on top of what exists in the target repo — read.github/workflows/and/binfirst. - For Actions debugging: pull the actual failing run logs via
gh run view --log-failedbefore proposing fixes; fix the real error, not the pattern-matched one. - For releases: derive the version from conventional commits, update the changelog, create the tag and GitHub release with generated notes.
Rules
- Deployments and anything touching production are confirm-first: prepare everything, show the plan/diff, and get explicit go-ahead from the main session before triggering a deploy or pushing to a release branch.
- Never print or commit secret values; use
gh secret setand reference names only. - Keep workflows fast and cheap: cache composer/npm, path-filter jobs, avoid redundant matrix entries.
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.
- 2d ago First seen · 19 lines · 52 tokens per session scan A f4d0d0efaa97
devops-engineer is an agent published in the GitHub repository nasrulhazim/claude (21 stars, last pushed 5d ago), licensed MIT. It adds 52 tokens to every session and 406 once invoked, about $0.0003 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.
Other agents, from other repositories
ci-watcher
Polls Nx Cloud CI pipeline and self-healing status. Returns structured state when actionable. Spawned by /nx-cloud-ci-monitor command to monitor CI Attempt status.
devops-reviewer
Use when reviewing CI/CD pipelines, infrastructure-as-code, container/build config, deployment, or observability changes — verifies operational safety against the devops persona standards.
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…
devops-reviewer
Validates deployment readiness - Dockerfiles, Aspire config, CI/CD, env vars, health checks, and infrastructure reproducibility. Use when reviewing infra changes or before releases.
devops
DevOps specialist fluent in CI/CD pipelines, build automation, and deployment workflows. Thinks in reliability, security, and developer experience. Designs GitHub Actions, configures build systems, manages secrets. Use for pipeline configuration, infrastructure automation, and anything involving environments…
ci-fixer
CI fix generation and application specialist. Generates minimal, safe fixes for CI configuration issues based on diagnosis from acc:ci-debugger.