[9.5.0] - 2026-04-03 - "Selective Installs and 30K Stars"
Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, OpenCode, 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 expands the library with four practical additions while making installs much more manageable for context-sensitive runtimes. It merges the current open PR batch, adds humanize-chinese directly on main, introduces first-class installer filtering by risk, category, and tags, and updates the docs so OpenCode-style .agents/skills setups start from a reduced install instead of overwhelming the runtime. It also marks a project milestone: the repository crossed 30K GitHub stars on April 3, 2026. Thank you to every contributor, source project, issue reporter, and user who keeps this library useful.
New Skills
- agentflow - merges PR #438 to add Kanban-style multi-worker orchestration guidance for Claude Code development pipelines.
- uxui-principles - merges PR #441 to add research-backed UX/UI audit guidance sourced from the
uxuiprinciples/agent-skillscollection. - agentphone - merges PR #442 to add phone-agent workflows for voice calls, SMS operations, number management, and streaming telephony flows.
- humanize-chinese - adds issue-driven coverage for Chinese AI-text detection, rewriting, academic AIGC reduction, and style-conversion workflows based on
voidborne-d/humanize-chinese.
Improvements
- Selective installer filters - the npm installer now supports
--risk <csv>,--category <csv>, and--tags <csv>with comma-separated include values, trailing-exclusions, OR semantics within each flag, exclusion precedence, and AND semantics across dimensions. - Tag-aware filtering - installer filtering now reads skill frontmatter directly so
tagscan participate in install selection even thoughskills_index.jsondoes not store them. - Recursive install sync - install manifests now track nested skill paths consistently, and filtered updates prune stale managed entries instead of leaving old skills behind.
- OpenCode guidance -
README.md,docs/users/getting-started.md, anddocs/users/faq.mdnow explicitly recommend reduced installs for.agents/skillshosts and document the new filter grammar. - Source and contributor credits - post-merge README credit sync now includes the upstream repositories reflected in this release batch, including
UrRhb/agentflow,AgentPhone-AI/skills,uxuiprinciples/agent-skills, andvoidborne-d/humanize-chinese.
Who should care
- Claude Code, Cursor, Codex CLI, and Gemini CLI users get four new skills covering workflow orchestration, UX/UI review, telephony agents, and Chinese text humanization.
- OpenCode and other
.agents/skillsusers now have a supported reduced-install path instead of needing the full library in a context-sensitive runtime. - Maintainers and teams curating smaller agent surfaces can now ship filtered installs by risk, category, and tag without manually pruning skill folders after each update.
Credits
- @UrRhb for the new
agentflowskill in PR #438 - @modi2meet and AgentPhone-AI for the new
agentphoneskill in PR #442 - @joselhurtado for the new
uxui-principlesskill in PR #441 - voidborne-d for the upstream
humanize-chineseworkflow adapted in issue #437 - 30,262 GitHub stargazers as of 2026-04-03 for pushing the project past the 30K milestone
Upgrade now: git pull origin main to fetch the latest skills.