Getskill Indexer banner
GetSkill-Agent GetSkill-Agent

Getskill Indexer

Development community

Description

Automated Skills indexing system — aggregates Claude Code skills from 8+ sources

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

getskill-indexer

Automated indexing system that aggregates Claude Code skills from 10+ scattered sources into a unified, searchable registry.

Sources (10+)          Pipeline              Output
┌──────────────┐
│ anthropics/  │──┐
│ skills       │  │    ┌─────────┐    ┌──────────┐    ┌─────────────┐
├──────────────┤  ├──▶│  Scan   │──▶│  Dedup   │──▶│ index.json  │
│ awesome-     │  │    │ (fetch) │    │ & Score  │    │ categories  │
│ claude-skills│──┤    └─────────┘    └──────────┘    │ changelog   │
├──────────────┤  │                                    │ scan-report │
│ GitHub Topic │──┤                                    └─────────────┘
│ Search       │  │
├──────────────┤  │
│ skills.sh    │──┤
├──────────────┤  │
│ aitmpl.com   │──┤
├──────────────┤  │
│ Extra Repos  │──┘
└──────────────┘

Monitored Sources

Tier 1 — GitHub Repos (SKILL.md scan)

Source URL Strategy Priority
Anthropic Official Skills anthropics/skills Contents API → recursive SKILL.md parse 1 (canonical)
Claude Skills Collection alirezarezvani/claude-skills Contents API → SKILL.md + scripts/ 3
GetSkill Community GetSkill-Agent/getskill-skills Contents API → SKILL.md parse 2

Tier 2 — Awesome Lists (markdown parse)

Source URL Strategy
Awesome Claude Skills ComposioHQ/awesome-claude-skills README.md → regex parse [Name](url) - desc entries

Tier 3 — GitHub Topic Discovery

Source URL Strategy
Topic: claude-skills github.com/topics/claude-skills Search API → check each repo for SKILL.md → parse

Discovers new skill repos automatically as they ge