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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/handbook-discover:handbook-discoverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the discovery script to inventory all plugins in a Claude Code marketplace.
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
npx claudepluginhub nikiforovall/claude-code-rules --plugin handbook-discoverGuides Claude Code plugin creation, structure (plugin.json, commands/agents/skills/hooks), installation (/plugin), marketplaces, team workflows, testing, debugging, and settings. Delegates to docs-management.
Provides quick reference for Claude Code plugins: structure, manifest, installation commands, marketplaces, management UI, and standalone vs plugins comparison.
Guides creating, validating, and managing Claude Code plugin marketplaces including marketplace.json schema, plugin entries, and best practices for setup and distribution.