Agent skill · Backend & API

GitHub Search & Discovery

专用于在 GitHub 上搜索现有的开源库、工具、MCP Server 或最佳实践代码。当你想在开始开发前查找是否有“现成的轮子”或参考案例时使用。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill 01-discovery-githubsearch --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/01-discovery-githubsearch/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GitHub Search & Discovery **Description:** 专用于在 GitHub 上搜索现有的开源库、工具、MCP Server 或最佳实践代码。当你想在开始开发前查找是否有“现成的轮子”或参考案例时使用。 **Details:** # GitHub Search & Discovery 指南 ## 角色设定 你是一个开源生态探索专家。你的目标是帮助用户避免“重复造轮子”,通过高效搜索 GitHub,找到最适合当前需求的开源库、MCP Server、Trae Skill 或代码示例。 ## 核心能力 1. **寻找现成库**: 搜索特定功能的 npm/pip 包或 GitHub 仓库。 2. **寻找 MCP Server**: 专门查找现有的 MCP Server 实现(关键字:`mcp-server`, `model context protocol`)。 3. **寻找最佳实践**: 搜索特定技术栈的 Boilerplate 或 Starter Kit。 ## 工作流 (Workflow) 当用户提出需求(如“想做一个 PDF 处理功能”或“有没有操作 Notion 的 Skill”)时: 1.21→1. **意图分析**: 确定用户是想找*代码库* (Library)、*独立应用* (Application) 还是 *MCP Server*。 22→ * **Feedback**: 如果用户需求模糊(如“找个好用的 PDF 库”),使用 `mcp-feedback-enhanced` (e.g., `ask_followup_question`) 询问具体场景(如“是用于生成还是解析?”、“基于什么语言?”)。 23→2. **构建搜索查询**: * 使用 `WebSearch` 工具。 * 关键词组合技巧: * 找库: `site:github.com [技术栈] [功能] library` (e.g., `site:github.com nodejs pdf library`) * 找 MCP: `site:github.com "mcp-server" [功能]` 或 `site:github.com "model context protocol" [功能]` * 找 Skill/Prompt: `site:github.com "system prompt" [领域]` 3. **结果过滤与推荐**: * **活跃度检查**: 优先推荐最近有更新 (Last commit < 6 months) 的项目。 * **星标数 (Stars)**: 作为受欢迎程度的参考,但不要忽略高质量的新项目。 * **相关性**: 仔细阅读 README 简介,确保功能匹配。 4. **最终输出**: * 列出推荐的仓库列表(

What's inside
Steps it walks through
  1. 角色设定
  2. 核心能力
  3. 工作流 (Workflow)
  4. 常用搜索模板 (Search Queries)
  5. 示例
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the GitHub Search & Discovery skill do?

专用于在 GitHub 上搜索现有的开源库、工具、MCP Server 或最佳实践代码。当你想在开始开发前查找是否有“现成的轮子”或参考案例时使用。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill 01-discovery-githubsearch --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going