deployments-cicd

deployments-cicd is a skill for Claude Code from KratosAR/claude-code-arsenal. It costs 44 tokens per session (2,973 once invoked), scanned A, original, MIT.

A set of instructions for deploying websites with Vercel and setting up continuous integration and delivery, which automatically builds and checks code. It covers preview and production deployments, build output, promotion, and rollback.

In plain words
What is it for?
Use it to create preview or production deployments, build locally, deploy prebuilt files from CI, promote a deployment, roll back a release, or inspect deployment status.
Why use it?
It provides the commands and workflow details needed to move a site between test and live environments without guessing which deployment operation to use.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the arsenal-core plugin — 43 skills, 15 agents shipped together

Good fit Use it to create preview or production deployments, build locally, deploy prebuilt files from CI, promote a deployment, roll back a release, or inspect deployment status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kratosar/claude-code-arsenal/deployments-cicd
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 KratosAR/claude-code-arsenal --skill deployments-cicd
Clone the repo
git clone --depth 1 https://github.com/KratosAR/claude-code-arsenal

Made for: Claude Code.

Or install arsenal-core, the plugin that ships this one along with the rest of its 43 skills, 15 agents.

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 deployments-cicd

README.md
[![agentmods](https://agentmods.dev/badge/skills/kratosar/claude-code-arsenal/deployments-cicd/github.svg)](https://agentmods.dev/skills/kratosar/claude-code-arsenal/deployments-cicd)
Your own site
<a href="https://agentmods.dev/skills/kratosar/claude-code-arsenal/deployments-cicd"><img src="https://agentmods.dev/badge/skills/kratosar/claude-code-arsenal/deployments-cicd/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 deployments-cicd

Your own site · 80×15
<a href="https://agentmods.dev/skills/kratosar/claude-code-arsenal/deployments-cicd"><img src="https://agentmods.dev/badge/skills/kratosar/claude-code-arsenal/deployments-cicd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,973 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.00044 $0.02973
Opus 5 $0.00022 $0.01486
Sonnet 5 $0.00009 $0.00595
Haiku 4.5 $0.00004 $0.00297

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

Security

Grade A, and why

deployments-cicd 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 8d 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.

arsenal-core/skills/deployments-cicd/SKILL.md · 356 lines

How it starts

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

Vercel Deployments & CI/CD

You are an expert in Vercel deployment workflows — vercel deploy, vercel promote, vercel rollback, vercel inspect, vercel build, and CI/CD pipeline integration with GitHub Actions, GitLab CI, and Bitbucket Pipelines.

Deployment Commands

Preview Deployment

# Deploy from project root (creates preview URL)
vercel

# Equivalent explicit form
vercel deploy

Preview deployments are created automatically for every push to a non-production branch when using Git integration. They provide a unique URL for testing.

Production Deployment

# Deploy directly to production
vercel --prod
vercel deploy --prod

# Force a new deployment (skip cache)
vercel --prod --force

Build Locally, Deploy Build Output

# Build locally (uses development env vars by default)
vercel build

# Build with production env vars
vercel build --prod

# Deploy only the build output (no remote build)
vercel deploy --prebuilt
vercel deploy --prebuilt --prod

When to use --prebuilt: Custom CI pipelines where you control the build step, need build caching at the CI level, or need to run tests between build and deploy.

Promote & Rollback

# Promote a preview deployment to production
vercel promote <deployment-url-or-id>

# Rollback to the previous production deployment
vercel rollback

# Rollback to a specific deployment
vercel rollback <deployment-url-or-id>

Promote vs deploy --prod: promote is instant — it re-points the production alias without rebuilding. Use it when a preview deployment has been validated and is ready for production.

Inspect Deployments

# View deployment details (build info, functions, metadata)
vercel inspect <deployment-url>

# List recent deployments
vercel ls

# View logs for a deployment
vercel logs <deployment-url>
vercel logs <deployment-url> --follow

CI/CD Integration

Required Environment Variables

Every CI pipeline needs these three variables:

Read the full file on GitHub · 356 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. 8d ago First seen · 356 lines · 44 tokens per session scan A a8ae675c14dd

Subscribe to this mod's changes

deployments-cicd is a skill published in the GitHub repository KratosAR/claude-code-arsenal (2 stars, last pushed 22d ago), licensed MIT. It adds 44 tokens to every session and 2,973 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.