Skip to content

Releases: junior/skilla

skilla v0.4.1

Choose a tag to compare

@junior junior released this 13 Aug 03:17

Fixed

  • plugin init could scaffold a plugin.json that fails its own validator: the directory name was mapped character-by-character, so my__tools became the manifest-illegal my--tools. Repeated -/. runs are now squeezed, leading and trailing non-alphanumerics stripped, and the result truncated to 64 characters.

Full changelog: https://github.com/junior/skilla/blob/main/CHANGELOG.md

skilla v0.4.0

Choose a tag to compare

@junior junior released this 13 Aug 03:06

skilla v0.4.0 — Agent Plugins 1.0.0 support + metadata.version fix

skilla v0.3.0

Choose a tag to compare

@junior junior released this 13 Jul 03:58

Added

  • skilla repo ls <source> — list a repo's skills (name · version · description) without installing.
  • Partial + sparse clones: add --skill, update, and repo ls download only the needed skill's files (deps materialize on demand; automatic fallback to plain shallow clone) — big catalogs like microsoft/azure-skills or nvidia/skills no longer cost a full checkout.
  • README badges.
brew install junior/tap/skilla   # or: brew upgrade skilla
mise use -g 'github:junior/skilla[exe=skilla,matching=skilla]@0.3.0'

skilla v0.2.1

Choose a tag to compare

@junior junior released this 12 Jul 06:44

Fixed: skilla verify now passes --insecure-ignore-tlog=true — internal-PKI bundles (key-signed, no public transparency log) verify fully offline. Trust remains the pinned public key.

skilla v0.2.0

Choose a tag to compare

@junior junior released this 09 Jul 02:37

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

skilla v0.1.0

Choose a tag to compare

@junior junior released this 30 Jun 03:03

First release — a tiny bash CLI to install agentskills.io skills, no Node.js. Install: curl -fsSL https://raw.githubusercontent.com/junior/skilla/v0.1.0/skilla -o ~/.local/bin/skilla && chmod +x ~/.local/bin/skilla