refresh-plugin-cache

Refresh the l3digitalnet-plugins marketplace index and compare installed plugin versions.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill refresh-plugin-cache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-plugin-cache
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/.claude/skills/refresh-plugin-cache
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill refresh-plugin-cache

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you ensure your Claude Code plugins are current by checking for updates and identifying outdated or orphaned plugin cache data.

Core Features & Use Cases

  • Marketplace Sync: Refreshes the local copy of the l3digitalnet-plugins marketplace index.
  • Version Comparison: Compares installed plugin versions against the latest marketplace listings.
  • Orphaned Cache Detection: Identifies and reports old plugin cache directories that are safe to delete.
  • Live Process Check: Verifies if running MCP processes are using the expected plugin versions.

Quick Start

Run the refresh-cache.sh script to update the plugin cache and check for stale plugins.

Frequently Asked Questions about refresh-plugin-cache

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

FAQPage Schema
How do I check for Claude Code plugin updates and sync the marketplace index?

To check for Claude Code plugin updates, you can run a cache refresh script that syncs the local marketplace index and compares installed plugin versions against the latest listings to identify outdated packages.

Why are my running MCP processes using outdated plugin versions?

Running MCP processes may use outdated plugin versions due to cache discrepancies. A cache refresh checks for mismatches between live process versions and installed versions, providing actionable maintenance insights.

How do I find and remove orphaned plugin cache directories safely?

Finding orphaned plugin cache directories requires scanning local cache data to identify stale folders. The cache refresh script detects these old directories and reports them as safe to delete for maintenance.

Can I use this plugin maintenance tool without any external dependencies?

Yes, you can use this plugin maintenance tool without external dependencies. It operates using internal scripts to refresh the local marketplace index and check installed versions without requiring additional packages.

What is the best way to keep my l3digitalnet-plugins current and avoid stale cache?

The best way to keep l3digitalnet-plugins current is running a cache refresh script that updates the local marketplace index, compares installed versions, and detects orphaned cache directories.

What limitations should I expect when refreshing the plugin cache for version checks?

When refreshing the plugin cache for version checks, the script is limited to identifying orphaned directories and reporting version mismatches; it provides actionable maintenance insights but does not automatically delete stale cache or update plugins.