Overview
skillgraph is the package manager for AI-agent skills — npm, but for skills. Pull a skill and
its entire dependency graph into .claude/skills/ with one command, and publish your
own under your @scope.
A skill is a flat-named folder with a SKILL.md (its name and
description in frontmatter), following the open
Agent Skills standard. Skills can declare dependencies on
other skills, so the registry forms a directed graph — its namesake.
Install a skill and skillgraph resolves the whole transitive closure, pins it in a lockfile, and
writes every skill into your project's .claude/skills/. Search and install need no
account; you sign in only to publish your own.