‹ 首页

handbook-discover

@nikiforovall · 收录于 昨天 · 上游提交 3 周前

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".

适合你,如果你需要管理或审计 cc-handbook 插件

/ 通过 npx 安装 校验哈希
npx oh-my-skill add nikiforovall/claude-code-rules/handbook-discover
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- nikiforovall/claude-code-rules/handbook-discover
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify nikiforovall/claude-code-rules/handbook-discover
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
133GitHub stars
~277最小装载
~277含声明引用
~2K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 642e21e · 表述以原文为准
它做什么

安装此技能后,当您询问插件市场时,Claude 会运行一个发现脚本,列出所有可用插件,并显示每个插件的安装状态(已安装并启用/已安装但禁用/未安装)、版本以及组件分解(技能、代理、命令、MCP/LSP 服务器、钩子)。

什么时候触发

当您想发现、浏览或审计 cc-handbook 市场的插件时触发,例如说出“发现插件”、“列出 handbook 插件”、“有哪些插件可用”或“浏览市场”。

装好后可以这样说
Claude 将运行发现脚本并显示插件列表。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 642e21e

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
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。