[9.0.0] - 2026-03-27 - "Claude Code and Codex Plugin Release"
Full release for the installable skill library, now with first-class plugin distributions for Claude Code and Codex plus the normal GitHub Release publication flow.
Start here:
- Install:
npx antigravity-awesome-skills - Plugin explainer: docs/users/plugins.md
- Choose your tool: README -> Choose Your Tool
- Bundles: docs/users/bundles.md
- Workflows: docs/users/workflows.md
This release makes the new plugin distribution model a user-facing feature. Claude Code now has a formal root marketplace plugin plus generated bundle plugins, and Codex now ships the equivalent repo-local root plugin plus generated bundle plugins. The release also consolidates plugin documentation into a canonical user guide, aligns onboarding docs around the difference between the full repository and the plugin-safe subset, and packages the latest merge batch on main.
New
- Claude Code plugin distribution - formalized the root
.claude-pluginmarketplace entry plus generated bundle plugins as a first-class install path. - Codex plugin distribution - formalized the root Codex plugin metadata in
.agents/plugins/marketplace.jsonandplugins/antigravity-awesome-skills/.codex-plugin/plugin.json, alongside generated bundle plugins. - Canonical plugin documentation - added
docs/users/plugins.mdto explain plugin-safe filtering, root plugin vs bundle plugins, and when to prefer plugins over the full library install. - akf-trust-metadata - merged PR #406, adding the new
akf-trust-metadataskill to the repository.
Improvements
- Onboarding alignment - updated
README.md,docs/users/getting-started.md,docs/users/faq.md,docs/users/claude-code-skills.md,docs/users/codex-cli-skills.md,docs/users/bundles.md, anddocs/users/usage.mdso the plugin story is explained consistently. - Community discovery - merged PR #407 to add the CoinPaprika & DexPaprika listing to the community-contributed section of the README.
- Maintainer release batch - merged both open PRs through the documented GitHub squash flow, then packaged the resulting
mainbranch as a full release instead of a tag-only cut.
Who should care
- Claude Code users now have a cleaner choice between full-library install, root marketplace plugin, and smaller bundle plugins.
- Codex users now get the same plugin distribution model instead of relying only on direct
.codex/skills/installs. - Maintainers and team leads can onboard people with plugin-safe starter surfaces while keeping the full repository as the broader source of truth.
Credits
- @CryptoDoppio for the new
akf-trust-metadataskill in PR #406 - @coinpaprika for adding the CoinPaprika & DexPaprika community listing in PR #407