vercel-speed-auditOptimize Vercel build and deploy speed ā audit checklist for new and existing projects.
Install via ClawdBot CLI:
clawdbot install BrennerSpear/vercel-speed-auditOptimize Vercel build and deploy speed for any project. Run as a checklist when starting new projects or auditing existing ones.
Before running the full checklist, measure and assess:
# 1. Check current build times
cd <project> && npx vercel ls --limit 5
# 2. Check team/plan tier
npx vercel team ls
Decision tree:
| Build Time | Action |
|-----------|--------|
| < 20s | Only do items 0, 1, 3-5, 10. Skip GitHub Actions (#8), skip barrel file audit (#6) unless codebase is large. |
| 20-60s | Do items 0-7, 10. GitHub Actions (#8) is optional. |
| 60s+ | Do everything. GitHub Actions (#8) becomes high-value. |
Auth-gated app? (All pages behind login)
ā Skip ISR (#9) entirely. ISR caches one response for all users ā incompatible with per-user content.
Framework:
ā SvelteKit: Also read docs/sveltekit.md ā includes adapter-vercel switch, prerendering, $env tips.
ā Next.js/Nuxt/Other: docs/general.md covers framework-agnostic items.
| # | Optimization | Impact | CLI-checkable? | Plan Required |
|---|-------------|--------|:-:|:-:|
| 0 | Use explicit adapter (e.g., adapter-vercel not adapter-auto) | Faster, no detection overhead | ā
Check config | Any |
| 1 | Turbo Build Machines | 50-70% faster builds | ā Dashboard only | Pro+ |
| 2 | On-Demand Concurrent Builds | Eliminates deploy queue | ā Dashboard only | Pro+ |
| 3 | Prerender Static Pages | Fewer functions, faster TTFB | ā Audit code | Any |
| 4 | Ignored Build Step | Skip irrelevant builds | ā Check vercel.json | Any |
| 5 | Prioritize Production Builds | Prod deploys go first | ā Dashboard only | Pro+ |
| 6 | Eliminate Barrel Files | 10-30% build speedup | ā Audit code | Any |
| 7 | Audit & Trim Dependencies | Faster install + bundle | ā Run depcheck | Any |
| 8 | GitHub Actions + --prebuilt | Full cache control, skip Vercel build | ā
Add workflow | Any |
| 9 | ISR for Dynamic Pages | Fewer cold starts | ā Audit routes | Any |
| 10 | Instant Rollback | Zero-downtime recovery | ā
vercel rollback | Hobby: last only; Pro+: any |
Pro plan items (#1, #2, #5): If not on Pro, check team plan first. These are the highest-impact free wins on Pro.
For a team called :
https://vercel.com///settings ā General ā Build Machinehttps://vercel.com/teams//settings ā Build Queuehttps://vercel.com///settings ā Git ā Production prioritizationvercel deploy --prebuilt guideReal-world findings from running all 10 checks on a SvelteKit project with 16-18s builds:
adapter-auto ā adapter-vercel was a missed win ā not in original 10 but came up in dep audit. Now item #0.docs/sveltekit.mdvercel-speed-report.md)docs/github-actions-prebuilt.mdGenerated Mar 1, 2026
A startup is launching a new e-commerce site built with Next.js on Vercel, aiming for fast page loads to reduce bounce rates. They need to optimize build and deploy speed to handle frequent product updates and marketing campaigns without deployment delays. This skill helps them configure Turbo Build Machines and prioritize production builds to ensure seamless updates during peak traffic.
A growing SaaS company uses SvelteKit on Vercel for their customer dashboard, experiencing slow build times as the codebase expands. They want to audit performance regressions and eliminate barrel files to speed up deployments. This skill guides them through triaging build times and applying framework-specific optimizations from the SvelteKit docs to maintain agility.
A news publisher runs a content-heavy site on Vercel with Nuxt, needing fast deploys for breaking news articles. They face deploy queue bottlenecks during high-frequency updates. This skill assists in setting up on-demand concurrent builds and using ISR for dynamic pages to reduce cold starts, ensuring timely content delivery.
A large enterprise develops internal tools with Vercel, where builds have crept up to 60+ seconds, slowing down team productivity. They seek cost optimization by auditing dependencies and implementing GitHub Actions with prebuilt deploys. This skill provides a decision tree to focus on high-impact items like depcheck and cache control for efficient resource use.
Freelancers offer Vercel speed audit services to clients, charging per project or hourly rates to optimize build and deploy performance. They use this skill's checklist to deliver structured reports, helping clients reduce infrastructure costs and improve deployment reliability. Revenue streams include one-time audits and ongoing maintenance contracts.
Digital agencies bundle this skill into consulting packages for web development clients, focusing on performance optimization as part of launch or audit services. They apply the triage steps and dashboard links to tailor solutions, upselling Pro plan features for higher-value engagements. Revenue is generated through retainer agreements or fixed-price packages.
Companies with in-house DevOps teams integrate this skill into their CI/CD pipelines to monitor and improve Vercel performance proactively. They leverage the decision tree and docs to automate checks, reducing downtime and operational costs. Revenue impact is indirect, through improved efficiency and reduced cloud spending.
š¬ Integration Tip
Integrate this skill into existing CI/CD workflows by automating the triage steps with scripts, and use the dashboard links for team settings to streamline configuration without manual checks.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.