fork-skill-gap

Identify and quantify missing skills between upstream and GitHub-hosted forks.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill fork-skill-gap-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fork-skill-gap
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/fork-skill-gap
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill fork-skill-gap-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq.

What problem does it solve?

Aggregates and highlights gaps between upstream skills and fork implementations, enabling operators to quantify and track drift across the fleet.

Core Features & Use Cases

  • Fleet-wide gap analysis: compares upstream skills with each active fork to identify missing skills.
  • Per-fork drift reporting: ranks forks by missing skills to prioritize outreach and improvement.
  • Automated artifacts: writes state, reports, and articles for audits and stakeholder communication.

Quick Start

Run this skill to generate the latest fork-skill-gap article and state for the current week.

Frequently Asked Questions about fork-skill-gap

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

FAQPage Schema
How do I identify missing skills across GitHub forks in my fleet?

To identify missing skills across GitHub forks, you can run an automated gap analysis that compares upstream skills.json files with each active fork to quantify drift. This generates audit-ready reports and weekly digests ranking forks by missing skill slugs.

What is fork skill drift and how does gap analysis track it?

Fork skill drift occurs when active GitHub forks lack skills present in the upstream repository. Gap analysis tracks this by fetching skills.json using gh and jq, computing missing slugs per fork, and emitting state files with summary metrics to monitor drift over time.

Do I need gh and jq installed to analyze upstream fork gaps?

Yes, you need both gh and jq installed to analyze upstream fork gaps. The skill uses gh to fetch skills.json from GitHub-hosted forks and jq to parse the data and compute missing slugs per fork for the final audit-ready reports.

How do I generate weekly digests for missing skills across active forks?

You generate weekly digests for missing skills by running the skill to compare upstream skills with fork implementations. It automatically writes a state file, an article, and summary metrics tracking which forks are missing specific skill slugs for that week.

Can I audit fork skill gaps across an entire GitHub fleet at once?

Yes, you can audit fork skill gaps across an entire GitHub fleet at once. The skill performs fleet-wide gap analysis by comparing upstream skills with each active fork, ranking them by missing skills to prioritize outreach and generate audit-ready reports.

What is the best way to report missing slugs per fork for stakeholder communication?

The best way to report missing slugs per fork is to use automated gap analysis that generates articles and summary metrics. It ranks forks by missing skills, producing audit-ready artifacts and state files suitable for stakeholder communication and outreach prioritization.