[13.11.0] - 2026-07-05 - "Ledger Skills, WGM, and Loki Dependency Maintenance"
Notion-backed ledger skills, a governed build-loop methodology, and synchronized dependency maintenance for the 1,901+ skill catalog.
Start here:
- Install:
npx antigravity-awesome-skills --help - Choose your tool: README.md#choose-your-tool
- Browse skills: README.md#browse-1899-skills
- Hosted catalog: https://sickn33.github.io/antigravity-awesome-skills/
This release ships the July 5 maintenance batch: three source-backed skills, README upstream credits, a maintainer-side Snyk dependency repair for the Loki generated todo example, and refreshed registry/public catalog state for the 1,901+ skill catalog.
Added
- Added time-ledger, a critical-risk Notion skill that parses natural-language time reports into a user-owned Notion database while marking uncertain entries
To-confirminstead of guessing (PR #777). - Added trading-ledger, a critical-risk Notion trading journal skill that records thesis, plan, emotion, fills, closes, and reviews while explicitly avoiding financial advice and market-data lookups (PR #778).
- Added wgm, a safe meta skill for governed build loops with triage, alignment, planning, deterministic backpressure, holdout-scenario judging, and handoff audits (PR #782).
- Added README upstream credits for cruisekkk/time-ledger, cruisekkk/trading-ledger, and agent-frontier/wgm.
Changed
- Updated the Loki generated todo backend example dependency
better-sqlite3from^12.10.0to^12.10.1in both the canonical skill source and Claude plugin mirror, superseding the generated-only Snyk PR #779 with a source-synchronized maintainer patch. - Refreshed generated registry artifacts, plugin compatibility metadata, plugin mirrors, public web skill assets, sitemap, package description, and README/docs counters for the 1,901+ skill catalog.
Validation
- Verified and merged PR #777, PR #778, and PR #782 after required GitHub checks passed.
- Ran
npm run security:docsandgit diff --checkfor the Loki dependency maintenance patch. - Ran
npm run validate:references,npm run check:readme-credits -- --base origin/main --head HEAD, andgit diff --checkduring the maintainer fixes for PR #778 and PR #782. - Ran
npm run sync:repo-statebefore release preparation. - Ran the release prepare suite for v13.11.0, including reference validation, release-state sync, tests, web-app install, web-app build, and package dry run.
- Ran
cd apps/web-app && npm run verify:seo.
Credits
- @cruisekkk and cruisekkk/time-ledger for PR #777 (
time-ledger). - @cruisekkk and cruisekkk/trading-ledger for PR #778 (
trading-ledger). - @SchwartzKamel and agent-frontier/wgm for PR #782 (
wgm). - Snyk for the
better-sqlite3maintenance signal in PR #779.