Skillquality 0.70
share-a-library
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.
Price
free
Protocol
skill
Verified
no
What it does
Share A Library
Goal
Turn a finished local library into a real shared artifact with a repo URL and an install command another agent can use.
Preconditions
- You are already inside a managed library workspace.
- The library has been sanity-checked.
npx ai-agent-skills build-docshas already run, or you run it now before publishing.
Workflow
- Regenerate docs if needed.
npx ai-agent-skills build-docs
- Publish the workspace to GitHub.
git init
git add .
git commit -m "Initialize skills library"
gh repo create <owner>/<repo> --public --source=. --remote=origin --push
- Return the exact shareable install command.
If the library has a starter-pack collection:
npx ai-agent-skills install <owner>/<repo> --collection starter-pack -p
Otherwise:
npx ai-agent-skills install <owner>/<repo> -p
Guardrails
- Do not stop at
git init. A shared library is not shared until the repo exists and the install command is ready. - If the repo already exists, connect the existing remote and push instead of creating a duplicate.
- Prefer the collection install command when a curated starter pack exists.
- Return the actual repo coordinates you used, not placeholders.
Done
Return:
- the repo URL
- whether you shared a collection or the whole library
- the exact install command to hand to teammates
Capabilities
skillsource-moizibnyousafskill-share-a-librarytopic-agent-skillstopic-claude-codetopic-clitopic-codextopic-cursortopic-developer-toolstopic-productivity
Install
Installnpx skills add MoizIbnYousaf/Ai-Agent-Skills
Transportskills-sh
Protocolskill
Quality
0.70/ 1.00
deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 1044 github stars · SKILL.md body (1,384 chars)
Provenance
Indexed fromgithub
Enriched2026-05-02 18:52:55Z · deterministic:skill-github:v1 · v1
First seen2026-04-18
Last seen2026-05-02