Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
.claude/skills/moizibnyousaf-share-a-library/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -12% | 0% |
Turn a finished local library into a real shared artifact with a repo URL and an install command another agent can use.
npx ai-agent-skills build-docs has already run, or you run it now before publishing.bashnpx ai-agent-skills build-docs
bashgit init git add . git commit -m "Initialize skills library" gh repo create <owner>/<repo> --public --source=. --remote=origin --push
If the library has a starter-pack collection:
bashnpx ai-agent-skills install <owner>/<repo> --collection starter-pack -p
Otherwise:
bashnpx ai-agent-skills install <owner>/<repo> -p
git init. A shared library is not shared until the repo exists and the install command is ready.Return:
Other measured skills in the registry, with their headline benchmark lift.