Skip to content
Development
Skill

/handbook-discover

This skill should be used when users want to discover, browse, or audit cc-handbook marketplace plugins. Shows all available plugins with installation status, versions, and component breakdown (skills, agents, commands, MCP/LSP servers, hooks). Trigger phrases include "discover

From plugin
claude-code-rules
14127 skills13 agents16 commands3 MCP
Install
$ npx -y skills add NikiforovAll/claude-code-rules --skill handbook-discover --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/handbook-discover

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill should be used when users want to discover, browse, or audit cc-handbook marketplace plugins. Shows all available plugins with installation status, versions, and component breakdown (skills, agents, commands, MCP/LSP servers, hooks). Trigger phrases include "discover

SKILL.md

handbook-discover.SKILL.md
name: handbook-discover
description: This skill should be used when users want to discover, browse, or audit cc-handbook marketplace plugins. Shows all available plugins with installation status, versions, and component breakdown (skills, agents, commands, MCP/LSP servers, hooks). Trigger phrases include "discover plugins", "list handbook plugins", "what plugins are available", "browse marketplace".

Handbook Plugin Discovery

Run the discovery script to inventory all plugins in a Claude Code marketplace.

Usage

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

Interpreting Results

  • `[+]` — installed and enabled
  • `[o]` — installed but disabled
  • `[ ]` — not installed
  • Component counts: `S`=skills `A`=agents `C`=commands `M`=mcp `L`=lsp `H`=hooks

Follow-up Actions

For uninstalled plugins, suggest:

claude plugin install <plugin-name>@cc-handbook
Read more
Ships withclaude-code-rules

A collection of Claude Code recommendations and practices. Learn practical techniques to enhance your AI-assisted development workflow with Claude Code.

Get the whole plugin

Other skills on claude-code-rules.