Manage private AI agent skill collections that work with skills.sh. Share skills across your team and sync them between Claude Code, Cursor, and other AI agents.
# Install the CLInpm install -g skillsd
Your skills work with Claude Code, Cursor, Windsurf, and any AI agent that supports skills.sh. One collection, all your tools.
Every skill collection is version controlled. Track changes, create pull requests, and collaborate with your team.
Share skill collections with your team. Review changes with pull requests before they go live.
Use npx skills add to add community skills. Push your customizations back to your private collection.
Link, status, push. A git-like workflow for managing your skills. Works from any project directory.
Your skill collections are private. Share with your team via API keys or make them available to specific users.
# Link your project to a collection
skillsd link my-team/shared-skills --create
# Add skills from skills.sh
npx skills add owner/repo@skill-name -y
# Check what changed
skillsd status
# Push to your collection
skillsd push -t "Add new skill"Create a free account and start managing your AI agent skills.