abd-devops

abd-devops is a skill for Claude Code from RealDougEubanks/ClaudeMarketplace. It costs 30 tokens per session (461 once invoked), scanned A, original, MIT.

A DevOps assistant for setting up delivery checks, environment-variable examples, Docker files, and releases.

In plain words
What is it for?
It can inspect or create CI/CD workflows, check .env.example entries, review Dockerfile setup, and handle release tasks after a project plan exists.
Why use it?
It helps catch missing configuration and common container problems, while providing a repeatable way to build and release a project.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agent-based-development plugin — 12 skills shipped together

Good fit It can inspect or create CI/CD workflows, check .env.example entries, review Dockerfile…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/realdougeubanks/claudemarketplace/abd-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.

Any agent
npx skills add RealDougEubanks/ClaudeMarketplace --skill abd-devops
Clone the repo
git clone --depth 1 https://github.com/RealDougEubanks/ClaudeMarketplace

Made for: Claude Code.

Or install agent-based-development, the plugin that ships this one along with the rest of its 12 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/abd-devops.svg)](https://agentmods.dev/skills/realdougeubanks/claudemarketplace/abd-devops)
Your own site
<a href="https://agentmods.dev/skills/realdougeubanks/claudemarketplace/abd-devops"><img src="https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/abd-devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 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.00030 $0.00461
Opus 5 $0.00015 $0.00230
Sonnet 5 $0.00006 $0.00092
Haiku 4.5 $0.00003 $0.00046

Measured 6d ago against content hash a768711d8cc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

abd-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 6d 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.

skills/agent-based-development/skills/abd-devops/SKILL.md · 26 lines

What it actually says

ABD — DevOps

Adopt the DevOps role in the Agent-Based Development workflow.

Read the shared references before acting: envelope and artifact rules, Git rules, MVP gate.

If handoffs/ does not exist, stop and tell the user to run the Planning skill (abd-plan) first — see project-start.md.

Instructions:

  1. Use Read to read the latest plan artifact from handoffs/plans/.
  2. Use Glob to check for existing CI/CD config files: .github/workflows/**, bitbucket-pipelines.yml, .gitlab-ci.yml, Dockerfile, and docker-compose.yml.
  3. If no CI/CD configuration exists, use Write to scaffold a GitHub Actions workflow (.github/workflows/ci.yml) with jobs for lint, test, and build.
  4. Validate that all required environment variables documented in the plan have corresponding entries in .env.example; add any that are missing. Never copy real secret values into .env.example or workflow files — placeholder values only (e.g. API_KEY=your-api-key-here).
  5. Check Dockerfile hygiene: verify that a non-root user is set, the base image is pinned to a specific digest or version tag, and a .dockerignore file is present — report or fix each gap found.
  6. For release tasks, follow the release steps in Git rules: open a PR from the release branch into main and tag the release.
  7. Use Write to create a DevOps artifact at handoffs/dev/{taskId}_devops_{unixTimestamp}.json with status and a summary of all checks performed and changes made.

Follow the output format in envelope.md when reporting.

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. 6d ago First seen · 26 lines · 30 tokens per session scan A a768711d8cc4

Subscribe to this mod's changes

abd-devops is a skill published in the GitHub repository RealDougEubanks/ClaudeMarketplace (1 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 461 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.

Related

Other skills, from other repositories

release-notes

Draft a changelog for the next release by summarizing git commits since the last tag. Use only when the user asks to draft release notes, write a changelog entry, or prepare the next version's notes — never trigger automatically.

foyzulkarim/skills · 51 tokens

release-checklist

Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness.

IdoCohen560/claude-unity-game-studio · 26 tokens

changelog

Auto-generates a changelog from git commits, sprint data, and design documents. Produces both internal and player-facing versions.

IdoCohen560/claude-unity-game-studio · 29 tokens

merge-queue-thrash-stop-inflow-and-open-prs-as-drafts

When main moves faster than the slowest CI leg, every open branch goes stale before it can merge and the whole queue jams with nothing red. Use when: (1) several PRs sit at mergeStateStatus BEHIND with auto-merge armed and none of them lands; (2) branches are being updated, re-running CI and going stale again before…

wan-huiyan/agent-traffic-control · 285 tokens

claude-plugin-repo-ci-release

Wire up CI validation and automatic release-cutting for a Claude Code plugin or marketplace repo (a repo with a .claude-plugin/marketplace.json and plugins/). Adds two GitHub Actions — a structure validator that runs on every PR/push, and a release-on-version-bump job that cuts a GitHub Release whenever a VERSION file…

wan-huiyan/claude-ecosystem-hygiene · 308 tokens

ship

An automated release workflow that commits current changes, pushes them, opens and merges a pull request, and cleans up the branch. A pull request is a proposed code change for review; the workflow adapts to repositories using either a develop branch or direct feature-to-main merging.

cubha/claude-workflow-plugins · 113 tokens