Skip to content

v1.0.0 — universal Agent Skills release

Choose a tag to compare

@jpbaking jpbaking released this 19 Jul 11:49
· 2 commits to main since this release

First tagged release.

Highlights

  • Six portable Agent Skills under skills/shared/ for Codex, Claude Code, Google Antigravity, and Cline: agentic-unit-test, agentic-mutation-check, agentic-refactor, agentic-test-update, and the newly skill-ified agentic-coverage-report and agentic-test-clean (previously Cline-only workflows).
  • Installers — tarball-based install.sh / install.ps1 copy the skills to .agents/skills/ and .claude/skills/, add conditional AGENTS.md / CLAUDE.md pointers, and gitignore the installed copies.
  • AGENT-INSTALL.md — preferred, merge-aware agent-guided install (see README prompt).
  • Cline .clinerules/workflows/ shortcuts retired; each skill is invocable as /agentic-* in Claude Code / Antigravity / Cline, via $ mention in Codex, or implicitly by description.

The test-generation guarantees are unchanged: main code and user tests are read-only, coverage is measured on agent tests alone, and every generated test passes a flakiness gate.