audit-plugins

Audit installed plugins and caches to identify stale versions and reclaimable disk space.

2|Updated Dec 20, 2020
One-click install
npx skills add https://github.com/buvis/home --skill audit-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-plugins
Source: https://github.com/buvis/home/tree/main/.claude/skills/audit-plugins
Command: npx skills add https://github.com/buvis/home --skill audit-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and reclaim disk space by identifying stale plugin caches and unused plugins, ensuring you only keep current, active plugins.

Core Features & Use Cases

  • Inventory and compare installed plugin versions against cache records to surface inconsistencies.
  • Detect stale caches, identify unused plugins, and quantify potential disk-space reclaim.
  • Generate a concise report suitable for auditing and prompt optional cleanup actions.

Quick Start

Run audit-plugins to scan installed and cached plugins and generate a report of stale entries and reclaimable space.

Frequently Asked Questions about audit-plugins

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

FAQPage Schema
How do I audit plugin freshness and cache usage to reclaim disk space?

You can audit plugin freshness by reading the local installed_plugins.json manifest and comparing active versions against per-plugin cache directories to identify stale entries and compute total reclaimable disk space.

What is the best way to detect stale plugin versions and unused plugins?

Detecting stale plugin versions involves inventorying installed plugins from a local manifest and cross-referencing cache records to surface inconsistencies, identify unused plugins, and quantify potential disk-space reclaim.

Do I need a specific manifest format to audit installed plugins?

Yes, auditing requires a local plugin manifest located at ~/.claude/plugins/installed_plugins.json and corresponding per-plugin cache directories to compute active versions and total reclaimable space.

Can I generate a report of reclaimable disk space from stale plugin caches?

Yes, running an audit generates a concise report suitable for auditing that details stale plugin caches, unused plugins, and total potential disk-space reclaim, prompting optional cleanup actions.

Why does my plugin cache take up so much disk space?

Plugin caches accumulate disk space when stale versions and unused plugins are retained locally; auditing the cache against the installed plugin manifest identifies these outdated entries for cleanup.