Reposition as the open, rated index + ship browsable Top-100 into the repo - #3
Open
MARUCIE wants to merge 2 commits into
Open
Reposition as the open, rated index + ship browsable Top-100 into the repo#3MARUCIE wants to merge 2 commits into
MARUCIE wants to merge 2 commits into
Conversation
added 2 commits
May 30, 2026 22:57
Turn the 40MB unified-index.json into something a developer stars: a readable, rated table of the top S-tier skills. Generated by scripts/generate-top-skills.py so every count (37,310 total / 2,049 S-tier / source split) is reproducible from the index meta block, not hand-typed — drift-proof against the README badges.
…screen - Lead with 'the open, rated index of AI agent skills', browse data right here - Surface data/TOP-SKILLS.md (Top 100) + unified-index.json above the fold - Differentiate vs awesome-mcp-servers (unrated) and the official MCP registry - Demote the live site + Cloudflare self-host to secondary (data is the product) - Fix count drift 37,296 -> 37,310 (meta source of truth); add reproducibility note - Remove internal 'HITL-tracked separately' note leaking into the public README
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Stars go to repos that are themselves the destination (awesome-list pattern), not to a website's backend. The 40MB
unified-index.jsonalready lives in the repo but nobody bookmarks a JSON blob — the value was present but not presented.What
data/TOP-SKILLS.md— browsable, rated Top-100 table (the bookmark hook)scripts/generate-top-skills.py— regenerates it; every count is reproducible from the indexmetablock, so badges can't silently driftNote
Merging triggers the CF production deploy (
deploy.ymlon push to main) — held as a PR so you control deploy timing. Docs/data only; no app code touched.