Loading...
Loading...
Audit vercel-plugin performance on real-world projects. Extracts tool calls from Claude Code conversation logs, tests hook matching against actual inputs, identifies pattern coverage gaps, and checks plugin cache staleness. Use when asked to audit, test, or investigate plugin skill injection on a real project.
npx skill4agent add vercel/vercel-plugin plugin-auditls -lt ~/.claude/projects/-Users-*-<project-name>/*.jsonlmessage.content[]type: "tool_use"nameinputimport { loadSkills, matchSkills } from "./hooks/pretooluse-skill-inject.mjs";
import { createLogger } from "./hooks/logger.mjs";loadSkills()matchSkills(toolName, toolInput, compiledSkills)src/db/schema.tsvercel-storage# Cache location
~/.claude/plugins/cache/vercel-labs-vercel-plugin/vercel-plugin/<version>/
# Compare skill content
diff <(grep 'pattern' skills/<skill>/SKILL.md) <(grep 'pattern' ~/.claude/plugins/cache/.../skills/<skill>/SKILL.md)~/.claude/plugins/installed_plugins.json