plugin-audit

Extract tool calls from Claude Code logs and audit Vercel plugin hooks.

Updated May 31, 2026
One-click install
npx skills add https://github.com/vinhnguyenn020325-cmd/dinzkorea --skill plugin-audit-vinhnguyenn020325-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-audit
Source: https://github.com/vinhnguyenn020325-cmd/dinzkorea/tree/main/.test-vercel-plugin/.claude/skills/plugin-audit
Command: npx skills add https://github.com/vinhnguyenn020325-cmd/dinzkorea --skill plugin-audit-vinhnguyenn020325-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you audit the performance of Vercel plugins in real-world projects by extracting tool calls from Claude Code conversation logs, testing hook matching against actual inputs, identifying pattern coverage gaps, and checking plugin cache staleness.

Core Features & Use Cases

  • Performance Audit: Extracts tool calls from Claude Code conversation logs to assess plugin performance.
  • Hook Matching: Tests hook matching against actual inputs to ensure the correct execution of skills.
  • Pattern Coverage: Identifies gaps in pattern coverage to improve plugin efficiency.
  • Cache Staleness: Checks the installed plugin cache against the dev version to ensure up-to-date performance.
  • Use Case: Ideal for auditing or investigating plugin skill injection on a real project to ensure optimal performance.

Quick Start

Run the plugin-audit skill to initiate an audit of a Vercel plugin in your project.

Frequently Asked Questions about plugin-audit

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

FAQPage Schema
How do I audit Vercel plugin performance in real-world projects?

Auditing Vercel plugin performance involves extracting tool calls from Claude Code conversation logs, testing hook matching against actual inputs, identifying pattern coverage gaps, and checking plugin cache staleness. This process ensures optimal plugin skill injection and execution.

What is plugin hook matching and how does it work?

Plugin hook matching tests Vercel plugin hooks against actual conversation inputs to ensure correct skill execution. By validating hook patterns with real-world data, you can verify that the right skills trigger for the right tasks and identify any pattern coverage gaps.

Do I need Node.js to check Vercel plugin cache staleness?

Yes, you need a Node.js environment to check Vercel plugin cache staleness. The cache audit compares the installed plugin cache against the development version, ensuring your project uses up-to-date plugin versions for optimal performance and avoiding stale cache issues.

Why does my Vercel plugin skill injection have pattern coverage gaps?

Pattern coverage gaps occur when Vercel plugin hooks fail to match actual conversation inputs extracted from Claude Code logs. Auditing these logs identifies missing patterns, allowing you to update hook definitions and improve overall plugin matching efficiency.

Can I test Vercel plugin hooks against actual Claude Code conversation logs?

Yes, you can test Vercel plugin hooks against actual Claude Code conversation logs. The audit process extracts tool calls from these logs, validates hook matching against real inputs, and highlights discrepancies between expected and actual skill execution patterns.

What's the best way to investigate plugin skill injection on a real project?

The best way to investigate plugin skill injection is by running an automated audit that extracts conversation log tool calls, tests hook matching, identifies pattern gaps, and checks cache versions. This provides a comprehensive performance overview for Vercel plugins.