setup-deploy

setup-deploy is a skill for Claude Code, Codex from evgenii-studitskikh/Claude-Code-SaaS-Studio. It costs 43 tokens per session (672 once invoked), scanned A, original, MIT.

A guided setup for deploying a project to Vercel and adding GitHub Actions checks. Vercel hosts web projects, while GitHub Actions runs automated checks when code changes.

In plain words
What is it for?
It is for linking a Vercel project, configuring development, preview, and production variables, and creating lint, type-check, and build jobs.
Why use it?
It connects deployment settings, environment variables, and checks before changes are merged, while requiring approval before files or commands are changed.

Skill for Claude CodeCodex

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/evgenii-studitskikh/claude-code-saas-studio/setup-deploy
Any agent
npx skills add evgenii-studitskikh/Claude-Code-SaaS-Studio --skill setup-deploy
Clone the repo
git clone --depth 1 https://github.com/evgenii-studitskikh/Claude-Code-SaaS-Studio

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/setup-deploy.svg)](https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/setup-deploy)
Your own site
<a href="https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/setup-deploy"><img src="https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/setup-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 672 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.00043 $0.00672
Opus 5 $0.00022 $0.00336
Sonnet 5 $0.00009 $0.00134
Haiku 4.5 $0.00004 $0.00067

Measured 4d ago against content hash 1c9a3113a253, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

setup-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 4d 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/setup-deploy/SKILL.md · 23 lines

How it starts

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

Configure the project for production deployment on Vercel and add a GitHub Actions CI pipeline that catches regressions before merge. Non-autonomous: the full configuration plan is presented and approved before any files are written or CLI commands are run.

Phases

  1. Check prerequisites — verify the Vercel CLI is installed (vercel --version) and the user is logged in (vercel whoami). Check that a GitHub remote exists (git remote -v). Confirm the target Vercel team/org and project name. If any prerequisite is missing, provide the exact setup command and wait for the user to resolve it.
  2. Present the deployment plan — describe what will be done: (a) vercel link to create or connect the Vercel project, (b) environment variable wiring for development, preview, and production environments using the keys from .env.example, (c) a GitHub Actions workflow file at .github/workflows/ci.yml with lint, typecheck, and build jobs. Show the proposed workflow YAML verbatim for approval before writing.
  3. Write the CI workflow — write .github/workflows/ci.yml with three jobs: lint (runs eslint), typecheck (runs tsc --noEmit), and build (runs next build). Use actions/checkout@v4, actions/setup-node@v4 with node-version-file: .nvmrc or package.json engines. Cache node_modules with actions/cache. Show the file before writing.
  4. Configure Vercel project — run vercel link (non-interactive if possible), then walk the user through setting each required environment variable in Vercel for each environment. Provide the exact vercel env add commands; the user must supply the actual secret values — never prompt the user to paste secrets into the conversation.
  5. Verify CI — present the exact git commit and git push commands that will be run (including branch name and commit message) and wait for the user's explicit approval before executing either. Only after approval: commit the workflow file, push to a branch, and confirm the GitHub Actions run appears. If it fails, diagnose and propose a fix. Honor the review intensity: under full, walk through each configuration step for sign-off; under lean, get a single confirmation before running commands; under solo, proceed and summarize after.
  6. Next step — point to /launch-checklist as the final gate before going live.

Read the full file on GitHub · 23 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. 4d ago First seen · 23 lines · 43 tokens per session scan A 1c9a3113a253

Subscribe to this mod's changes

setup-deploy is a skill published in the GitHub repository evgenii-studitskikh/Claude-Code-SaaS-Studio (1 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 672 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

cc-devops-skills

SRE, DevOps, Kubernetes, CI/CD, PromQL, Terraform, Docker, and incident operations playbook for building reliable delivery and operations workflows.

seaworld008/Commonly-used-high-value-skills · 37 tokens

factory-deployment

Deployment and infrastructure conventions across builds. Vercel + Neon for web (with PR branch DBs), Cloud Run for Python services (one service per entry-point variant), GitHub Actions matrix-deploy on merge, Terraform with environments/modules layout for AWS / compliance customers, RDS IAM authentication for AWS DBs…

nonlinear-xyz/factory-kit · 108 tokens

devops

DevOps engineering conventions for team. CI/CD, infra-as-code, observability. Project conventions in .claude/conventions/devops.md override these defaults.

Pierry/harness-kit · 35 tokens

gitops-workflow

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.

tmolavi/mcp-agent-skills-hub · 46 tokens

atmos-hooks

Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.

cloudposse/atmos · 46 tokens

atmos-modernization

Atmos Modernization: migrate deprecated or legacy Atmos patterns to current names, Native CI, Atmos Pro drift detection, dependencies.components, nametemplate, and declared secrets.

cloudposse/atmos · 36 tokens