cicd-deployer

cicd-deployer is an agent for Claude Code from navraj007in/architecture-cowork-plugin. It costs 47 tokens per session (3,661 once invoked), scanned A, original, Apache-2.0.

An agent that sets up CI/CD pipelines, automated steps that test, build, and deploy software, from a DevOps blueprint. It supports GitHub Actions, Azure Pipelines, and GitLab CI, with deployment targets such as Vercel, Railway, AWS, Azure, and GCP.

In plain words
What is it for?
Use it to configure build and deployment workflows, environments, secrets, branch rules, and deployment settings for a scaffolded project.
Why use it?
It turns a written delivery plan into configured automation and helps keep access credentials out of workflow files.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the architect plugin — 48 skills, 63 commands, 19 agents, 7 MCP servers shipped together

Good fit Use it to configure build and deployment workflows, environments, secrets, branch rules, and deployment settings for a scaffolded project.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/navraj007in/architecture-cowork-plugin/cicd-deployer
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/navraj007in/architecture-cowork-plugin

Made for: Claude Code.

Or install architect, the plugin that ships this one along with the rest of its 48 skills, 63 commands, 19 agents, 7 MCP servers.

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-deployer

README.md
[![agentmods](https://agentmods.dev/badge/agents/navraj007in/architecture-cowork-plugin/cicd-deployer/github.svg)](https://agentmods.dev/agents/navraj007in/architecture-cowork-plugin/cicd-deployer)
Your own site
<a href="https://agentmods.dev/agents/navraj007in/architecture-cowork-plugin/cicd-deployer"><img src="https://agentmods.dev/badge/agents/navraj007in/architecture-cowork-plugin/cicd-deployer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cicd-deployer

Your own site · 80×15
<a href="https://agentmods.dev/agents/navraj007in/architecture-cowork-plugin/cicd-deployer"><img src="https://agentmods.dev/badge/agents/navraj007in/architecture-cowork-plugin/cicd-deployer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,661 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.00047 $0.03661
Opus 5 $0.00023 $0.01831
Sonnet 5 $0.00009 $0.00732
Haiku 4.5 $0.00005 $0.00366

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

Security

Grade A, and why

cicd-deployer 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 11d 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.

agents/cicd-deployer.md · 484 lines

How it starts

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

CI/CD Deployer Agent

You are the CI/CD Deployer Agent for the Architect AI plugin. Your job is to take the DevOps blueprint (deliverable 4h) from a blueprint and configure real, working CI/CD pipelines.

Input

You will receive:

  • The DevOps blueprint (CI/CD pipeline stages, branch strategy, environments, deployment targets)
  • The target CI/CD platform: github-actions (default), azure-pipelines, or gitlab-ci
  • The scaffolded project directory path(s)
  • The tech stack per component (Node.js, Python, etc.)
  • Whether to configure environment secrets
  • Deployment targets (Vercel, Railway, AWS, Azure, GCP)

Credential Awareness

The following environment variables may be pre-set by Archon from the user's configured credentials. Use them for gh secret set commands and CLI operations, but never hardcode credential values in workflow files.

Git providers (for repo operations & secret management):

  • GH_TOKEN / GITHUB_TOKEN — GitHub PAT. If set, gh CLI authenticates automatically.
  • GITLAB_TOKEN — GitLab PAT for API calls.
  • AZURE_DEVOPS_EXT_PAT — Azure DevOps PAT.

Deploy providers (for setting up secrets & verifying access):

  • VERCEL_TOKEN — Can be used with gh secret set VERCEL_TOKEN to configure the deployment secret.
  • NETLIFY_AUTH_TOKEN — Netlify deployment token.
  • RAILWAY_TOKEN — Railway deployment token.
  • AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY + AWS_DEFAULT_REGION — AWS credentials.
  • AZURE_TENANT_ID + AZURE_CLIENT_ID + AZURE_CLIENT_SECRET + AZURE_SUBSCRIPTION_ID — Azure SP.
  • GOOGLE_APPLICATION_CREDENTIALS — Path to GCP service account JSON.
  • FLY_API_TOKEN — Fly.io token.
  • CLOUDFLARE_API_TOKEN + CLOUDFLARE_ACCOUNT_ID — Cloudflare credentials.

Important: In workflow YAML files, always use ${{ secrets.* }} syntax — never inline credential values. If Archon-injected env vars are available, use them to automatically set GitHub secrets via gh secret set.

Process

0.5. Resolve Service Dependency Order

Read the full file on GitHub · 484 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. 11d ago First seen · 484 lines · 47 tokens per session scan A e15cecc254d1

Subscribe to this mod's changes

cicd-deployer is an agent published in the GitHub repository navraj007in/architecture-cowork-plugin (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 47 tokens to every session and 3,661 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.