Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This meta-skill manages a private catalog of skills, agents, and prompts that you can add to your workflow on demand. It tracks references in a YAML file and fetches only what you need, when you need it. Designed for users who maintain their own agent ecosystems without relying on public registries.
WHO IT'S FOR
AI Agent Power Users
manage private skill catalogs across devices
DevOps / Platform Engineers
distribute internal agent tools via git-backed catalogs
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
In a terminal, create the documented global library skill directory.
mkdir -p ~/.claude/skills/library
In a terminal, clone your fork into the global library skill directory. Replace <yourname> with the GitHub account name that owns your fork; keep the destination unchanged.
Manually open ~/.claude/skills/library/SKILL.md. Set LIBRARY_REPO_URL to your fork URL, and confirm LIBRARY_YAML_PATH and LIBRARY_SKILL_DIR use the documented global paths.
Verify that SKILL.md and library.yaml exist in the library directory and that /library is available in Claude Code.
Manually open ~/.claude/skills/library/SKILL.md. Set LIBRARY_REPO_URL to your fork URL, and confirm LIBRARY_YAML_PATH and LIBRARY_SKILL_DIR use the documented global paths.
Verify that SKILL.md and library.yaml exist in the library directory and that /library is available in Claude Code.