Commands
Complete reference for all skillshare commands.
Overview
| Category | Commands |
|---|---|
| Core | init, install, uninstall, list, search, sync, status |
| Skill Management | new, update, upgrade |
| Target Management | target, diff |
| Sync Operations | collect, backup, restore, push, pull |
| Utilities | doctor |
Core Commands
| Command | Description |
|---|---|
| init | First-time setup |
| install | Add a skill from a repo or path |
| uninstall | Remove a skill |
| list | List all skills |
| search | Search for skills |
| sync | Push skills to all targets |
| status | Show sync state |
Skill Management
| Command | Description |
|---|---|
| new | Create a new skill |
| update | Update a skill or tracked repo |
| upgrade | Upgrade CLI or built-in skill |
Target Management
| Command | Description |
|---|---|
| target | Manage targets |
| diff | Show differences between source and targets |
Sync Operations
| Command | Description |
|---|---|
| collect | Collect skills from target to source |
| backup | Create backup of targets |
| restore | Restore targets from backup |
| push | Push to git remote |
| pull | Pull from git remote and sync |
Utilities
| Command | Description |
|---|---|
| doctor | Diagnose issues |
Common Flags
Most commands support:
| Flag | Description |
|---|---|
--dry-run, -n | Preview without making changes |
--help, -h | Show help |
Quick Reference
# Setup
skillshare init
skillshare init --remote [email protected]:you/skills.git
# Install skills
skillshare install anthropics/skills/skills/pdf
skillshare install github.com/team/skills --track
# Create skill
skillshare new my-skill
# Sync
skillshare sync
skillshare sync --dry-run
# Cross-machine
skillshare push -m "Add skill"
skillshare pull
# Status
skillshare status
skillshare list
skillshare diff
# Maintenance
skillshare update --all
skillshare doctor
skillshare backup
Related
- Quick Reference — Command cheat sheet
- Workflows — Common usage patterns