Move Your Agent Skills
Between Applications

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 CLI
npm install -g skillsd

Sync Between Apps

Your skills work with Claude Code, Cursor, Windsurf, and any AI agent that supports skills.sh. One collection, all your tools.

Git-Powered Version Control

Every skill collection is version controlled. Track changes, create pull requests, and collaborate with your team.

Team Collaboration

Share skill collections with your team. Review changes with pull requests before they go live.

Works with skills.sh

Use npx skills add to add community skills. Push your customizations back to your private collection.

CLI-First Workflow

Link, status, push. A git-like workflow for managing your skills. Works from any project directory.

Private by Default

Your skill collections are private. Share with your team via API keys or make them available to specific users.

Simple Workflow

# 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"

Ready to sync your skills?

Create a free account and start managing your AI agent skills.