handbook-discover

Installation
SKILL.md

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
Weekly Installs
4
GitHub Stars
119
First Seen
Mar 27, 2026