From handbook-discover
Discovers and inventories Claude Code handbook marketplace plugins, displaying installation status, versions, and component breakdowns (skills, agents, commands, MCP/LSP servers, hooks). Supports filtering, JSON output, and detailed views via CLI flags.
npx claudepluginhub nikiforovall/claude-code-rules --plugin handbook-discoverThis skill uses the workspace's default tool permissions.
Run the discovery script to inventory all plugins in a Claude Code marketplace.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Run the discovery script to inventory all plugins in a Claude Code marketplace.
python ${CLAUDE_SKILL_DIR}/scripts/discover.py # default: cc-handbook
python ${CLAUDE_SKILL_DIR}/scripts/discover.py --detailed # show component names
python ${CLAUDE_SKILL_DIR}/scripts/discover.py --json # machine-readable
python ${CLAUDE_SKILL_DIR}/scripts/discover.py --filter dotnet # filter by keyword
python ${CLAUDE_SKILL_DIR}/scripts/discover.py --uninstalled # only uninstalled
python ${CLAUDE_SKILL_DIR}/scripts/discover.py -m <marketplace> # other marketplace
python ${CLAUDE_SKILL_DIR}/scripts/discover.py -r <path> # explicit repo path
[+] — installed and enabled[o] — installed but disabled[ ] — not installedS=skills A=agents C=commands M=mcp L=lsp H=hooksFor uninstalled plugins, suggest:
claude plugin install <plugin-name>@cc-handbook