gaia-research/gaia-skill-tree

Gaia is a living, open registry of every AI agent skill — structured as a leveling skill graph. Live site: https://gaiaskilltree.com/

This repository also configures its own agents. See what gaia-skill-tree tells them →

19Stars on the repository
83Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

ci-churn

01

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Measure CI churn cost for a pull request: how many commits and how many CI-compute seconds were burned on avoidable "fix the CI" push rounds. Use when you want to understand the efficiency cost of a PR's iteration cycle, get actionable pre-push check suggestions, or include a churn summary in a pipeline report.…

not rated 19 today A 120 tokens

design-gate

02

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Produce the rendered evidence a human-gated frontend PR owes its reviewer: capture each changed surface (plus the before state for anything modified, plus mobile width), then generate one self-contained local HTML page the founder can open and review without checking anything out. Use when a PR is gated by the…

not rated 19 today A 186 tokens

design-iteration

03

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

One-fix-at-a-time, approval-gated design fix recovery. Given a checklist of fixes (handover doc, CHECKLIST.md, or inline list), applies each individually, presents a diff, and waits for an explicit APPROVE / REJECT / NO CHANGES decision before committing. Trigger phrases: /design-iteration, "go through the checklist…

not rated 19 today A 96 tokens

epic-close

04

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Close out a completed EPIC / sprint end-to-end: author a fact-verified meta-post announcing what shipped, archive the EPIC's handovers, snapshot orchestrator memory, gate the integration→main merge on CI-green + explicit human go, drive the version bump (merge-commit conventions that auto-sync classifies), and verify…

not rated 19 today A 175 tokens

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Run this skill for Phase 3 of the evidence verification pipeline — the adversarial audit step. Use when you need to check the evidence data lake for bad data before ingestion: dead links, wrong URL formats (tree/ vs blob/), subjective wording ("elite", "high-quality"), stale migration notes, benchmark catalog…

not rated 19 today A 150 tokens

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Phase 2B of the Gaia evidence verification pipeline. Verifies benchmark-result rows and benchmark-source candidates against registry/benchmark-sources.json before adversarial audit, link validation, catalog promotion, or ingestion. Use when running /ev-pipeline, checking benchmark-result evidence, reviewing…

not rated 19 today A 78 tokens

ev-collection

07

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Phase 1 of the Gaia evidence verification pipeline. Use this skill whenever you need to gather, consolidate, or refresh raw evidence for named skills in the registry. Trigger phrases: "collect evidence", "populate the data lake", "gather sources", "run ev-collection", "Phase 1", "compile the evidence index", "refresh…

not rated 19 today A 161 tokens

ev-discovery

08

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Skippable Phase 0 of the Gaia evidence verification pipeline. Use only on declared need for higher-quality Stage-2 evidence: a promotion candidate, or a skill that gaia-meta-sweep flagged as under-evidenced. Given a skill id, source repo/context, and needed evidence types (benchmark-result, arxiv, peer-review…

not rated 19 today A 198 tokens

ev-link-validation

09

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Phase 4 of the Gaia evidence verification pipeline. Checks every URL in the evidence data lake for HTTP liveness — catches dead links (404, 403, timeout, connection errors) before evidence is ingested into the registry. Use this skill when running the full /ev-pipeline, asked to "validate links", "check evidence…

not rated 19 today A 117 tokens

ev-pipeline

10

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Top-level orchestrator for the Gaia Skill Tree evidence verification pipeline. Run this when you want to do a full evidence pass — collecting raw sources, verifying live GitHub star counts, running Phase 2B benchmark-source verification, adversarially auditing for quality/formatting issues, and checking that every URL…

not rated 19 today A 191 tokens

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Phase 2 of the evidence verification pipeline. Validates GitHub star counts in registry skill files against live GitHub API data and flags stale or inflated metrics without repartitioning evidence by rank. Use this after /ev-collection has compiled the unified data lake and before /ev-adversarial-audit begins. Trigger…

not rated 19 today A 108 tokens

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Canonical entry point for the full Gaia evidence verification pipeline. Invoke as /evidence-verification-pipeline or /ev-pipeline — both names trigger this skill. Use whenever you need to run the evidence phases end-to-end: collecting raw evidence from the data lake, verifying live GitHub star counts, running Phase 2B…

not rated 19 today A 161 tokens

feature-pipeline

13

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Multi-agent exploration-to-PR pipeline for safely exploring, fixing, and shipping a feature or CLI. Use when the user says: "explore X", "test and ship X", "run the pipeline on X", "run /feature-pipeline on X", "let's properly investigate X", "stress-test X and file issues", or "take X through the full pipeline." Also…

not rated 19 today A 222 tokens

firecrawl

14

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Firecrawl gives AI agents and apps fast, reliable web context with strong search, scraping, and interaction tools. One install command sets up three skill segments: live CLI tools, app-integration build skills, and outcome-focused workflow skills. Route the reader to the right usage path after install.

not rated 19 today A 65 tokens

fp-drift

15

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Phase 5 of the feature-pipeline suite. Use this after /fp-iterate prints the M4 stop hook confirming CI is green. Fetches origin/main, runs gaia dev diff to surface any skill-registry changes the PR introduced that are unrelated to its stated purpose (accidental drift), then prints the final pipeline summary including…

not rated 19 changed 2d ago A 162 tokens

fp-explore

16

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Phase 1 of the feature-pipeline suite — stress-test a CLI command, feature, flag, or module as a developer seeing it for the first time, then file GitHub issues for every distinct finding. Use when someone says "explore X", "test X", "find issues with X", "what's wrong with X", or after /feature-pipeline init. Also…

not rated 19 today A 144 tokens

fp-implement

17

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Phase 3 of the feature-pipeline suite. Use this after /fp-plan has received explicit user approval and printed the M2-plan stop hook — when you need to translate an approved numbered plan into committed, pushed code. Triggers on: "implement the plan", "start coding", "commit the plan", "write the code"…

not rated 19 today A 179 tokens

fp-iterate

18

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Phase 4 of the feature-pipeline suite. Use this after /fp-review has posted a sandbox review comment — it reads the outstanding checkbox items, applies fixes, then watches CI until green (or exits cleanly so you can retry). Trigger phrases: "address review items", "fix review feedback", "resolve review checklist"…

not rated 19 today A 161 tokens

fp-plan

19

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Phase 2 of the feature-pipeline suite. Use this after /fp-explore has filed issues and printed the M1 stop hook — when you need to turn a set of filed GitHub issues into an approved implementation plan and a draft PR. Triggers on: "plan the fix", "create the branch and PR", "draft the implementation plan", "ready to…

not rated 19 today A 158 tokens

fp-review

20

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Phase 3 of the feature-pipeline suite. Run this after /fp-implement has pushed all commits and printed the M2 stop hook. Spawns a sandboxed sub-agent (HEAVIER) in an isolated worktree to run RED/GREEN tests against the PR diff and post a structured review comment. Use when you need an independent agent to verify…

not rated 19 changed 2d ago A 151 tokens

fuse

21

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Combine two AI agent skills into one. Trigger phrases: /fuse, "fuse these skills", "combine skills", "merge these two skills", "create a fusion skill".

not rated 19 today A 40 tokens

gaia-audit

22

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Focused single-target audit of one Gaia skill, named skill, or real-skill catalog item. Use this skill when: auditing a specific skill by ID or name, a skill looks overpromoted, evidence feels thin or dead, a contributor's skill seems outdated or superseded, the rank doesn't match the source quality, evidence is…

not rated 19 changed 2d ago A 165 tokens

gaia-bot-curate

23

gaia-research/gaia-skill-tree

Skill Claude CodeCodex needs its repo

Curate Gaia bot crawler branches into real-skill catalog entries and clean up processed bot/ branches. Use when the user says: "process bot branches", "curate the crawl output", "clean up bot proposals", "run bot curation", "merge the crawler results", "review bot/ branches", "ingest crawler data", or explicitly types…

not rated 19 changed 2d ago A 165 tokens

gaia-consult

24

gaia-research/gaia-skill-tree

Skill Claude CodeCodex

Reference guide for the full manual Gaia curation pipeline. Invoke at any phase when unsure what command to type next: gaia-curate, L4 review, gaia push, ev-pipeline (Phases 0–4), gaia-ingest, or close. Trigger phrases: "/gaia-consult", "what's the command for", "remind me how to", "I'm lost in the pipeline", "what do…

not rated 19 today B 107 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: