🔍 Search with Project Mode
skillshare search now supports --project / -p and --global / -g flags. When you find a skill interactively, it installs directly to .skillshare/skills/ — no separate install -p step needed.
skillshare search pdf -p # Search → select → install to project
skillshare search react --global # Force global install- Auto-detects project mode when
.skillshare/config.yamlexists - Auto-runs
init -pif the project hasn't been initialized yet - Updates
.skillshare/config.yamland.gitignoreautomatically
Changelog
- 63421c4 feat: add project mode support to search command