Loading...
Loading...
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.
npx skill4agent add skillcreatorai/ai-agent-skills share-a-librarynpx ai-agent-skills build-docsnpx ai-agent-skills build-docsgit init
git add .
git commit -m "Initialize skills library"
gh repo create <owner>/<repo> --public --source=. --remote=origin --pushstarter-packnpx ai-agent-skills install <owner>/<repo> --collection starter-pack -pnpx ai-agent-skills install <owner>/<repo> -pgit init