Documentation
Everything you need to install the CLI, scan your agent repo, claim your first Named Skill, and contribute to the registry.
gaia curate <url> or follow each phase manually.
● New
Named Skills & Origin
How to claim origin status on a skill you've demonstrated, earn honor-red attribution, and reach 2★ Named rank.
● New
Evidence & Trust
Evidence Type, Grade, and Overall Trust Grade — how the two-axis trust model supersedes deprecated Evidence Class and gates star progression.
● New
Skill Fusion
Combine two or more skills into one Fusion. How gaia fuse works and when to open a fusion PR.
● New
@gaia-research/mcp to give any MCP-compatible agent read-only access to the skill graph at runtime — search, inspect, status. Installing still happens through the CLI.
● New
Share Bundles
Export your skill tree as a self-contained JSON bundle. Anyone with the file or URL can preview your skills and install the ones they want.
● New
FAQ
Answers to the most common questions about gaia init outside a repo, gaia push, and the local-first design.
● New
Timeline Audit
Detect rank drift between the registry and user tree, backfill missing demote and rank_up events, and clear the Transparency Gate.
● New
# Install curl -fsSL https://gaiaskilltree.com/install.sh | sh # Initialise your profile inside a Git repo gaia init --user <your-github-handle> # Scan the repo for skill evidence gaia scan # Propose your detected skills to canon gaia push --dry-run # View your tree gaia tree
Need more detail? Read the Getting Started guide →