Sync Plugin Cache

Apply local edits to a Claude Code plugin and propagate them to the installed plugin cache so they take effect without a full marketplace reinstall. Use when you have edited a plugin's source under a local clone (e.g. ~/prg/skills-akaihola/<plugin>/) and need the running Claude Code to pick up the change — the cache copy at ~/.claude/plugins/cache/ is what Claude actually loads, not the source clone. Triggers on "sync the plugin cache", "my plugin edit isn't taking effect", "push plugin changes", or iterating on a slash command / skill / hook that lives in an installed plugin.

akaihola Updated

File contents

akaihola/skills-akaihola/tree/main/sync-plugin-cache commit a626bf5177

Frequently asked questions

npx skillmds@latest add akaihola/sync-plugin-cache