github-repo-collector

Convert public GitHub repositories into source-note entries with metadata and README content.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lordking/lee-second-brain-os --skill github-repo-collector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-collector
Source: https://github.com/lordking/lee-second-brain-os/tree/main/skills/kb-github-repo-collecting
Command: npx skills add https://github.com/lordking/lee-second-brain-os --skill github-repo-collector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能帮助将公开的 GitHub 仓库快速转换为知识库笔记,自动提取元数据和 README 内容,降低信息整理的时间成本。

Core Features & Use Cases

  • 将公开仓库转换为符合 source-note 模板的笔记,便于 PARA 架构管理。
  • 自动抓取仓库元数据(名称、描述、URL、星标数、 forks)和 README 内容,用于快速索引和浏览。
  • 适用场景包括项目梳理、技术积累、知识回顾等,通过统一笔记格式实现跨仓库的对比与检索。

Quick Start

提供 GitHub 仓库的 URL 或 owner/name,技能将把该仓库保存为知识库中的 source-note。

Frequently Asked Questions about github-repo-collector

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

FAQPage Schema
How do I save a GitHub repository as a knowledge base note?

To save a GitHub repository as a knowledge base note, provide the repository URL or owner/name. The skill extracts metadata like star and fork counts, description, and README content to create an indexed source-note entry.

How does indexing public GitHub repositories work for project notes?

Indexing public GitHub repositories works by fetching repository metadata and README content via URL. It converts this data into a source-note template, enabling PARA architecture management and cross-repository comparison.

Can I use a GitHub URL to automatically extract README content and metadata?

Yes, you can use a public GitHub URL to automatically extract README content and metadata. The process retrieves the core description, star and fork counts, and key features for quick indexing and retrieval.

What happens if a GitHub repository is missing a README file?

If a GitHub repository is missing a README file, the skill ensures graceful handling of the missing content. It still extracts available metadata like description, name, URL, and star counts to create the source-note entry.

Does this method support varied README formats from different GitHub repositories?

Yes, the method supports varied README formats from different GitHub repositories. It relies only on public repository data and handles varied README structures gracefully to ensure consistent source-note generation for your knowledge base.

What is the best way to organize GitHub repositories for technical accumulation?

The best way to organize GitHub repositories for technical accumulation is converting them into source-note style entries. This standardizes metadata and README content into a unified format, facilitating project sorting and knowledge review.