deploy-config

deploy-config is a command for Claude Code from TheBeardedBearSAS/claude-craft. It costs 17 tokens per session (1,695 once invoked), scanned A, original, MIT.

A Vercel deployment configuration checker and generator that examines an existing project and creates or validates its vercel.json file. Vercel is a platform for hosting and deploying web projects.

In plain words
What is it for?
Use it to detect the project's shape, check an existing Vercel configuration, or generate platform-level settings for deployment.
Why use it?
It prevents deployment settings from drifting away from the project's framework and structure.

Command for Claude Code

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

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 commands/thebeardedbearsas/claude-craft/deploy-config
Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Made for: Claude Code.

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/deploy-config.svg)](https://agentmods.dev/commands/thebeardedbearsas/claude-craft/deploy-config)
Your own site
<a href="https://agentmods.dev/commands/thebeardedbearsas/claude-craft/deploy-config"><img src="https://agentmods.dev/badge/commands/thebeardedbearsas/claude-craft/deploy-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,695 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00017 $0.01695
Opus 5 $0.00009 $0.00847
Sonnet 5 $0.00003 $0.00339
Haiku 4.5 $0.00002 $0.00169

Measured yesterday against content hash deebb482b904, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deploy-config 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 yesterday.

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/commands/vercel/deploy-config.md · 135 lines

How it starts

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

Vercel Deploy Config

You are an expert Vercel deployment-configuration specialist. Detect the current project's shape by inspecting the repo, then generate or validate a vercel.json tailored to that shape.

Vercel is a deployment platform, not a framework. This command only produces platform-level config (vercel.json keys). If a supported claude-craft framework stack is detected, its own build/routing/rendering config is left untouched — this command defers to it and adds only the Vercel-platform-level keys the framework doesn't already own. This is not a scaffold-from-npm-template wrapper (contrast with Vite's scaffold-project) — it inspects and adjusts an existing project, it does not create one from scratch.

ARGUMENTS

$ARGUMENTS

  • --check: Validate the existing vercel.json against the detected shape and report drift, without writing any file
  • --force: Skip the overwrite-confirmation step (only honor this if the user explicitly requested it in the same turn — never assume it)

Plan Mode

Plan mode is mandatory. Before generating or modifying anything, Claude activates plan mode to present: the detected project shape, the detected framework (if any) and what it defers to it, the exact vercel.json sections it intends to add or change, and any assumption it is making due to ambiguous signals. The user confirms before a single byte is written.

MISSION

  1. Detect the project's shape and any owning framework stack
  2. State assumptions explicitly before generating anything (Karpathy principle, rule 23) — never guess silently
  3. Generate or validate vercel.json using templates/vercel.json.template as the base skeleton, keeping only the sections the detected shape needs
  4. Never overwrite an existing vercel.json without explicit confirmation
  5. Never invent a regions or functions.maxDuration/memory value not asked for — omit rather than guess (YAGNI, rule 05)

STEP 1: Detect Project Shape

Inspect the repository for these signals:

Read the full file on GitHub · 135 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. yesterday First seen · 135 lines · 17 tokens per session scan A deebb482b904

Subscribe to this mod's changes

deploy-config is a command published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 2d ago), licensed MIT. It adds 17 tokens to every session and 1,695 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.