[8.7.0] - 2026-03-23 - "Reference Recovery and Release Reliability"
Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants.
Start here:
- Install:
npx antigravity-awesome-skills - Choose your tool: README -> Choose Your Tool
- Best skills by tool: README -> Best Skills By Tool
- Bundles: docs/users/bundles.md
- Workflows: docs/users/workflows.md
This release packages the maintainer sweep after v8.6.0: restored missing C++ reference material, added three new community skills plus the maintainer-integrated jobgpt skill, and fixed the Jetski lazy-loader example so release validation no longer fails on a raw TypeScript import.
New Skills
- moyu - anti-over-engineering guardrails for AI coding agents that need to stay narrowly scoped and prefer the smallest viable change (PR #384)
- windows-shell-reliability - practical Windows PowerShell and CMD guidance for encoding, quoting, logging, and detached process launches (PR #386)
- jobgpt - JobGPT MCP integration for job search automation, resume generation, application tracking, salary insights, and recruiter outreach (local maintainer integration from PR #388)
Improvements
- cpp-pro restoration: Restored the missing
cpp-pronested reference guides and implementation playbook so the skill's documented deep links work again (PR #383, issue #382). - Release reliability: Converted the Jetski Gemini loader example from
loader.tsto a directly importableloader.mjs, updated repo references, and restored green local test coverage for the release pipeline. - Registry sync: Refreshed
README.md,CATALOG.md,skills_index.json,data/catalog.json,data/bundles.json, contributors, and tracked web assets somainnow reflects1,309+indexed skills. - Metadata hardening: Brought the merged
moyuskill back within the frozen validation warning budget by adding explicit metadata and aWhen to Usesection.
Who should care
- Claude Code and Cursor users get four new or newly repaired skills, including scope-control guidance, better Windows shell reliability tips, and restored
cpp-prodeep-dive references. - Codex CLI and Gemini CLI users benefit from the same skill additions plus a working Jetski lazy-loader example that can now be imported directly in Node-based host setups.
- Maintainers get a release path that is green again end-to-end, with generated registry artifacts and contributor data re-synced on
main.
Credits
- @Champbreed for restoring the
cpp-proreferences in PR #383 - @uucz for the new
moyuskill in PR #384 - @terryspitz for the new
windows-shell-reliabilityskill in PR #386 - @captainjackrana for the original
jobgptcontribution in PR #388
Upgrade now: git pull origin main to fetch the latest skills.