plugin-audit

Audit vercel-plugin performance by extracting tool calls from Claude Code conversation logs.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Extremez-Surya/onlineruler --skill plugin-audit-extremez-surya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-audit
Source: https://github.com/Extremez-Surya/onlineruler/tree/main/.agents/skills/plugin-audit
Command: npx skills add https://github.com/Extremez-Surya/onlineruler --skill plugin-audit-extremez-surya

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive audit of the performance of vercel-plugin in real-world Claude Code projects, identifying skill injection gaps and cache staleness.

Core Features & Use Cases

  • Audit Performance: Inspects vercel-plugin performance against real-world Claude Code logs.
  • Extract Tool Calls: Extracts tool calls from conversation logs for detailed analysis.
  • Identify Gaps: Detects pattern coverage gaps and deduplication issues.
  • Check Cache Staleness: Verifies the cache of the installed plugin against the dev version.
  • Use Case: For a project manager who needs to ensure the plugin is functioning correctly and efficiently.

Quick Start

Run the 'plugin-audit' skill to audit the performance of the vercel-plugin on your Claude Code 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 on a Claude Code project?

To audit vercel-plugin performance, the skill extracts tool calls from conversation logs, tests hook matching, and checks plugin cache staleness. It requires access to your project logs and the plugin's hooks to identify skill injection gaps.

Why does my vercel-plugin have skill injection gaps in Claude Code?

Skill injection gaps occur when pattern coverage is incomplete or deduplication issues exist. The audit detects these gaps by extracting and analyzing tool calls from your real-world Claude Code conversation logs.

What is the best way to check plugin cache staleness?

The best way to check plugin cache staleness is by verifying the installed vercel-plugin cache against the dev version. This audit directly compares the two to detect if your project is running an outdated plugin configuration.

Can I test hook matching against real conversation logs?

Yes, you can test hook matching against real conversation logs. The audit extracts tool calls from your project history and validates them against the plugin's hooks to identify pattern coverage gaps.

Do I need access to project logs to perform a code audit?

Yes, you need access to project logs and the plugin's hooks. The audit relies on extracting actual tool calls from conversation logs to evaluate real-world vercel-plugin performance and identify coverage gaps.