Releases: FluxonLab/Skillry
Release list
Skillry v2.0.0
Skillry 2.0.0
This major release makes the public installer platform-only and fail-closed.
- Installs verified skills and agents without mutating project instruction files.
- Uses dry-run by default and per-target managed-state manifests.
- Refuses untracked collisions and locally modified managed files.
- Restores all 35 locked community sidecar targets.
- Adds a four-platform release gate covering 223 skills, 122 agents and 122 Codex TOML files.
- Excludes private governance sources from the npm payload.
Validation receipt: 14,753 checks passed, 0 failed.
The attached skillry-2.0.0.tgz has SHA-256:
cb21cbc3a92ed7176b30c07158178b1b7ac085d03606fc52ca1f6a44456c7be1
npm registry publication is pending maintainer authentication. Until then, use the GitHub tag or attached artifact.
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.
Skillry v1.1.0
Skillry v1.1.0 — multi-platform behavior files, a callable diff-review skill, and turnkey, non-destructive install.
Highlights
- Behavior files for every platform, all generated from the canonical
CLAUDE.md:
AGENTS.md(Codex / Copilot / Antigravity — the open AGENTS.md standard),GEMINI.md
(Gemini CLI / Antigravity), and.github/copilot-instructions.md(Copilot). CI fails if they drift. - New callable skill
diff-review— reviews a diff against four principles (surface assumptions,
keep it simple, surgical changes, verifiable goal), distilled from Andrej Karpathy's public guidance
(credited). Now 125 original skills across 18 departments. install.py --instructions <dir>drops the right behavior file per target platform into your
project — and merges instead of clobbering: your existing rules are kept, Skillry's manual is
appended under a marker, and a one-time, self-removing first-run notice has the agent reconcile
duplicate/conflicting rules with you. Re-installs are idempotent; a*.bak-skillrybackup is written.- 16 thin skills deepened to repo-median depth (~150+ lines of concrete content).
- Acknowledgments for the AI tools used (Claude, Codex, Gemini); attribution fix for the jaktestowac fork.
- Repo polish:
CHANGELOG.md, issue/PR templates, code of conduct.
Install
# Claude Code:
/plugin marketplace add FluxonLab/Skillry
# Any platform (npm/npx) — also drop behavior files into your project:
npx github:FluxonLab/Skillry install --apply --targets claude codex --instructions .
Full notes in CHANGELOG.md. MIT licensed; community/ content keeps its upstream license.
Skillry v1.0.0
Skillry v1.0.0 — first public release.
Installable, permission-bounded, multi-platform agent skills & subagents for Claude Code, OpenAI Codex, GitHub Copilot, and Google Antigravity (Gemini).
What's inside
- 124 original skills across 18 departments — concrete procedures, real commands, checklists, and safety rules.
- 73 original subagents with explicit least-privilege
toolsallowlists (review/audit agents are read-only). - A curated
community/set: 98 skills + 49 agents from 6 permissively-licensed sources, with full upstream attribution. - A validation harness (16 checks, green in CI), a native plugin marketplace, SHA-256 lockfiles, and skill-sync (license + risk gated import).
Install
Claude Code (native marketplace):
/plugin marketplace add FluxonLab/Skillry
/plugin install core-operations@skillry
npm / npx (any platform, no clone):
npx github:FluxonLab/Skillry install --apply --targets claude # or codex copilot antigravity
MIT licensed. Redistributed community/ content keeps its upstream license — see NOTICE & THIRD-PARTY-NOTICES.md. Built by FluxonLab.