[10.1.0] - 2026-04-14 - "License Provenance, MiniMax CLI, and ZipAI Refresh"
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 merges PRs #514, #516, and #517, then lands the direct maintainer fix for issue #518 on main before cutting v10.1.0. It expands the skill library with the new mmx-cli installer-ready MiniMax workflow, upgrades zipai-optimizer to the latest protocol shape, adds optional license provenance fields to the contributor-facing skill schema, and folds in the post-v10.0.0 limitations-backfill work plus the required maintainer follow-up on contributor syncing and README source credits.
New Skills
- mmx-cli - installs and uses the official MiniMax CLI for text, image, video, speech, music, vision, and web-search workflows from the terminal.
Improvements
- skill schema license provenance - adds optional
licenseandlicense_sourcefrontmatter fields plus contributor guidance and PR checklist coverage so downstream tooling can resolve upstream licensing without re-fetching source repos. - zipai-optimizer refresh - updates the ZipAI protocol skill with adaptive verbosity, ambiguity-first execution, smarter input filtering, and sharper output/pruning rules.
- limitations audit hardening - backfills missing
## Limitationssections across canonical skills and generated plugin mirrors, and adds regression coverage so the repo-wide audit stays green. - README maintenance fixes - corrects the stale
Browse 1,340+ Skillstable-of-contents anchor tracked in issue #518 and keeps contributor/source-credit surfaces aligned after the MiniMax merge.
Who should care
- MiniMax users get a ready-to-install CLI skill instead of piecing together command patterns from upstream docs.
- Skill authors and downstream indexers get machine-readable license provenance fields and updated contributor guidance for externally sourced material.
- Agent-behavior tinkerers get a broader ZipAI optimization protocol with clearer rules for verbosity, filtering, and surgical output.
- Maintainers and release operators get the limitations-audit hardening plus the recorded merge hygiene needed to keep README credits and contributor surfaces accurate on
main.
Credits
- @818cortex for the license provenance schema/docs contribution merged in PR #514.
- @octo-patch for the
mmx-clicontribution merged in PR #516. - @nickdesi for the
zipai-optimizerupdate merged in PR #517. - MiniMax-AI/cli for the upstream MiniMax CLI source material.