Documentation
Everything you need to install the CLI, scan your agent repo, claim your first Named Skill, and contribute to the registry.
gaia init --workspace, track your skills locally,
and view watermarked graphs. Remote pushes are safely disabled in this mode.
Workspace Mode →
gaia fuse works and when to open a fusion PR.
● New
@gaia-registry/mcp-server to give any MCP-compatible agent access to the skill graph at runtime.
● 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 # Promote a candidate from the scan output gaia promote <skill-id> # View your tree gaia tree
Need more detail? Read the Getting Started guide →