Share your skill. We prove that it works. Then we name it to you.
Gaia is not a marketplace of skills, or an installer of some sorts. What we do is we verify your skill, check its capability, and reward them to those who AUTHORED them. Not the model, not the AI, but the HUMAN who authored them.
👉 Have an original skill? Send it to us. Run
curl -fsSL https://gaiaskilltree.com/install.sh | sh
and push your first skill in under 2 minutes.
Generate yours at gaiaskilltree.com/badges/.
Brand & product: PRODUCT.md · CONTEXT.md · DESIGN.md
Keywords: AI Agent Skill registry • Evidence-Backed Skill Graph • Capability Graph • Model Context Protocol • AI Agents • Attribution
Right now just me.
Truth is, Gaia will exist even without anyone sending their skills.
I built this because skills should be attributed to the people who proved them. Permanently, not just until the repo goes private.
So that means, its the developers who make skills maintaining this. I have a thorough curation process, and the dev community is evidence on why this works. As long as developers making skills exists, this registry will exist. This is open-source, so feel free to contribute!
◆ mattpocock/skills [5★]
├─ · mattpocock/engineering [4★]
│ ├─ · devin-ai/autonomous-swe [3★]
│ │ ├─ ○ garrytan/design-html [3★]
│ │ ├─ ○ /code-execution
│ │ └─ ○ /error-interpretation
│ ├─ ○ addy-osmani/code-simplification [3★]
│ ├─ · garrytan/garrytan [4★]
│ │ ├─ ○ /plan-decompose
│ │ └─ ○ ████████/ask-matt
│ ├─ · mattpocock/to-prd [3★]
│ │ ├─ ○ garrytan/retro [3★]
│ │ └─ ○ /plan-decompose (↑ see above)
│ ├─ ○ mattpocock/triage [3★]
│ ├─ · mattpocock/ubiquitous-language [3★]
◆ garrytan/gstack [5★]
├─ ○ garrytan/office-hours [3★]
├─ ○ garrytan/benchmark [3★]
├─ · addy-osmani/code-review-and-quality [3★]
│ ├─ ○ garrytan/design-html [3★]
│ ├─ ○ /diff-content
│ └─ ○ garrytan/benchmark [3★] (↑ see above)
├─ ○ nextlevelbuilder/ui-ux-pro-max [4★]
├─ · garrytan/garrytan [4★]
│ ├─ ○ /plan-decompose
│ └─ ○ ████████/ask-matt
├─ · garrytan/design-consultation [3★]
│ ├─ · ████████/browse
│ │ ├─ ○ firecrawl/firecrawl-build-search [4★]
│ │ └─ ○ /computer-use
Uniques — Basic Skills that reached elite mastery (4★+) through depth alone, with no fusion path forward.
◉ mvanhorn/last30days [4★]
├─ · /ghostwrite
│ ├─ · /research
│ │ ├─ ○ firecrawl/firecrawl-build-search [4★]
│ │ ├─ ○ /summarize
(278 skills total — see docs/tree.md)
Do a gaia scan and gaia fuse render in your terminal:
mattpocock/grill-me ────────────┐
├──▶ mattpocock/grill-with-docs ◇
mattpocock/ubiquitous-language ─┘
Then the whole tree emerges from the fusions. Here's what it looks like.
Direct link: https://gaiaskilltree.com/named/#explorer/mattpocock/skills
Tip
New here? The interactive tutorial at gaiaskilltree.com covers everything visually: skill tiers, the stars axis, and copy-paste commands.
| Stars | Rank | Notes |
|---|---|---|
| 0★ | Starless | |
| 1★ | Awakened | Default star rank once you push |
| 2★ | Named | You get to be on the tree if you reach here |
| 3★ | Evolved | You ranked up!! |
| 4★ | Extra / Unique | Extra (skill packs/suites), Unique (standalone) |
| 5★ | Ultimate | Ultimate / Unique Ultimate |
| 6★ | Apex | Apex / Unique Impossible |
- Evidence Type
| # | Evidence Type | Notes |
|---|---|---|
| 1 | arxiv |
scientific papers |
| 2 | repo / repo-own |
contains a repo link |
| 3 | github-stars |
how many github stars you have |
| 4 | peer-review |
someone reviewed your skill |
| 5 | social-signal |
youtube, X, or any post |
| 6 | proxy |
someone used your skill, maybe in another repo and it has a lot of stars |
| 7 | benchmark-result |
benchmark that showcases your skill |
| 8 | verifier-attestation |
our own verifiers attest to your skill |
| 9 | fusion-recipe |
gaia's own fusion structure |
- Evidence Grade
| Evidence Name | Grade |
|---|---|
| Platinum | S |
| Gold | A |
| Silver | B |
| Bronze | C |
| Grey | ungraded |
- Trust Magnitude This is the evidence grade at the Skill level.
Detailed Policy: See META.md for the full evidence methodology, ranking floors, and prestige requirements.
Public Trust Ledger: The Trust Ledger ranks every named skill by computed Trust Magnitude — see
docs/trust/ledger/(deployed at https://gaiaskilltree.com/trust/ledger/ once the site rebuilds).
1. CLI
Current Gaia CLI version: 7.6.3.
curl -fsSL https://gaiaskilltree.com/install.sh | shPython installation alternative:
pip install gaia-clipipx / Windows alternatives
pipx:
brew install pipx
pipx install gaia-cliWindows (PowerShell one-liner installer):
iex (irm https://gaiaskilltree.com/install.ps1)Manual Python/pip fallback (Windows):
py -m pip install gaia-cli
$env:PATH += ";" + (python -c "import sysconfig; print(sysconfig.get_path('scripts', 'nt_user'))")Full Install (for devs) (editable install with all extras):
git clone https://github.com/gaia-research/gaia-skill-tree.git
cd gaia-skill-tree
pip install -e ".[embeddings,dev,docs]"The dev extra installs packaging/test tools such as build and pytest; without it,
packaging-specific tests are skipped locally with guidance to install developer extras.
Update
gaia update2. Init / Scan
gaia initgaia scanYour repo will be scanned for existing skills. Everything will be in .gaia folder.
3. Push to this repo!
gaia pushA GitHub issue opens automatically. Don't worry, we thoroughly review every intake.
4. MCP Server
claude mcp add gaia -- npx --yes --package=@gaia-research/mcp@latest gaia-mcpConnects your AI agent to the public Gaia Skill Tree registry over stdio. The
scoped package has two binaries, so the explicit package selector invokes
gaia-mcp; see the Gaia MCP 0.4.0 release for the current
contract.
gaiaWill open all sorts of commands in a nice way.
gaia skillsNavigate skills:
- Fuzzy search by name, description, or intent
- View tree (
^T) and run scan (^G) without leaving the TUI - Install skills with one keystroke
- Keyboard-native:
↑↓navigate ·Enterinstall ·qquit
usage: gaia [-h] [--registry REGISTRY] [--global] [--version]
{help,init,scan,steward,fetch,pull,update,install,uninstall,share,tree,push,propose,version,whoami,login,logout,reset,graph,stats,appraise,fuse,lookup,path,dev,skills,curate,trust}
...
Gaia CLI
options:
-h, --help show this help message and exit
--registry REGISTRY Path to a local registry checkout. Defaults to auto-resolved local or global
registry.
--global, -g Use global GAIA_HOME registry, ignoring any local .gaia/ config.
--version, -v Print the Gaia CLI version and exit.
--tui Launch the TUI (Terminal User Interface).
--canon Show canonical registry data instead of local-first view.
Getting started:
gaia init [--user <name>] [--scan <path>] [--yes] [-y]
gaia scan [--quiet]
gaia push [--dry-run] [--no-issue]
gaia Open command selector
gaia skills Launch skills explorer (TUI)
Daily commands:
gaia tree [--named] [--title]
gaia appraise [<skillId>]
gaia stats
gaia steward scan [--json]
gaia steward run [--json]
gaia pull
gaia fuse <skillId> [--name <name>]
gaia path <skillId> [--owned-only] [--json]
gaia lookup <skillId>
gaia graph [--format html|json] [-o <path>] [--no-open]
gaia propose [<skillId>] [--target <name>] [--no-pr]
Skills:
gaia skills <list|search|info|install|uninstall>
gaia skills list [--exclude-pending]
gaia skills search <query> [--exclude-pending]
gaia skills info <skill_id> [--exclude-pending]
gaia skills install <skill> [--global | --local]
gaia skills uninstall <skill_id>
Share:
gaia share [--user <name>] [-o <path>] [--stdout]
gaia install <bundle.json|url> Preview & install a shared tree (guided)
Utilities:
gaia whoami
gaia login Sign in with GitHub (device flow)
gaia logout Sign out of GitHub (clears the local token)
gaia version
gaia update
gaia dev mcp
gaia dev release <patch|minor|major>
gaia dev docs [--check]
Maintainer commands: gaia dev --help
@gaia-research/mcp@0.4.0 is the published Gaia MCP prototype.
Public installation examples use @latest; it currently resolves to that
release. The scoped package registers two binaries, gaia-mcp and
skill-hell, so an MCP client must select gaia-mcp explicitly.
| Agent | Install |
|---|---|
| Claude Code | claude mcp add gaia -- npx --yes --package=@gaia-research/mcp@latest gaia-mcp |
| Any MCP client | Command: npx; args: ["--yes", "--package=@gaia-research/mcp@latest", "gaia-mcp"] |
Current rich Registry/Bond package surface:
| Tool | Purpose |
|---|---|
gaia_search |
Find generic and Named Skills by task and constraints. |
gaia_inspect |
Return an evidence-backed skill dossier. |
summon |
Materialize a matching Named Skill into an ephemeral session. |
gaia_status |
Report version, compatibility, Registry freshness, counts, and tools. |
summon is the current tool name, not gaia_summon. It never mutates the
Registry, current repository, or persistent user configuration. The current
package is not an implemented or measured D4 thin search_skills + summon
profile; that profile does not deprecate the four tools above. Hell/Heaven
scoring, routing eligibility, and content-hash admission or verification are
not shipped.
For a direct CLI summon, use the npx-friendly alias:
npx --yes skill-hell@latest summon "code review" --cardSource and releases: https://github.com/gaia-research/gaia-mcp. See the Gaia MCP Page for current configuration guidance.
The registry is available as a static read-only JSON API — no authentication, no rate limits.
- Base URL:
https://gaiaskilltree.com/api/v1/ - Docs: gaiaskilltree.com/api/
- OpenAPI 3.1 spec: /api/v1/openapi.json
Quick examples:
# Health check
curl https://gaiaskilltree.com/api/v1/health.json
# All skills (page 1, sorted by Trust Magnitude)
curl https://gaiaskilltree.com/api/v1/skills/index.json
# Single skill detail
curl https://gaiaskilltree.com/api/v1/skills/garrytan/gstack.json
# Trust leaderboard
curl https://gaiaskilltree.com/api/v1/leaderboard.jsonTo help AI agents and automated clients discover and crawl the registry programmatically:
- registry graph:
/graph/gaia.json - Named skills:
/named/ - Trust ledger:
/trust/ledger/
Companion tools that build on Gaia but run independently:
- skill-fuse — a standalone skill that combines two AI agent skills into one fused skill. Powered by Gaia, works without it. Registered in the registry as
gaia-research/fuse.
registry/ curated registry data and public generated catalogs
registry-for-review/ pending skill batch intake records
skill-trees/ per-user skill-tree.json files
generated-output/ ignored local scan and render output
docs/ docs site
src/gaia_cli/ Python CLI package
packages/cli-npm/ npm CLI wrapper
scripts/ validation, rendering, docs, and release helpers
tests/ Python test suite
Gaia is a shared map of agent capabilities.
Common ways to help:
- Review draft skills for clarity, overlap, and evidence quality.
- Turn accepted reviews into concrete PRs (new skill, fusion, or reclassification).
Contribution steps: CONTRIBUTING.md. Full policy/reviewer guidance: https://gaiaskilltree.com/en.
Thank you to everyone who has expanded the registry <3 You are the best!
| Contributor | Role |
|---|---|
| @mbtiongson1 | Creator and maintainer: graph design, CLI, MCP server, curation pipeline |
| @rico-favor | Co-founder and twin brother: authored the Gaia Skill Bench proposal (#960) — the pillar model, task-generation pipeline, and anti-gaming spec that Gaia's benchmark methodology is built on. Ongoing pair programming across the registry. Gifted tiongson.co — the domain this project runs under. Direct engineering contributions (July 2026): CI security hardening (#1162), ReDoS fix in api-client (#1163), GitHub host validation fix (#1164), intake batch schema fix (#1165), --dir flag for nonstandard skill roots (#1166). |
| @MariTiongson | Collaborator: English localization (docs/en/) translation and layout updates |
| @Juno | Key contributor: graph browser expansion, function-calling skill, RAG pipeline evidence, and CLI DX improvements |
| @milim-gaia | Core marketing agent: SEO optimization, copywriting, and agentic discovery alignment |
| @nova-gaia | Core marketing agent: automated outreach campaigns, compliance, and ecosystem growth loops |
| Developers | Skills |
|---|---|
| @ruvnet | 48 — agentdb, flow-nexus, hive-mind-coordination, browser, and 44 others |
| @garrytan | 47 — gstack ecosystem: browse, qa, ship, review, benchmark, learn, and 41 others |
| @google-deepmind | 37 — alphafold, alphagenome, ensembl, clinvar, foldseek, and 32 others |
| @mattpocock | 34 — to-prd, triage, diagnose, tdd, zoom-out, grill-me, and 28 others |
| @obra | 12 — superpowers ecosystem: systematic-debugging, dispatching-parallel-agents, and 10 others |
| @addy-osmani | 9 — agent-skills, performance-optimization, test-driven-development, and 6 others |
| @intelligentcode-ai | 8 — database-engineer, devops-engineer, security-engineer, and 5 others |
| @[anonymous] | 7 — hf-cli, llm-trainer, datasets, transformers-js, and 3 others |
Community contributors (1–2 skills each): @karpathy, @anthropic, @openai, @[anonymous], @glincker, @spring-ai-alibaba, @pexp13, @caioribeiroclw-pixel
| Contributor | Contribution |
|---|---|
| @balukosuri | Evidence: community reproduction of Karpathy's autoresearch as a universal skill |
| @kriptoburak | Evidence evaluator: x-twitter-automation evidence review |
| @fahimkarim01 | Curation: corrected pexp13/sentiment-analysis metadata links |
| Contributor | Contribution |
|---|---|
| @fazalpsinfo-cmyk | Bug fix: resolved UnboundLocalError in gaia scan when no custom skills are detected (#1141, PR #1188) |
| Bot | Contribution |
|---|---|
| @jules | Named skills via Google Jules AI: langgenius suite (backend-code-review, frontend-code-review, e2e-cucumber-playwright, and 2 others) |
| @gaiabot | Internal Gaia bot: repo triage and docs-sync automation |
| @gemini-cli | Curation: generative-media, mathematical-animation, and other generic skills from Hermes ecosystem |
The registry is programmatically managed. All meta shifts (adding, merging, splitting, adding evidence) must be performed via the Gaia CLI. Hand-editing JSON nodes is deprecated to ensure schema integrity and automated timeline logging.
Gaia does not store personal information.
- Skills are summarised, not stored.
gaia scanrecords capability type, level, and evidence class — never file contents, prompt text, or conversation history. - Only public repo links. The registry stores your public GitHub username and a public repo URL when you explicitly submit a named skill. Nothing else.
- Generalised by default. Skill descriptions capture capability categories, not personal details about you or your agent's behaviour.
- No telemetry. The CLI and the static website collect zero analytics or usage data.
Full details: PRIVACY.md · gaiaskilltree.com/privacy.html
Topics: gaia-skill-tree, ai-agent, skill-registry, capability-graph, evidence-backed, agent-skills, attribution, model-context-protocol, open-source-ai, llm-ops, agent-framework
Be like Rimuru. The main inspiration for this repository. Basically stole the idea of the "Great Sage" and applied it to agent skills.
Apache 2.0: see LICENSE.
Graph is canonical. Everything else is a shadow.

