production-deploy

production-deploy is a skill for Claude Code from vignesh2027/claude-best-practice. It costs 35 tokens per session (242 once invoked), scanned A, original, no licence file.

A deployment workflow for releasing software to production, the live environment used by customers. It also covers failed releases, health checks, and rollbacks.

In plain words
What is it for?
Use it to deploy a version, take an application live, check its health after release, handle deployment failures, or roll back.
Why use it?
It provides guidance for the steps around putting a new version live and recovering when a release causes problems.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add skills/vignesh2027/claude-best-practice/deploy
Any agent
npx skills add vignesh2027/claude-best-practice --skill deploy
Clone the repo
git clone --depth 1 https://github.com/vignesh2027/claude-best-practice

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 production-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/vignesh2027/claude-best-practice/deploy.svg)](https://agentmods.dev/skills/vignesh2027/claude-best-practice/deploy)
Your own site
<a href="https://agentmods.dev/skills/vignesh2027/claude-best-practice/deploy"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-best-practice/deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 242 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00035 $0.00242
Opus 5 $0.00017 $0.00121
Sonnet 5 $0.00007 $0.00048
Haiku 4.5 $0.00003 $0.00024

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

Security

Grade A, and why

production-deploy 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 5d 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/skills/deploy/SKILL.md · 55 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 55 lines · 35 tokens per session scan A 7aab99884caf

Subscribe to this mod's changes

production-deploy is a skill published in the GitHub repository vignesh2027/claude-best-practice (5 stars, last pushed 7d ago), with no licence file. It adds 35 tokens to every session and 242 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

deploy-npm

Release an npm package: version, CHANGELOG, publish, verify. Use when "publish this package", "release to npm", or "ship a new npm version". Running-app production deploy → workflow-ship-and-observe.

kensaurus/cursor-kenji · 50 tokens

codex-changelog

This skill should be used when the user asks to check for new Codex CLI (codex-cli) releases, "what changed in Codex", "any Codex updates", "check codex releases", "diff the codex version", or wants Codex CLI releases reviewed for changes relevant to THIS repo's Codex bridge. Reads a locally-stored last-checked…

zeikar/hyperclaude · 129 tokens

pwp-deploy

Deployment protocol — safe, observable, reversible releases from main to production. Use this skill whenever the user is deploying, releasing, shipping, or pushing to production. Also use when they say 'deploy this', 'ship it', 'push to production', 'release', 'go live', 'pre-deploy check', 'rollback', 'feature…

shandar/pwp-plugin · 119 tokens

git-hygiene

Execute explicitly requested version-control mutations safely, including staging, commits, branches, merges, rebases, conflict resolution, undo operations, and pull-request preparation. Always use before force push, reset, clean, history rewrite, or deletion. Do not trigger for read-only status, diff, log, blame, or…

adityaarakeri/senior-agent-skills · 76 tokens

devops-pipeline

Release engineering including deployment strategies, feature flags, canary releases, blue-green deployments, and rollback procedures. Trigger for release processes, feature flag implementation, or deployment strategy design.

FutureJJ/claude-skills · 40 tokens

golden-chat-topics

Use when testing the goldenchattopics golden build.

yusufkaraaslan/Skill_Seekers · 15 tokens