Release Notes - v0.6.2
What's New
Discover Mode for Init
Easily add new AI agents to your existing skillshare configuration without re-initializing.
# Interactive
ss init --discover
# Non-interactive
ss init --discover --select "windsurf,kilocode"5 New Agents Supported
Now supporting 17 AI agents out of the box:
| New | Agent |
|---|---|
| ✨ | Clawdbot |
| ✨ | Droid |
| ✨ | Kilocode |
| ✨ | Roo |
| ✨ | Windsurf |
Shorthand Command
Use ss instead of skillshare for faster typing:
ss status # same as: skillshare status
ss sync # same as: skillshare sync
ss init -d # same as: skillshare init --discoverAutomatically available after install via symlink.
Version Display
status and doctor now show both CLI and skill versions:
Version
─────────────────────────────────────────
✓ CLI: 0.6.2
✓ Skill: 0.7.1 (up to date)
Improvements
- Interactive target selection:
initnow uses arrow-key selection instead of Y/n prompts - Better error messages: "already initialized" now suggests
--discoverflag - Fixed:
upgrade --skillcommand hint in status output
Upgrade
# CLI
brew upgrade skillshare
# or
curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh | sh
# Skill
ss upgrade --skill && ss sync