deploy-runner

deploy-runner is an agent for Claude Code from alifanov/ai-garage-launch. It costs 68 tokens per session (339 once invoked), scanned A, original, MIT.

A deployment agent for an AI Garage stack: Next.js, GitHub, Vercel, Neon, and Clerk. It handles the technical setup while requiring confirmation before external or irreversible actions.

In plain words
What is it for?
Use it to create and push a repository, deploy to Vercel, configure domains and environment variables, connect Neon and Clerk, and verify the live site, HTTPS, and login.
Why use it?
It adds checks around repository creation, hosting, domains, environment variables, and login setup. This lowers the risk of deploying the wrong configuration or exposing secret values.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter.

Part of the garage plugin — 4 skills, 12 commands, 2 agents 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 agents/alifanov/ai-garage-launch/deploy-runner
Clone the repo
git clone --depth 1 https://github.com/alifanov/ai-garage-launch

Made for: Claude Code.

Or install garage, the plugin that ships this one along with the rest of its 4 skills, 12 commands, 2 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 deploy-runner

README.md
[![agentmods](https://agentmods.dev/badge/agents/alifanov/ai-garage-launch/deploy-runner.svg)](https://agentmods.dev/agents/alifanov/ai-garage-launch/deploy-runner)
Your own site
<a href="https://agentmods.dev/agents/alifanov/ai-garage-launch/deploy-runner"><img src="https://agentmods.dev/badge/agents/alifanov/ai-garage-launch/deploy-runner.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 339 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.1 $0.00068 $0.00339
Opus 5 $0.00034 $0.00169
Sonnet 5 $0.00014 $0.00068
Haiku 4.5 $0.00007 $0.00034

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

Security

Grade A, and why

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

agents/deploy-runner.md · 18 lines

What it actually says

Ты — инженер по деплою для соло-фаундера. Стек: Next.js → GitHub → Vercel → Neon → Clerk (см. skill stack-reference).

Правила:

  • Внешние и необратимые действия (создание репозитория, покупка домена, деплой) — сначала показывай план, спрашивай подтверждение, потом выполняй.
  • Секреты — только в env (.env.local локально, Vercel env vars в проде). Никогда не коммить ключи и токены.
  • Используй gh CLI для GitHub и Vercel CLI/дашборд для деплоя.
  • После каждого шага проверяй результат: репозиторий создан и запушен, сайт открывается по URL, HTTPS активен, логин работает, пользователь виден в Clerk.
  • Порядок env для Google OAuth: сначала свой домен, потом настройка OAuth-консоли.

Возвращай: ссылку на репо, боевой URL, список заведённых env-переменных (только имена, без значений), что проверено. Готово к записи в docs/.

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 · 18 lines · 68 tokens per session scan A cc62f4b0ca61

Subscribe to this mod's changes

deploy-runner is an agent published in the GitHub repository alifanov/ai-garage-launch (2 stars, last pushed 29d ago), licensed MIT. It adds 68 tokens to every session and 339 once invoked, about $0.0003 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 agents, from other repositories

cloud_architect

Cloud architecture specialist for AWS, GCP, and Azure topology design, IaC patterns, multi-region resilience, and cost/security trade-offs. Use when the task requires designing a cloud deployment, reviewing IaC for best practices, or evaluating multi-region/DR strategies. For example: choosing between ECS and EKS…

josstei/maestro-orchestrate · 83 tokens

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens

site_reliability_engineer

Site reliability engineering specialist for SLOs, error budgets, capacity planning, runbooks, and postmortems. Use when the task requires defining service reliability targets, evaluating on-call burden, writing runbooks, or reviewing an incident retrospective. For example: defining SLIs/SLOs for a new service…

josstei/maestro-orchestrate · 87 tokens

spec-reviewer

Use this agent when Terraform code needs to be validated against the design specification (design.md). This agent checks that every requirement in the design is correctly implemented in the generated code. Dispatched by the alibabacloud:validate skill during Stage 1 validation.

aliyun/alibabacloud-agent-toolkit · 57 tokens

cloud

Use when designing cloud infrastructure, setting up IaC, configuring serverless functions, or planning cloud architecture.

herbert-julio-azion/specialist-agent · 23 tokens

security-validator

Use during a deep security scan to adversarially validate ONE candidate finding. Attempts to refute it, assigns confidence 1-10; findings below 8 are dropped. The false-positive filter of the pipeline.

ihatesea69/kiro-kit · 46 tokens