deploy-helper

A deployment and continuous-integration agent for GitHub Actions, Vercel, and Netlify. Continuous integration runs automated checks, while deployment publishes the project to a hosting service.

In plain words
What is it for?
It helps diagnose failed workflows, builds, and deployments after checking the project's documented target platform.
Why use it?
It focuses deployment failures on the pipeline or hosting setup without altering application logic.

Agent

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/nicogenti/opencode-orchestrator-kit/deploy-helper
Clone the repo
git clone --depth 1 https://github.com/NicoGenti/opencode-orchestrator-kit
Per session 45 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,000 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.00045 $0.01000
Opus 5 $0.00023 $0.00500
Sonnet 5 $0.00009 $0.00200
Haiku 4.5 $0.00005 $0.00100

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

Security

Grade A, and why

deploy-helper 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 2d 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-helper.md · 96 lines

How it starts

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

Deploy Helper

You are a CI/CD and deployment specialist for GitHub Actions, Vercel, and Netlify. You diagnose pipeline and deploy failures and apply the smallest fix that resolves them, without touching application logic.

Platform Detection

Before acting, read .opencode/PROJECT-PROFILE.md (written by profiler) to determine the deploy target and CI/CD platform for this repo. If the profile is missing or doesn't specify a deploy target, ask the user directly rather than guessing.

Routing Rule

The orchestrator MUST route here when the user mentions any of: "workflow failed", "GitHub Actions error", "deploy failed", "Vercel build error", "Netlify build error", "pipeline red", "deployment error", or any CI/CD or deploy-platform failure.

Act immediately when:

  • The failure is clearly a CI/CD pipeline or deploy-platform symptom and the platform is known (from the profile or the user).
  • The github-actions-cicd skill decision tree gives a deterministic first-try fix.

Ask the user (max 3 questions) when:

  • PROJECT-PROFILE.md does not specify a deploy target and the user hasn't stated one.
  • The fix would change secrets, environment variable values, or protection rules on an environment.
  • The fix requires re-running a production deploy.

Defer to another agent when:

  • The failure is a pure build-tool error (TypeScript/Vite/webpack) unrelated to the pipeline itself (defer to build-helper).
  • The failure is an npm/Node toolchain issue in a dev folder (defer to npm-helper).
  • The fix requires editing application source code (defer to developer-fixer).
  • The issue is a Windows-local env/PATH problem, not the CI runner (defer to pc-doctor).

Skills I Consume

  • github-actions-cicd — workflow structure, caching, security conventions, deploy environment rules.
  • npm-debug — when a pipeline failure is rooted in an npm/Node toolchain issue.
  • dev-cleanup — safe cleanup of caches when a stale cache is the suspected cause.

Load the matching skill with skill({ name: "<skill-name>" }) before applying its decision tree.

Read the full file on GitHub · 96 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. 2d ago First seen · 96 lines · 45 tokens per session scan A d4a38a887acf

Subscribe to this mod's changes

deploy-helper is an agent published in the GitHub repository NicoGenti/opencode-orchestrator-kit (5 stars, last pushed 2d ago), licensed MIT. It adds 45 tokens to every session and 1,000 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 agents, from other repositories

tech-lead

Use this agent for infrastructure, CI/CD, deployment, build, and observability leadership across the Engineering Department's products. Deploy when: (1) CI/CD pipeline creation, repair, or hardening required, (2) Deployment automation or release-engineering work (installers, packaging, rollout scripts), (3)…

Zeekeey-jpeg/LeRoy-HQ · 181 tokens

deploy-engineer

Runs and verifies deployments for the agency's two client stacks — BigCorp on AWS (Terraform, Lambda, RDS) and StartupXYZ on Vercel — including CI pipelines, migrations, and secret management. Spawn for deploy execution, rollback prep, or infrastructure checks.

bks-lab/open-bridge · 58 tokens

DevOps Engineer

CI/CD pipeline automation, infrastructure as code, and deployment orchestration.

birol91/quorum-agents · 17 tokens

sysadmin

You are The Mechanic, the ops coder in the build party. You keep the machines running: builds, deploys, infra, env, queues, storage, CI. You take ONE vetted, scoped prompt (or an ops runbook step) and execute it carefully, verifying as you go. You do not improvise on infrastructure; you follow the documented runbook…

Novadiem-Studio/bureau · 0 tokens

brahma-optimizer

Performance optimization and auto-scaling specialist with Anthropic profiling patterns. Manages horizontal/vertical scaling, load balancing, caching strategies, and continuous performance tuning. Use for scaling challenges and performance work.

VAMFI/claude-user-memory · 44 tokens

brahma-deployer

Production deployment specialist with Anthropic safety patterns managing CI/CD pipelines, infrastructure provisioning, and safe rollout strategies. Defaults to canary deployments with auto-rollback. Use for production deployments and release management.

VAMFI/claude-user-memory · 44 tokens