What problem does it solve?
Turning a finished local skills library into something teammates can actually install requires several manual steps: regenerating docs, initializing git, creating a GitHub repo, pushing, and constructing the correct install command. This Skill walks through that entire publishing flow and guarantees you end with a working repo URL and an exact install command to hand off.
Core Features & Use Cases
- Guided GitHub Publishing: Runs the full sequence from
git init through gh repo create and push, with guardrails against stopping halfway or creating duplicate repos.
- Docs Regeneration: Ensures
npx ai-agent-skills build-docs runs before publishing so the shared library ships with up-to-date documentation.
- Exact Install Command Output: Returns the precise
npx ai-agent-skills install command, preferring the --collection starter-pack variant when a curated starter pack exists.
- Use Case: You have finished curating a team skills library in a managed workspace. Run this Skill to publish it to GitHub under your organization and receive the one-line install command to paste into your team's onboarding docs.
Quick Start
Publish my current skills library workspace to GitHub and give me the exact install command to share with my teammates.