github runkids/skillshare v0.6.2

latest releases: v0.19.5, v0.19.4, v0.19.3...
3 months ago

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 --discover

Automatically 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: init now uses arrow-key selection instead of Y/n prompts
  • Better error messages: "already initialized" now suggests --discover flag
  • Fixed: upgrade --skill command 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

Changelog

  • 8bcf5b6 feat: add 5 new agents to DefaultTargets
  • d43afa5 feat: add discover mode for init command
  • 1033aba feat: show CLI and skill version in status and doctor
  • 17c6e93 feat: show skill version in status and doctor

Don't miss a new skillshare release

NewReleases is sending notifications on new releases.