benchmark-sandbox

Execute Vercel plugin benchmark scenarios in isolated Vercel Sandboxes.

246|42|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vercel-labs/vercel-plugin --skill benchmark-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-sandbox
Source: https://github.com/vercel-labs/vercel-plugin/tree/main/.claude/skills/benchmark-sandbox
Command: npx skills add https://github.com/vercel-labs/vercel-plugin --skill benchmark-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of evaluating the Vercel plugin within isolated, ephemeral environments, ensuring robust testing and performance analysis without impacting local development setups.

Core Features & Use Cases

  • Automated Evals: Runs Vercel plugin benchmark scenarios in Vercel Sandboxes (microVMs).
  • 3-Phase Pipeline: Executes BUILD, VERIFY (with agent-browser), and DEPLOY phases for comprehensive testing.
  • Structured Scoring: Utilizes a 'haiku' model for structured JSON scoring after each phase.
  • Use Case: Developers can automatically test how the Vercel plugin integrates with new Vercel features by running a suite of benchmark scenarios in clean, reproducible sandbox environments.

Quick Start

Run the benchmark sandbox eval with default scenarios using bun run .claude/skills/benchmark-sandbox/run-eval.ts.

Frequently Asked Questions about benchmark-sandbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Vercel plugin benchmark testing in isolated environments?

This Skill automates Vercel plugin benchmark testing by orchestrating a three-phase pipeline—BUILD, VERIFY, and DEPLOY—within isolated Vercel Sandboxes. It uses Claude Code and agent-browser to execute scenarios, followed by structured scoring via a 'haiku' model for comprehensive performance and integration testing.

What is the best way to run Vercel plugin evals without affecting my local setup?

Running Vercel plugin evals in ephemeral microVMs is the best way to test without affecting your local setup. This Skill provisions isolated Vercel Sandboxes that execute benchmark scenarios independently, ensuring robust testing and performance analysis in clean, reproducible environments.

How does the structured scoring work in Vercel sandbox benchmarking?

Structured scoring in Vercel sandbox benchmarking utilizes a 'haiku' model to generate structured JSON scores after each pipeline phase. This mechanism evaluates the BUILD, VERIFY, and DEPLOY stages individually, providing comprehensive performance and integration testing metrics for the Vercel plugin.

Does the Vercel sandbox evaluation pipeline support automated browser testing?

Yes, the Vercel sandbox evaluation pipeline supports automated browser testing during the VERIFY phase. It leverages agent-browser alongside Claude Code to execute verification steps, ensuring comprehensive integration testing before the final DEPLOY phase occurs within the isolated microVM environment.

Can I test how the Vercel plugin integrates with new Vercel features using sandboxes?

Yes, you can test how the Vercel plugin integrates with new Vercel features by running a suite of benchmark scenarios in clean Vercel Sandboxes. This approach provides reproducible microVM environments specifically designed for robust integration and performance analysis across Vercel deployments.

What are the limitations of using Vercel Sandboxes for plugin performance testing?

Vercel Sandboxes for plugin performance testing rely on ephemeral microVMs and a rigid three-phase BUILD, VERIFY, DEPLOY pipeline orchestrated by Claude Code. This architecture is specifically tailored for Vercel plugin benchmark scenarios and may not suit testing workflows outside this ecosystem.