GitHub Search & Discovery

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

155 stars

Best use case

GitHub Search & Discovery is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using GitHub Search & Discovery should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/01_Discovery_GitHubSearch/SKILL.md --create-dirs "https://raw.githubusercontent.com/boshi-xixixi/TraeSkill/main/.trae/Skills/01_Discovery_GitHubSearch/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/01_Discovery_GitHubSearch/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How GitHub Search & Discovery Compares

Feature / AgentGitHub Search & DiscoveryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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.  **最终输出**:
    *   列出推荐的仓库列表(名称 + 链接)。
    *   简述每个仓库的特点(为什么推荐它)。
    *   给出你的建议(直接用哪个,或者怎么组合使用)。

## 常用搜索模板 (Search Queries)

*   **通用搜索**: `site:github.com [keywords] sort:stars`
*   **查找 MCP Server**: `site:github.com "mcp-server" OR "mcp server" [keywords]`
*   **查找 Trae/Cursor 规则**: `site:github.com "cursor rules" OR "trae skills" [keywords]`

## 示例

**User**: "有没有现成的 Notion MCP Server?"
**Skill Action**:
1.  Call `WebSearch(query='site:github.com "mcp-server" notion')`
2.  Call `WebSearch(query='site:github.com "model context protocol" notion')`
3.  Analyze results.
4.  **Response**: "找到以下几个高质量的 Notion MCP Server:
    1.  **modelcontextprotocol/servers**: 官方仓库中包含的 notion 实现,最稳定。([Link](...))
    2.  **siven/mcp-notion**: 社区实现,支持更多高级数据库操作。([Link](...))
    建议优先尝试官方实现。"

Related Skills

trae-project-setup

155
from boshi-xixixi/TraeSkill

Trae 项目规范化配置专家。用于快速初始化 Trae 项目配置文件、生成项目规则、用户偏好设置和 Skill 模板。当用户需要:(1) 初始化新项目的 Trae 配置 (2) 生成 .trae 目录结构 (3) 创建 USER_PREFERENCES.md 用户偏好文件 (4) 创建 project_rules.md 项目规则文件 (5) 创建新的 Skill 模板 时使用此 Skill。

skill-creator

155
from boshi-xixixi/TraeSkill

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

user-customization

155
from boshi-xixixi/TraeSkill

指导用户如何自定义 Trae Skills 的配置,包括覆盖角色设定、调整技术偏好和定义全局规则。

Operations & Growth Expert

155
from boshi-xixixi/TraeSkill

专注于内容创作(文案、运营稿件)、运营数据分析、以及营销活动策划与设置。帮助项目实现从“可用”到“好用”及“增长”的闭环。

AI Engineer

155
from boshi-xixixi/TraeSkill

专注于 LLM 应用开发,涵盖 RAG 和 LangChain 架构。

Security Specialist

155
from boshi-xixixi/TraeSkill

应用安全专家,专注于认证授权、数据保护和合规性审计。当用户需要:(1) 设计安全的登录认证系统 (2) 进行安全代码审查 (3) 检查 GDPR/隐私合规 (4) 防范常见安全漏洞 (OWASP Top 10) 时使用此 Skill。

seo-technical-expert

155
from boshi-xixixi/TraeSkill

技术 SEO 专家,擅长网站性能优化、结构化数据、移动端优化和技术问题诊断。适用于网站技术实现、性能调优和搜索引擎抓取优化时使用。

seo-linkbuilding

155
from boshi-xixixi/TraeSkill

链接建设与社交 SEO 专家,擅长外链获取策略、社交媒体优化和品牌建设。适用于提升网站权威度、获取高质量反向链接和社交信号增强时使用。

seo-content-strategy

155
from boshi-xixixi/TraeSkill

SEO 内容策略专家,擅长关键词研究、内容规划、长尾词布局和内容营销策略。适用于创建 SEO 友好的文章 landing page 和营销内容时使用。

seo-analytics

155
from boshi-xixixi/TraeSkill

SEO 数据分析专家,擅长 Google Search Console、Google Analytics 数据分析、排名追踪和 ROI 计算。适用于 SEO 效果评估、策略调整和数据驱动决策时使用。

pdf

155
from boshi-xixixi/TraeSkill

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

xlsx

155
from boshi-xixixi/TraeSkill

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas