ms master-skills GitHub

The unified skill
library for AI agents.

2,658 skills, deduplicated and indexed across 15 domains — one machine-readable catalog for Claude, Codex, Cursor, Antigravity, and anything that loads SKILL.md.

0
skills
0
domains
0
deps
catalog

    

Built to scale across agents

One catalog, every runtime — no lock-in.

Deduplicated

Overlapping skills collapse into one canonical copy per id, by a strict priority rule.

Domain-organized

Every skill is sorted into one of 15 normalized domains, so browsing 2,658 stays effortless.

One manifest

A single skills_index.json exposes id, version, domain, trigger, path.

Zero dependencies

A static catalog — no pip, no install graph. Point your runtime at skills/.

CI-checked PRs

Contributions are validated against the manifest and linted for structure, reported on the PR.

Runtime-agnostic

Works with any agent that loads SKILL.md skills — no vendor coupling.

15 domains

2,658 skills, organized.

Install in seconds

Three ways to bring the catalog in.

ONE COMMAND
npx skills add sinhoneyy/master-skills
CLONE
git clone https://github.com/sinhoneyy/master-skills.git
NPM — GITHUB PACKAGES
npm install @sinhoneyy/master-skills

One file describes everything

skills_index.json

{
  "name": "master-skills",
  "skill_count": 2658,
  "categories": { "integrations": 812, "backend": 233, … },
  "skills": [
    {
      "id": "api-design-principles",
      "category": "backend",
      "trigger": "/api-design-principles",
      "path": "skills/backend/api-design-principles"
    }
  ]
}

Start building with 2,658 skills

One catalog for every agent. MIT-licensed tooling.

View on GitHub