[11.0.0] - 2026-05-08 - "Agent Execution, Game Planning, and Skill Writer References"
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 #575, #577, #578, #579, and #581 through the maintainer squash-merge workflow, including fork-run approval, PR body refreshes, source-credit fixes, contributor sync, and generated-state refreshes on main. It adds on-chain transaction orchestration, richer clarification, mock-data auditing, multi-agent architecture guidance, Unity game-planning workflows, and restores the missing skill-writer reference files reported in issue #576.
New Skills
- aomi-transact - natural-language Aomi CLI workflow for simulate-then-sign EVM transactions across DeFi and wallet-agent use cases.
- rich-elicitation - multi-round clarification workflow for deeply ambiguous tasks that need staged context gathering.
- mock-hunter - Playwright-based live-page audit workflow that classifies visible values as real, mock, LLM-generated, hardcoded, broken, or unknown.
- multi-agent-architect - LangGraph, LangChain, and DeepAgents guidance for designing, debugging, and scaling production multi-agent systems.
- unity-ai-game-creator - idea-to-Unity workflow for game concepts, blueprints, asset prompts, assembly plans, and deployment guidance.
Improvements
- skill-writer references restored - adds the missing
references/workflow files and example profile soskills/skill-writer/SKILL.mdcan be followed end to end. - security hardening - pins
production-audittocommitshow@0.3.23, marks it critical because it executes external npm code, adds prompt-injection guardrails togit-pr-review, tightens KubeStellarkc-agentRBAC guidance, normalizes installer manifest cleanup for flattenedskills/paths, and updates Loki example backend dependencies to clear the openip-addressDependabot alerts. - source provenance and credits - adds README source coverage for Aomi, Rich Elicitation, and MockHunter, and normalizes the
multi-agent-architectrisk/source metadata before release. - generated artifact sync - refreshes catalog, skill index, plugin mirrors, web assets, package metadata, and visible skill counts to
1,450+.
Who should care
- Agent builders get new workflows for on-chain execution, multi-agent architecture, and structured clarification.
- Frontend and product reviewers get a mock-data audit skill for validating whether live UI values have real backing sources.
- Game creators get a Unity-oriented planning skill for turning raw concepts into actionable production and asset-generation plans.
- Skill authors and maintainers get the completed
skill-writerreference workflow and cleaner release metadata.
Credits
- @CeciliaZ030 for PR #575 (
aomi-transact). - @CyberZenithX for PR #577 (
rich-elicitation). - @memurcie for PR #578 (
mock-hunter). - @pravin-python for PR #579 (
multi-agent-architect). - @Mann-Makhecha for PR #581 (
unity-ai-game-creator).