feat(index): add openai/skills and affaan-m/ECC to curated skill index (#648, #649) - #650
Merged
Merged
Conversation
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.
Summary
New Repos
Audit Summary
All indexed skills passed lightweight audit (name + description present). Eval scores and token counts populated for every skill entry. ECC repo contains 898 SKILL.md files upstream; ASM's discoverSkills pipeline (maxDepth 5 + name dedupe) indexes 288 canonical skills — matching the existing affaan-m/everything-claude-code index pattern.
Closes #648
Closes #649
Approach
Added both repos to
data/skill-index-resources.json, ingested via the standard ingester pipeline, copied per-repo index JSON intodata/skill-index/, and rebuilt catalog stats withnpx tsx scripts/build-catalog.ts.Decision Record
npm run preindexover all 77 repos — unnecessary; targeted ingest for the two new sources only.Changes
data/skill-index-resources.jsondata/skill-index/openai_skills.jsondata/skill-index/affaan-m_ECC.jsondata/repo-stars.jsonwebsite/repo-stats.jsonwebsite/author-stats.jsonwebsite/index-stats.jsonTest Results
Acceptance Criteria Verification
data/skill-index/openai_skills.json,data/skill-index/affaan-m_ECC.jsonwebsite/repo-stats.jsonlists both repos; catalog build reports 77 repos, 6082 skillsTest Plan
data/skill-index-resources.jsonis valid JSON with both new entriesdata/skill-index/npx tsx scripts/build-catalog.tscompleted without errorsCI=true npm test— 2689/2689 passedMade with Cursor