Skillry v1.2.0
Skillry v1.2.0 — update tooling, compliance polish, and a verified non-destructive merge install.
Added
skillry updateandskillry version—updatechecks the latest GitHub release vs. your
installed version and prints the exact update command for each install method (Claude Code
marketplace, npm/npx, clone). Installed skill files never self-update silently; the command shows
you how to refresh them.
Fixed / polish
- Attribution accuracy in
THIRD-PARTY-NOTICES.md(github/awesome-copilot: 17 redistributed skills);
removed stale example counts; refreshed the build-effort token figures.
Install
# Claude Code:
/plugin marketplace add FluxonLab/Skillry
# npx (no install) or global from GitHub (works today):
npx github:FluxonLab/Skillry install --apply --targets claude codex --instructions .
npm install -g github:FluxonLab/Skillry
A registry publish (npm i -g skillry) is planned. Full notes: CHANGELOG.md.