skillshare
Skillshare CLI
Two Modes
Global: ~/.config/skillshare/skills → ~/.claude/skills, ~/.cursor/skills, ...
Project: .skillshare/skills/ → .claude/skills, .cursor/skills (per-repo)
Auto-detection: commands run in project mode when .skillshare/config.yaml exists in cwd.
Force with -p (project) or -g (global).
Commands
| Category | Commands | Project? |
|---|---|---|
| Inspect | status, diff, list, doctor |
✓ (auto) |
| Sync | sync, collect |
✓ (auto) |
| Remote | push, pull |
✗ (use git) |
| Skills | new, install, uninstall, update, check, search |
✓ (-p) |
| Targets | target add/remove/list |
✓ (-p) |
| Security | audit [name] |
✓ (-p) |
| Trash | trash list|restore|delete|empty |
✓ (-p) |
| Log | log [--audit] [--tail N] |
✓ (-p) |
| Backup | backup, restore |
✗ |
| Web UI | ui (-g global, -p project) |
✓ (-p) |
| Upgrade | upgrade [--cli|--skill] |
— |
Workflow: Most commands require sync afterward to distribute changes.
AI Usage Notes
Non-Interactive Mode
AI cannot respond to CLI prompts. Always pass flags to skip interactive prompts.
# Key non-interactive patterns
skillshare init --no-copy --all-targets --git --skill # Global fresh start
skillshare init -p --targets "claude,cursor" # Project init
skillshare install user/repo --all # Install all skills
skillshare install user/repo -s pdf,commit # Select specific
See init.md and install.md for all flags.
Safety
installauto-scans skills; CRITICAL findings block install (--forceto override)installshows license from SKILL.md frontmatter in selection/confirmation promptsuninstallaccepts multiple names and--group/-Gfor batch removal; auto-detects group directoriesuninstallmoves to trash (7-day retention) — restore withtrash restore <name>- NEVER
rm -rfsymlinked skills — deletes source. Useskillshare uninstallortarget remove
See audit.md and trash.md for details.
References
| Topic | File |
|---|---|
| Init flags (global + project) | init.md |
| Sync/collect/push/pull | sync.md |
| Install/update/uninstall/new | install.md |
| Status/diff/list/search/check | status.md |
| Security audit | audit.md |
| Trash (soft-delete) | trash.md |
| Operation log | log.md |
| Target management | targets.md |
| Backup/restore | backup.md |
| Troubleshooting | TROUBLESHOOTING.md |
More from haha0815/claude-meta-skills
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
44skills-updater
Check and update installed Claude Code skills from multiple sources (Claude plugins and npx skills). Scans for available updates, supports batch or individual updates with intelligent local change merging, and recommends popular skills from skillsmp.com and skills.sh marketplaces. Use when users want to update skills, check for new versions, discover trending skills, or manage their skill collection.
11skill-auditor
Use when auditing a collection of SKILL.md files for overlap, redundancy, or governance issues. Also use for managing a central skills repository, creating symlinks across projects, migrating skills, and syncing. Triggers when user pastes a bundle of skills, wants structured metadata extraction, consolidation recommendations, merge proposals, cleanup plans, or needs to set up/sync a central skills repo.
10ideation
Unified ideation skill with three modes: Quick (SCAMPER, Six Thinking Hats via Gemini API), Collaborative (dialogue-based design exploration before implementation), and Formal Review (multi-agent structured design review for high-stakes decisions). You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior.
9