vercel-plugin-eval

Verify Vercel plugin hooks and deduplication via Claude Code sessions.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/global-os/gproxy --skill vercel-plugin-eval-global-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-plugin-eval
Source: https://github.com/global-os/gproxy/tree/main/.agents/skills/vercel-plugin-eval
Command: npx skills add https://github.com/global-os/gproxy --skill vercel-plugin-eval-global-os

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the correct behavior of Vercel plugin hooks, deduplication, and coverage for Claude Code sessions. It launches real Claude Code sessions, monitors debug logs, and generates structured coverage reports.

Core Features & Use Cases

  • Plugin Hook Verification: Confirms that all hooks fire correctly with proper deduplication.
  • Real Claude Code Sessions: Launches and monitors Claude Code sessions for debugging.
  • Coverage Reporting: Produces structured reports on hook firing and skill injection.
  • Use Case: If you are developing a Vercel plugin and need to verify that your hooks are working as expected, this Skill can help automate the testing process.

Quick Start

Run the provided commands to launch a Claude Code session and verify plugin hooks.

Frequently Asked Questions about vercel-plugin-eval

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

FAQPage Schema
How do I verify Vercel plugin hooks are firing correctly?

Vercel plugin hook verification works by launching real Claude Code sessions to monitor debug logs and generate structured reports confirming correct hook behavior. This automated testing process ensures all hooks fire correctly with proper deduplication.

What is plugin deduplication testing and when do I need it?

Plugin deduplication testing validates that your hooks fire only once per event during Claude Code sessions. You need this when developing Vercel plugins to prevent duplicate executions and ensure reliable hook coverage across your plugin lifecycle.

Can I use Claude Code sessions for Vercel plugin debugging?

Yes, you can use Claude Code sessions for Vercel plugin debugging by launching real sessions that monitor debug logs and generate structured coverage reports. This setup requires an active Vercel plugin environment to run effectively.

How do I generate coverage reports for Vercel plugin hooks?

You generate coverage reports by launching Claude Code sessions that monitor debug logs for hook firing and skill injection. The process produces structured reports detailing deduplication correctness and overall plugin coverage.

Do I need a Vercel plugin environment to test hook deduplication?

Yes, testing hook deduplication requires a Vercel plugin environment alongside Claude Code sessions. The verification process launches real sessions within this environment to monitor debug logs and validate deduplication logic accurately.

What are the limitations of automated plugin testing with Claude Code?

Automated plugin testing with Claude Code depends entirely on having a configured Vercel plugin environment and active Claude Code sessions. Without these prerequisites, the verification process cannot monitor debug logs or generate structured coverage reports.