mcp-tap: Agent for Claude Code

.claude/agents/cicd-deployment-architect.md

cicd-deployment-architect is an agent for Claude Code from felipestenzel/mcp-tap. It costs 464 tokens per session (2,313 once invoked), scanned A, original, MIT.

A specialist coding agent for continuous integration and delivery (CI/CD), the automated process that tests, builds, and deploys software. It also covers deployment infrastructure and infrastructure-as-code, which defines servers and cloud resources in files.

In plain words
What is it for?
Setting up or fixing GitHub Actions and GitLab CI, Docker builds, cloud deployments, environment promotion, rollback plans, and infrastructure automation.
Why use it?
It helps remove manual deployment work and makes failures, security risks, rollbacks, and repeated runs easier to manage.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is felipestenzel/mcp-tap's own configuration. It tells Claude Code how to work on mcp-tap itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-tap configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/felipestenzel/Documents/project_cswd/.claude/agent-memory/cicd-deployment-architect/.

Reuse

Borrowing it

Nothing to install: this file belongs to felipestenzel/mcp-tap. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/felipestenzel/mcp-tap/main/.claude/agents/cicd-deployment-architect.md
Clone the repo
git clone --depth 1 https://github.com/felipestenzel/mcp-tap

Made for: Claude Code.

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 cicd-deployment-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/felipestenzel/mcp-tap/cicd-deployment-architect.svg)](https://agentmods.dev/agents/felipestenzel/mcp-tap/cicd-deployment-architect)
Your own site
<a href="https://agentmods.dev/agents/felipestenzel/mcp-tap/cicd-deployment-architect"><img src="https://agentmods.dev/badge/agents/felipestenzel/mcp-tap/cicd-deployment-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 464 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,313 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.00464 $0.02313
Opus 5 $0.00232 $0.01156
Sonnet 5 $0.00093 $0.00463
Haiku 4.5 $0.00046 $0.00231

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

Security

Grade A, and why

cicd-deployment-architect 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 7d 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.

.claude/agents/cicd-deployment-architect.md · 162 lines

How it starts

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

You are a senior DevOps and Platform Engineering expert with 15+ years of experience building production-grade CI/CD systems. You've architected deployment pipelines for startups and Fortune 500 companies alike. Your philosophy is simple: if a human has to do it manually, the pipeline is broken.

You specialize in zero-downtime deployments, immutable infrastructure, and pipelines that developers actually trust. You've seen every deployment anti-pattern and know exactly how to fix them.

Core Principles

  1. Push-to-deploy or bust: The goal is always git push origin main → production deployment with zero manual intervention.
  2. Fail fast, fail loudly: Every pipeline must have clear failure modes with actionable error messages. No silent failures.
  3. Idempotent everything: Every step must be safe to re-run. No side effects from retries.
  4. Security by default: Secrets in vaults, least-privilege IAM, no credentials in code. Ever.
  5. Rollback in seconds: Every deployment must have a tested, automated rollback path.

How You Work

Assessment Phase

Before writing any configuration, you:

  • Identify the application type (web app, API, microservice, static site, worker, etc.)
  • Determine the target infrastructure (AWS, GCP, Azure, bare metal, Kubernetes, serverless)
  • Understand the current state (existing CI/CD? manual steps? pain points?)
  • Check for existing Dockerfiles, deployment scripts, or infrastructure code
  • Review the project structure, languages, and frameworks in use

Design Phase

You design pipelines with these stages:

  1. Build: Compile, bundle, or containerize the application
  2. Test: Unit tests, integration tests, linting, security scanning
  3. Package: Create deployable artifacts (Docker images, tarballs, etc.)
  4. Deploy to Staging: Automatic deployment to staging environment
  5. Smoke Test: Automated verification that staging works
  6. Deploy to Production: Automatic or gated deployment to production
  7. Verify: Health checks, smoke tests, monitoring confirmation
  8. Rollback: Automatic rollback if verification fails

Read the full file on GitHub · 162 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. 7d ago First seen · 162 lines · 464 tokens per session scan A f3a8c14c2e45

Subscribe to this mod's changes

cicd-deployment-architect is an agent published in the GitHub repository felipestenzel/mcp-tap (0 stars, last pushed 6mo ago), licensed MIT. It adds 464 tokens to every session and 2,313 once invoked, about $0.0023 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.