[9.1.0] - 2026-03-28 - "SaaS Multi-Tenancy and Three.js r183 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 adds two new skills for phase-gated debugging and multi-tenant SaaS architecture, modernizes the Three.js skill stack for r183 and newer WebGPU/TSL-era patterns, and expands community discovery with claude-dash for Claude Code status visibility.
New Skills
- phase-gated-debugging - adds a strict five-phase debugging workflow that blocks code edits until the root cause is identified and confirmed with the user (PR #409).
- saas-multi-tenant - adds production-focused guidance for multi-tenant SaaS architecture with PostgreSQL row-level security, tenant-scoped queries, and safe cross-tenant admin patterns (PR #411).
Improvements
- Three.js modernization - refreshes 11 Three.js skills from older r128-era guidance to r183-compatible patterns, including modern import maps,
outputColorSpace,Timer,setAnimationLoop, WebGPU/TSL awareness, and updated loaders, materials, shaders, and post-processing coverage (PR #408). - Community discovery - adds
claude-dashto the README community-contributed section for a real-time Claude Code statusline covering context, cost, quota, cache, tools, and git status (PR #412).
Who should care
- Claude Code users get a new phase-gated debugging workflow plus easier discovery of
claude-dashfor live session visibility. - Codex CLI, Cursor, and Gemini CLI users get a new multi-tenant SaaS architecture skill and a modernized Three.js guidance set for current graphics workflows.
- Frontend and creative coding teams get updated Three.js docs that better reflect the current WebGPU, TSL, and r183 ecosystem.