deploy

deploy is a command for Claude Code from terrene-foundation/kailash-coc-claude-py. It costs 23 tokens per session (2,492 once invoked), scanned A, original, Apache-2.0.

A command for shipping application code to a production environment such as containers, edge functions, virtual machines, Kubernetes, or mobile stores. It also supports setup and deployment-readiness checks.

In plain words
What is it for?
Creating deployment configuration, checking for deployment drift, and deploying an application to its target environment.
Why use it?
It separates the authorization to release from the actual act of deploying, helping teams verify configuration before code is shipped.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Creating deployment configuration, checking for deployment drift, and deploying an application to its target environment.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/terrene-foundation/kailash-coc-claude-py/deploy
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/terrene-foundation/kailash-coc-claude-py

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 deploy

README.md
[![agentmods](https://agentmods.dev/badge/commands/terrene-foundation/kailash-coc-claude-py/deploy/github.svg)](https://agentmods.dev/commands/terrene-foundation/kailash-coc-claude-py/deploy)
Your own site
<a href="https://agentmods.dev/commands/terrene-foundation/kailash-coc-claude-py/deploy"><img src="https://agentmods.dev/badge/commands/terrene-foundation/kailash-coc-claude-py/deploy/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 deploy

Your own site · 80×15
<a href="https://agentmods.dev/commands/terrene-foundation/kailash-coc-claude-py/deploy"><img src="https://agentmods.dev/badge/commands/terrene-foundation/kailash-coc-claude-py/deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 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,492 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.00023 $0.02492
Opus 5 $0.00012 $0.01246
Sonnet 5 $0.00005 $0.00498
Haiku 4.5 $0.00002 $0.00249

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

Security

Grade A, and why

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

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • deploy — 89% identical, 46 lines differ
.claude/commands/deploy.md · 142 lines

How it starts

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

/deploy - Application Deployment

For applications that ship code to running environments (containers, edge functions, VMs, k8s, mobile stores). Driven by deploy/deployment-config.md.

Relationship to /release (USE application repos): /release is the sixth COC phase — the authorization gate confirming readiness (redteam convergence + codify complete + tests + security review + deployment-config readiness). /deploy is the mechanism that ships the application to its target environment AFTER /release authorizes. Sequence: /redteam/codify/release (authorize) → /deploy (ship).

Different meaning on BUILD/SDK repos: on a BUILD repo (deploy/deployment-config.md::type: sdk), /release is the SDK publishing command — bumps versions, tags, publishes to PyPI / crates.io / npm. /deploy is not applicable on SDK repos; if invoked, this command redirects to /release.

Mode Detection

/deploy            → Execute mode
/deploy --check    → Check mode (drift detection only, no deploy)
/deploy --onboard  → Onboard mode (create deployment-config.md)

If deploy/deployment-config.md does NOT exist → Onboard Mode

Run the application deployment onboarding process. See skills/10-deployment-git/application-deployment.md.

  1. Detect platform — read repo for clues: Dockerfile, vercel.json, fly.toml, app.yaml, kubernetes/, azure-pipelines.yml, containerapps/, Procfile, native binaries
  2. Ask the human — what platform, what deploy command, what counts as "production code", how to query current deployed state, staging required?
  3. Research current best practices — web search for platform-specific deploy patterns (Container Apps revisions, Fly machines, Cloud Run revisions, etc.). Do NOT rely on encoded knowledge — cloud platform CLIs change frequently.
  4. Create deploy/deployment-config.md — see schema in skills/10-deployment-git/application-deployment.md
  5. STOP — present to human for review

Read the full file on GitHub · 142 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. 6d ago First seen · 142 lines · 23 tokens per session scan A 25d3e10183c0

Subscribe to this mod's changes

deploy is a command published in the GitHub repository terrene-foundation/kailash-coc-claude-py (12 stars, last pushed 22d ago), licensed Apache-2.0. It adds 23 tokens to every session and 2,492 once invoked, about $0.0001 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-09-03.