expand-repos

Fetch GitHub organization repositories, score by stars, forks, and recency, and emit merged deduplicated output.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/noemotiovon/oss-x --skill expand-repos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expand-repos
Source: https://github.com/noemotiovon/oss-x/tree/main/.claude/skills/expand-repos
Command: npx skills add https://github.com/noemotiovon/oss-x --skill expand-repos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates expanding a seed list of organizations into their top repositories, revealing influential projects and helping you map ecosystems faster.

Core Features & Use Cases

  • Top-repo discovery: fetches org repos and ranks them by popularity and recent activity.
  • Deduplication: preserves original repos when collisions occur.
  • Merged output: produces a single, enriched dataset ready for downstream analysis.

Quick Start

Run the expansion script to generate the merged repositories list from your classified data.

Frequently Asked Questions about expand-repos

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

FAQPage Schema
How do I find top GitHub organization repositories for ecosystem mapping?

To find top GitHub organization repositories for ecosystem mapping, you can fetch org repos via the GitHub API and score them using stars, forks, and recency to surface influential projects and map ecosystems faster.

What is the best way to rank GitHub repositories by popularity and recent activity?

The best way to rank GitHub repositories by popularity and recent activity is to score fetched organization data using metrics like stars, forks, and recency, then output a merged, deduplicated dataset.

Can I deduplicate GitHub repositories when expanding a seed list of organizations?

Yes, you can deduplicate GitHub repositories when expanding a seed list of organizations. The expansion process preserves original repos during collisions and emits a merged output with provenance information.

How do I enrich a seed list of GitHub organizations with repository data?

You enrich a seed list of GitHub organizations with repository data by expanding the orgs into their top repositories, scoring them, and producing a single, enriched dataset ready for downstream analysis.

Does the GitHub repository expansion process work for large-scale org profiling across multiple organizations?

Yes, GitHub repository expansion works for large-scale org profiling across multiple GitHub organizations. It fetches repositories via the GitHub API, scores them, and emits a merged, deduplicated output with provenance information.

Why does expanding GitHub organizations into top repositories help map ecosystems faster?

Expanding GitHub organizations into top repositories helps map ecosystems faster by automating the discovery of influential projects through scoring stars, forks, and recency, revealing key projects without manual searching.