Skip to content

Skillry v1.1.0

Choose a tag to compare

@FluxonLab FluxonLab released this 01 Jun 18:54
· 15 commits to main since this release

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-skillry backup 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.