Force rebuild the plugin registry cache
/plugin marketplace add Blockchain-Oracle/smart-router/plugin install smart-router@smart-router-marketplace(no arguments)# Rebuild Smart Router Registry Force a complete rebuild of the plugin discovery registry. ## What This Does 1. Scans `~/.claude/plugins/cache/` for all installed plugins 2. Scans `.claude/commands/` for local commands (e.g., BMAD) 3. Extracts capabilities from plugin manifests and component descriptions 4. Rebuilds `.claude/.cache/agent-registry.json` 5. Updates plugin hash for cache invalidation ## When to Use Run this command when: - You installed a new plugin and want it discovered immediately - You updated an existing plugin manually (outside package manager) - Registry seems stal...