[8.6.0] - 2026-03-22 - "Targeted Activation and Catalog Cleanup"
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.5.0: the new gdb-cli community skill, removal of the stale in-repo goldrush-api copy, and a cross-platform recovery path for Antigravity users who hit truncation or context overload with too many active skills.
New Skills
- gdb-cli - AI-assisted GDB debugging for core dumps, live process attach, crash triage, and deadlock analysis with source correlation (PR #375, closes #374)
Improvements
- Antigravity overload recovery: Added
scripts/activate-skills.sh, a matching installer hint, and new cross-platform user docs so Linux/macOS users can archive the full library and activate only the bundles or skill ids they need in the live Antigravity directory (issue #381). - Windows/Linux/macOS troubleshooting: Expanded the recovery guidance with a shared overload guide plus clearer README, FAQ, and getting-started links for truncation and context-limit failures.
- Registry cleanup: Removed the stale in-repo
goldrush-apimirror, regenerated bundle/catalog artifacts, and refreshed tracked web assets so canonical references no longer point at deleted content (PR #379). - Maintainer sync: Refreshed
README.md,CATALOG.md,skills_index.json,data/catalog.json,data/bundles.json, contributors, and sitemap output after the PR merge batch somainstays release-ready.
Who should care
- Antigravity users get a new activation flow for large repositories and a clearer recovery path when too many active skills trigger truncation-style failures.
- Claude Code and Cursor users benefit from the new
gdb-cliskill for C/C++ debugging and the cleaned-up catalog/docs surfaces. - Codex CLI users benefit from the same new debugging skill plus maintainer-driven registry cleanup that keeps generated artifacts and references aligned.
- Gemini CLI users benefit from the updated troubleshooting docs and the removal of stale catalog references in shared bundle metadata.
Credits
- @Cerdore for the new
gdb-cliskill in PR #375 - @JayeHarrill for removing the stale
goldrush-apicopy in PR #379
Upgrade now: git pull origin main to fetch the latest skills.