Skip to content

Skillry v1.2.0

Choose a tag to compare

@FluxonLab FluxonLab released this 01 Jun 19:19
· 14 commits to main since this release

Skillry v1.2.0 — update tooling, compliance polish, and a verified non-destructive merge install.

Added

  • skillry update and skillry versionupdate checks 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.