Agent skill · Security

vercel-optimize

Audit deployed Vercel apps for cost and performance issues using metrics, project config, code scans, and version-aware recommendations.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill vercel-optimize --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 153
SKILL.md size: 17 KB
Bundled scripts: yes
Path: skills/vercel-optimize/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vercel Optimize Run an observability-first Vercel optimization audit. Do not inspect source files until `signals.json` exists and a deterministic gate points to a route, file, or project setting. Core doctrine: read [references/doctrine.md](references/doctrine.md) if any rule is unclear. - Metrics first. Recommendations start from Vercel production signals, not repo-wide grep. - Deterministic gates. `scripts/gate-investigations.mjs` decides what deserves investigation. - Candidate-bound scope. Read only files named by a candidate or a route-local import chain. - Version-aware citations. Use only `references/docs-library.json`; invalid or version-mismatched citations are stripped. - Customer copy. Read [references/voice.md](references/voice.md) before writing report text or chat output. ## When to Use - Use this skill when the task matches this description: Audit deployed Vercel apps for cost and performance issues using metrics, project config, code scans, and version-aware recommendations. ## Prerequisites - Vercel CLI v53+ with `vercel metrics`, `vercel usage`, `vercel contract`, and `vercel api`. - Authenticated CLI session: `vercel login`. - Linked app directory: `vercel link

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Framework Support
  4. Run Directory
  5. Pipeline
  6. 1. Collect, scan, and merge signals
  7. 1.1 Stop on blockers
  8. 2. Gate candidates
  9. 2.1 Ask about audit scope when needed
  10. 2.2 Deep-dive and reconcile
  11. 2.3 Generate briefs and investigate
  12. 2.4 Collect outputs
  13. 3. Verify recommendations
  14. 4. Render report and final message
Ships with 24 files
  • CONTRIBUTING.md
  • lib/auth-route.mjs
  • lib/budget-summary.mjs
  • lib/citations.mjs
  • lib/cost-coverage.mjs
  • lib/dedup-recs.mjs
  • lib/deep-dive.mjs
  • lib/display-labels.mjs
  • lib/extract-claims.mjs
  • lib/framework-support.mjs
  • lib/gates/build-minutes-fanout.mjs
  • lib/gates/cold-start.mjs
  • lib/gates/contract.mjs
  • lib/gates/cwv-poor.mjs
  • lib/gates/external-api-slow.mjs
  • lib/gates/hard-gates.mjs
  • lib/gates/index.mjs
  • lib/gates/isr-overrevalidation.mjs
  • lib/gates/middleware-heavy.mjs
  • lib/gates/observability-events-attribution.mjs
  • lib/gates/platform-bot-protection.mjs
  • lib/gates/platform-fluid-compute.mjs
  • lib/gates/region-misconfig.mjs
  • lib/gates/route-errors.mjs
first 24 of 153
Commands it runs
node scripts/collect-signals.mjs [projectId] > "$RUN_DIR/vercel-signals.json" 2> "$RUN_DIR/collect.stderr"
node -e 'JSON.parse(require("fs").readFileSync(process.argv[1], "utf8"))' "$RUN_DIR/vercel-signals.json"
node scripts/scan-codebase.mjs <repo-root> > "$RUN_DIR/codebase.json"
node scripts/merge-signals.mjs "$RUN_DIR/vercel-signals.json" "$RUN_DIR/codebase.json" --out "$RUN_DIR/signals.json"
jq '{frameworkSupportBlocker, observabilityPlus, observabilityPlusUsable, observabilityPlusBlocker, observabilityPlusBlockerDetail}' "$RUN_DIR/signals.json"
vercel link --yes --project <project-name-or-id> --cwd <app-dir>
add --team <team-id-or-slug> when known
node scripts/collect-signals.mjs [projectId] --continue-without-observability > "$RUN_DIR/vercel-signals.json" 2> "$RUN_DIR/collect.stderr"
node scripts/gate-investigations.mjs "$RUN_DIR/signals.json" > "$RUN_DIR/gate.json"
node scripts/gate-investigations.mjs "$RUN_DIR/signals.json" --max-candidates 12 > "$RUN_DIR/gate.json"
More from agentic-awesome-skills
All skills →
About this skill
What does the vercel-optimize skill do?

Audit deployed Vercel apps for cost and performance issues using metrics, project config, code scans, and version-aware recommendations.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill vercel-optimize --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going