subdomain-deploy

subdomain-deploy is a skill for Claude Code, Codex from austinfox/claude-plugins. It costs 155 tokens per session (3,802 once invoked), scanned A, original, MIT.

A deployment workflow for putting a personal project on its own subdomain of austinfox.com using Vercel, a service that hosts websites and web apps.

In plain words
What is it for?
Use it when creating and deploying a new personal project such as name.austinfox.com. It also defines the default tools and access setup for these projects.
Why use it?
It provides a fixed setup for keeping each personal project in its own code repository, Vercel project, settings, and analytics.

Skill for Claude CodeCodex

Part of the subdomain-deploy plugin — 1 skill 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 skills/austinfox/claude-plugins/subdomain-deploy
Any agent
npx skills add austinfox/claude-plugins --skill subdomain-deploy
Clone the repo
git clone --depth 1 https://github.com/austinfox/claude-plugins

Made for: Claude Code, Codex.

Or install subdomain-deploy, the plugin that ships this one along with the rest of its 1 skill.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/austinfox/claude-plugins/subdomain-deploy.svg)](https://agentmods.dev/skills/austinfox/claude-plugins/subdomain-deploy)
Your own site
<a href="https://agentmods.dev/skills/austinfox/claude-plugins/subdomain-deploy"><img src="https://agentmods.dev/badge/skills/austinfox/claude-plugins/subdomain-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,802 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00155 $0.03802
Opus 5 $0.00077 $0.01901
Sonnet 5 $0.00031 $0.00760
Haiku 4.5 $0.00015 $0.00380

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

Security

Grade A, and why

subdomain-deploy scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 2 executable files (references/middleware-multi-user.ts, references/middleware.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

After deploy, smoke-test against the **custom domain**, not the `*.vercel.app` URL — see Gotchas. If your local resolver hasn't picked up the new subdomain yet, force it via curl `--resolve`:
plugins/subdomain-deploy/skills/subdomain-deploy/SKILL.md · 250 lines

How it starts

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

Personal Subdomain Deploy (austinfox.com)

Stand up a new personal project at <name>.austinfox.com on Vercel with the right access pattern and storage strategy for the project. This skill is for Austin's personal projects only — not client work, not company projects.

Non-Negotiables

These are the rules that distinguish this workflow from generic "deploy to Vercel":

  1. One Vercel project per subdomain. Never combine multiple personal projects into a single Vercel project, never use path-based routing across them. Each subdomain gets its own GitHub repo, its own Vercel project, its own env vars, its own analytics.
  2. Default stack: Bun + Vite + React 19 + TypeScript. Bun is the runtime/package manager; Vite is the dev server/bundler — they do different jobs and both are needed. Add Tailwind v4 (via @tailwindcss/vite) when styling is non-trivial. Don't reach for Next.js for static personal projects.
  3. Auth is custom Edge middleware, never Vercel's built-in Password Protection. Vercel's feature requires the Advanced Deployment Protection add-on (~$150/mo). The middleware patterns in references/ are no-ops when their env vars are unset, so they cost nothing during local dev.
  4. Wildcard DNS is already set on Porkbun (*.austinfox.com → cname.vercel-dns.com). New subdomains require zero DNS work — vercel domains add is sufficient.
  5. Private GitHub repo by default. Personal projects are private unless the user explicitly says otherwise.

When to Use This Skill

Activate when the user's request implies creating a brand-new project on an austinfox.com subdomain. Strong signals:

  • "deploy this" / "ship this" + the project is local-only and has no Vercel link yet
  • "put it on austinfox.com" / "set up <name>.austinfox.com"
  • "spin up a new personal project"
  • Mentions of austinfox.com or a subdomain like lettera.austinfox.com

Do NOT use this skill when:

  • The project is already linked to a Vercel project — in that case use the generic deploy-to-vercel skill.
  • The user wants to deploy to a non-austinfox.com domain — use the generic flow.
  • The user is deploying a redeploy / preview / hotfix to an existing project — use the generic flow.

Read the full file on GitHub · 250 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 250 lines · 155 tokens per session scan A 63600a5759eb

Subscribe to this mod's changes

subdomain-deploy is a skill published in the GitHub repository austinfox/claude-plugins (4 stars, last pushed 1mo ago), licensed MIT. It adds 155 tokens to every session and 3,802 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

pulumi-migrate-from-discovered-stack

Migrate a CloudFormation or ARM stack into a Pulumi stack, sourced from a stack that Pulumi Cloud's Discovery feature has already found and exposed via the discovered-stacks API. Load this skill when the user has a discovered stack in Pulumi Cloud and wants to bring its resources under Pulumi management. Do NOT load…

pulumi/agent-skills · 115 tokens

pulumi-component

Guide for authoring Pulumi ComponentResource classes. Use when creating reusable infrastructure components, designing component interfaces, setting up multi-language support, or distributing component packages.

pulumi/agent-skills · 36 tokens

pulumi-overview

Use this skill for any task that creates, modifies, inspects, or destroys cloud infrastructure or SaaS configuration, from one-off CLI operations to full multi-resource projects, across providers in the Pulumi ecosystem. A typical project spans many providers (AWS or Azure or GCP, Kubernetes, Cloudflare, Auth0…

pulumi/agent-skills · 210 tokens

provider-upgrade

Upgrade any Pulumi provider to a newer version and reconcile the resulting diff. Use when users want to upgrade or update a provider (including editing package.json, requirements.txt, pyproject.toml, go.mod, or Pulumi.yaml to bump a provider SDK), check for breaking changes before or during an upgrade, fix resources…

pulumi/agent-skills · 159 tokens

pulumi-best-practices

Load when the user is writing, reviewing, or debugging Pulumi TypeScript/Python programs; asks about Output or apply() usage; wants to create ComponentResource classes; needs to refactor resources without destroying them (aliases); is setting up secrets or config; or is configuring a pulumi preview/up CI workflow.…

pulumi/agent-skills · 92 tokens

pulumi-arm-to-pulumi

Convert or migrate Azure ARM (Azure Resource Manager) templates, Bicep templates, or code to Pulumi, including importing existing Azure resources. This skill MUST be loaded whenever a user requests migration, conversion, or import of ARM templates, Bicep templates, ARM code, Bicep code, or Azure resources to Pulumi.

pulumi/agent-skills · 76 tokens