Skip to content

skilla v0.2.0

Choose a tag to compare

@junior junior released this 09 Jul 02:37
· 6 commits to main since this release

Changed

  • --scope <user|project> — explicit scope flag (project = ./.agents/skills, default; user = ~/.agents/skills). -g/--global is now shorthand for --scope user.
  • Help output uses the plain skilla name with a single Location: line.
  • verify uses the cosign v3 bundle API.

Added

  • The skilla skill (skills/skilla/SKILL.md) — teaches AI CLIs (Claude Code, Devin, …) to install skills via skilla: skilla add https://github.com/junior/skilla --skill skilla
  • Homebrew: brew install junior/tap/skilla

Install

brew install junior/tap/skilla
# or
mise use -g 'github:junior/skilla[exe=skilla,matching=skilla]@0.2.0'
# or
curl -fsSL https://raw.githubusercontent.com/junior/skilla/v0.2.0/skilla -o ~/.local/bin/skilla && chmod +x ~/.local/bin/skilla