github-kb

Search local GitHub repository indexes and mine social sources for trending projects.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/CopeeeTang/copeee-skills --skill github-kb-copeeetang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-kb
Source: https://github.com/CopeeeTang/copeee-skills/tree/main/skills/github-kb
Command: npx skills add https://github.com/CopeeeTang/copeee-skills --skill github-kb-copeeetang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

github-kb eliminates the time-consuming process of searching across local GitHub repositories and scattered social sources to discover what tools, projects, and topics matter right now.

Core Features & Use Cases

  • Local GitHub Knowledge Base Search: Searches a local repository index stored under KB_PATH and returns matching repos and paths.
  • Repository Indexing and Discovery: Scans local .git repos to update the index, and discovers new repos by combining Xiaohongshu results, Twitter/X posts, and web search.
  • Social Content Retrieval & Enrichment: Fetches Twitter/X post content via Jina Reader and uses MCP tools for Xiaohongshu to support topic research.
  • Use Case: When you need an existing repo-based reference for a specific technology (e.g., “Claude Code MCP tool usage”), github-kb checks the local index first and drills into relevant docs from candidate repos.

Quick Start

Run the command: /github-kb discover Claude MCP.

Frequently Asked Questions about github-kb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a local GitHub repository knowledge base for existing projects?

This Skill searches a local GitHub repository knowledge base by querying an index stored under a configured KB_PATH, returning matching repository names and file paths for your technology queries.

How do I discover new GitHub repositories using Xiaohongshu and Twitter X trends?

To discover new GitHub repositories, this Skill mines social sources for trending project candidates by retrieving Twitter X post content via Jina API and using MCP tools for Xiaohongshu to find relevant topics.

What do I need to configure before indexing local .git repositories?

Before indexing local .git repositories, you need a configured KB_PATH containing a CLAUDE.md index file, an MCP connection for Xiaohongshu tools, and a JINA_API_KEY for external Twitter X fetch capability.

Can I use this to find GitHub references for a specific technology like Claude MCP?

Yes, you can find GitHub references for specific technologies like Claude MCP. This Skill checks the local repository index first and drills into relevant documentation from candidate repos to provide reference materials.

What is the best way to research recent tech topics across social platforms and GitHub?

The best way to research recent tech topics is combining local GitHub knowledge base search with social content retrieval. This Skill fetches Twitter X posts via Jina Reader and queries Xiaohongshu through MCP tools for trend research.

Does this Skill work without an external fetch capability for Twitter X?

No, this Skill requires an external fetch capability for Twitter X via Jina API using a JINA_API_KEY. Without this configuration, social content retrieval and enrichment from Twitter X sources will not function.