What problem does it solve? Verifying that a Claude Code plugin's hooks actually fire, inject the right skills, and deduplicate correctly requires launching real interactive sessions, which is tedious and error-prone to do manually. This Skill standardizes that eval workflow with exact commands, monitoring queries, and a structured coverage report. ## Core Features & Use Cases - Live Session Launching: Spawns real Claude Code sessions via WezTerm with the plugin installed through npx add-plugin, avoiding non-interactive modes where hooks never fire. - Hook & Dedup Monitoring: Provides grep-based checks for all 8 registered hooks (SessionStart, PreToolUse, UserPromptSubmit, PostToolUse, SessionEnd) and compares skill injections against atomic claim files to validate dedup. - Coverage Reporting: Maps scenario types (AI chat, monorepo, edge auth, payments) to expected skill triggers and produces a COVERAGE.md report with hook matrices, injection tables, and issues found. - Use Case: After modifying the vercel-plugin's hook logic, run a kitchen-sink eval session, confirm all 44 skills trigger with correct dedup, and document regressions before release. ## Quick Start Ask the agent to run a vercel-plugin eval session for an AI chat app scenario and produce a coverage report of hook firing and skill dedup.