[11.3.0] - 2026-05-16 - "Discovery Manifests and Recommendation Pipelines"
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 closes issue #596 with a stable discovery-manifest contract and merges PR #595 through the maintainer squash-merge workflow. It keeps contributor PRs source-only while making main the canonical owner of generated manifests, web assets, and release metadata.
New Skills
- recsys-pipeline-architect - recommendation, ranking, and feed pipeline design using a Source -> Hydrator -> Filter -> Scorer -> Selector -> SideEffect architecture.
Improvements
- stable discovery manifest - keeps root
skills_index.jsonas the canonical public manifest, mirrors it exactly todata/skills_index.json, and documents lazy-loading usage for downstream tools. - manifest schema and docs - adds
schemas/skills-index.v1.schema.jsonplus user and integration docs that distinguish the canonical root manifest from the compatibility mirror. - CI-safe drift checks - extends consistency auditing and PR artifact previews so root/data/web-backup manifest drift is visible and enforced on
main. - generated artifact sync - refreshes catalog, skill index, plugin mirrors, web assets, contributor credits, package metadata, and visible skill counts to
1,460+.
Who should care
- Tool builders and indexers get a stable manifest contract they can validate and consume without loading every skill up front.
- Users with large installs get clearer guidance for filtering by category, risk, source, and description before lazy-loading individual skills.
- Recommendation-system builders get a focused skill for designing composable feed and ranking pipelines across TypeScript, Go, Python, and adjacent stacks.
- Maintainers get a source-only PR path with canonical generated artifacts refreshed on
mainbefore release.
Credits
- @latentloop07 for issue #596 and the discovery/installability prompt.
- @mturac for PR #595 (
recsys-pipeline-architect).