graduate

graduate is a command for Claude Code from starter-series/create-starter. It costs 47 tokens per session (646 once invoked), scanned A, original, MIT.

A guided workflow for moving a website or app exported from Lovable, Bolt, or v0 into a normal deployment setup using GitHub Actions and a non-platform host.

In plain words
What is it for?
It checks the export, selects a suitable starter template, and guides the setup and verification of CI/CD—the automated build and deployment process—and security fixes.
Why use it?
It helps find release, deployment, and security gaps before moving the exported project into production.

Command for Claude Code

Part of the create-starter plugin — 2 skills, 8 commands, 1 MCP server 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/starter-series/create-starter/graduate
Clone the repo
git clone --depth 1 https://github.com/starter-series/create-starter

Made for: Claude Code.

Or install create-starter, the plugin that ships this one along with the rest of its 2 skills, 8 commands, 1 MCP server.

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 graduate

README.md
[![agentmods](https://agentmods.dev/badge/commands/starter-series/create-starter/graduate.svg)](https://agentmods.dev/commands/starter-series/create-starter/graduate)
Your own site
<a href="https://agentmods.dev/commands/starter-series/create-starter/graduate"><img src="https://agentmods.dev/badge/commands/starter-series/create-starter/graduate.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 646 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.00047 $0.00646
Opus 5 $0.00023 $0.00323
Sonnet 5 $0.00009 $0.00129
Haiku 4.5 $0.00005 $0.00065

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

Security

Grade A, and why

graduate 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 3d 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-plugin/commands/graduate.md · 41 lines

How it starts

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

You are walking the user through the vibe-coding-to-production graduation path documented in docs/graduation-from-vibe-coding.md. The path is workflow-only — there is no graduate MCP tool; instead, this command orchestrates audit_release, audit_cd, and audit_security, then guides the lift-in and verify steps.

Steps

  1. Diagnose — Call all three MCP tools, in this order:

    • Call the audit_release MCP tool with path set to the absolute path of the export repo.
    • Call the audit_cd MCP tool with the same path.
    • Call the audit_security MCP tool with the same path.

    Surface gaps from each report. The matched starter id from audit_release determines the target in step 2.

  2. Pick a target — Map the matched starter (or app shape if audit_release returned id: null) to a Starter Series template:

    • Next.js / Vite / React → docker-deploy (own VPS) or cloudflare-pages (static)
    • Browser extension → browser-extension starter
    • Discord/Telegram bot → matching bot starter
    • Cross-platform desktop → electron-app
    • Mobile → react-native
    • Reusable library → npm-package or python-mcp-server
  3. Lift CI/CD — Copy .github/workflows/ + Dockerfile (if applicable) + .gitleaks.toml from the matching starter. Replace placeholder owner/repo references with the user's current remote.

  4. Wire secrets — Run the per-target secret list from the guide. Prefer OIDC trusted publishing (npm, PyPI) where supported — zero long-lived tokens.

  5. Seed security guidance — Call the seed_security_guidance MCP tool with the same path to generate a starter claude-security-guidance.md tailored to the matched starter type.

  6. Verify — Re-call audit_release, audit_cd, audit_security on the now-graduated repo. Suggest the tag/push that triggers publish (do not push the tag yourself — npm publish is hard to undo).

Positioning (2026-05 framing)

This is about vendor diversity, not "escaping" any platform. Vercel/Cloudflare/etc. have all evolved into "Agentic Infrastructure" providers — graduation gives the user a choice of multiple deploy targets, not a flight from one.

Read the full file on GitHub · 41 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. 3d ago First seen · 41 lines · 47 tokens per session scan A 53f0b0699bcc

Subscribe to this mod's changes

graduate is a command published in the GitHub repository starter-series/create-starter (2 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 646 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.