Releases: junior/skilla
Releases · junior/skilla
Release list
skilla v0.4.1
Fixed
plugin initcould scaffold aplugin.jsonthat fails its own validator: the directory name was mapped character-by-character, somy__toolsbecame the manifest-illegalmy--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
skilla v0.4.0 — Agent Plugins 1.0.0 support + metadata.version fix
skilla v0.3.0
Added
skilla repo ls <source>— list a repo's skills (name · version · description) without installing.- Partial + sparse clones:
add --skill,update, andrepo lsdownload 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
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
Changed
--scope <user|project>— explicit scope flag (project= ./.agents/skills, default;user= ~/.agents/skills).-g/--globalis now shorthand for--scope user.- Help output uses the plain
skillaname with a singleLocation:line. verifyuses the cosign v3 bundle API.
Added
- The
skillaskill (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/skillaskilla v0.1.0
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