.skills/skillshare/SKILL.md
Syncs skills across AI CLI tools (Claude, Cursor, Windsurf, etc.) from a single source of truth. Global mode (~/.config/skillshare/) and project mode (.skillshare/ per-repo). Commands: status, sync, install, uninstall, update, check, search, new, collect, push, pull, diff, list, doctor, audit, init-rules, trash, log, backup, restore, target, ui, upgrade. Features: target-level skill filtering (include/exclude), skill-level targets field, XDG Base Directory support, fuzzy subdirectory resolution for monorepo installs, .skillignore for repo-level skill filtering, --exclude flag, license display, multi-skill and group uninstall (--group/-G), declarative skill manifest (global + project), group field for organized placement, 49+ supported targets. Use when: managing skills across AI tools, "skillshare" CLI, skill sync/install/search, project skills setup, target filtering, security audit, web dashboard, or troubleshooting.
npx skillsauth add jinyannan/learn-claude-demo skillshareInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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).
| 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 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.
install auto-scans skills; CRITICAL findings block install (--force to override)install shows license from SKILL.md frontmatter in selection/confirmation promptsuninstall accepts multiple names and --group/-G for batch removal; auto-detects group directoriesuninstall moves to trash (7-day retention) — restore with trash restore <name>rm -rf symlinked skills — deletes source. Use skillshare uninstall or target removeSee audit.md and trash.md for details.
| 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 |
tools
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.
tools
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
development
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.
development
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.