Releases: sickn33/antigravity-awesome-skills
v5.3.0 - Advanced Three.js & Modern Graphics
[5.3.0] - 2026-02-13 - "Advanced Three.js & Modern Graphics"
Enhanced Three.js patterns: performance, visual polish, and production practices.
This release significantly upgrades our 3D visualization capabilities with a comprehensive Three.js skill upgrade, focusing on CDN-compatible patterns, performance optimizations, and modern graphics techniques like shadows, fog, and GSAP integration.
Added
- Modern Three.js Patterns: Comprehensive guide for
r128(CDN) and production environments. - Visual Polish: Advanced sections for shadows, environment maps, and tone mapping.
- Interaction Models: Custom camera controls (OrbitControls alternative) and raycasting for object selection.
- Production Readiness: Integration patterns for GSAP, scroll-based animations, and build tool optimizations.
Registry
- Total Skills: 856.
- Metadata: Fixed missing source and risk fields for
threejs-skills. - Sync: All discovery artifacts (README, Catalog, Index) updated and synced.
Contributors
- @Krishna-hehe - Advanced Three.js skill overhaul (PR #78).
v5.2.0 - Podcast Generation & Azure Expansion
v5.2.0 - "Podcast Generation & Azure Expansion"
New AI capabilities: Podcast Generation, Azure Identity, and Self-Evolving Agents.
Added
- New Skill:
podcast-generation- Create multi-speaker podcasts from text/URLs using OpenAI Text-to-Speech (TTS) and pydub. - New Skill:
weevolve- Self-evolving knowledge engine with recursive improvement protocol. - Azure Skills Expansion:
azure-ai-agents-persistent-dotnet: Persistent agent patterns for .NET.azure-ai-agents-persistent-java: Persistent agent patterns for Java.azd-deployment: Azure Developer CLI deployment strategies.
- Python Enhancements:
pydantic-models-py: Robust data validation patterns.fastapi-router-py: Scalable API routing structures.
Registry
- Total Skills: 856 (from 845).
- Generated Files: Synced
skills_index.json,data/catalog.json, andREADME.md.
Contributors
v5.1.0 - Official Microsoft & Gemini Skills
🚀 v5.1.0 - Official Microsoft & Gemini Skills
845+ skills: the largest single-PR expansion ever, powered by official vendor collections.
Highlights
- 129 Microsoft Official Skills from microsoft/skills — Azure SDKs across .NET, Python, TypeScript, Java, and Rust, M365 Agents, Semantic Kernel, and wiki plugin skills
- Gemini API Skills — Official Google Gemini API development skill
- New Sync Tooling —
sync_microsoft_skills.pywith collision detection and stale cleanup - CI Fixes — Deterministic timestamps and improved frontmatter parsing
Upgrade
git pull origin mainCredits
- @ar27111994 — Microsoft & Gemini skills integration (PR #73)
Full Changelog: https://github.com/sickn33/antigravity-awesome-skills/blob/main/CHANGELOG.md
v5.0.0 - Antigravity Workflows Foundation
[5.0.0] - 2026-02-10 - "Antigravity Workflows Foundation"
First-class Workflows are now available to orchestrate multiple skills through guided execution playbooks.
🚀 New Skills
🧭 antigravity-workflows
Orchestrates multi-step outcomes using curated workflow playbooks.
This new skill routes users from high-level goals to concrete execution steps across related skills and bundles.
- Key Feature 1: Workflow routing for SaaS MVP, Security Audit, AI Agent Systems, and Browser QA.
- Key Feature 2: Explicit step-by-step outputs with prerequisites, recommended skills, and validation checkpoints.
Try it:
Use @antigravity-workflows to run ship-saas-mvp for my project.
📦 Improvements
- Workflow Registry: Added
data/workflows.jsonfor machine-readable workflow metadata. - Workflow Docs: Added
docs/WORKFLOWS.mdto distinguish Bundles vs Workflows and provide practical execution playbooks. - Trinity Sync: Updated
README.md,docs/GETTING_STARTED.md, anddocs/FAQ.mdfor workflow onboarding. - Go QA Path: Added optional
@go-playwrightwiring in QA/E2E workflow steps. - Registry Update: Catalog regenerated; repository now tracks 714 skills.
👥 Credits
A huge shoutout to our community and maintainers:
- @Walapalam for the Workflows concept request (Issue #72)
- @sickn33 for workflow integration, release preparation, and maintenance updates
Upgrade now: git pull origin main to fetch the latest skills.
v4.11.0 - Clean Code & Registry Stability
v4.11.0 - Clean Code & Registry Stability
Quality improvements: Clean Code principles and deterministic builds.
Changed
clean-code Skill - Complete Rewrite
Updated with Robert C. Martin's "Clean Code" principles:
- Systematic Coverage: Meaningful names, functions, comments, formatting, objects, error handling, unit tests, and classes
- F.I.R.S.T. Test Principles: Fast, Independent, Repeatable, Self-Validating, Timely
- Law of Demeter: Don't talk to strangers guidance
- Critical Fix: Fixed invalid heading format (
## ## When to Use→## When to Use) that was blocking strict validation - Implementation Checklist: Practical checklist for clean code compliance
- Code Smell Detection: Helps identify and remove anti-patterns
Registry Stabilization
Fixed scripts/build-catalog.js for deterministic CI builds:
- Uses
SOURCE_DATE_EPOCHenvironment variable for reproducible timestamps - Falls back to current time if
SOURCE_DATE_EPOCHis not set - Replaced
localeComparewith explicit comparator for consistent sorting across different environments - Impact: Eliminates CI validation failures caused by timestamp drift
Contributors
- @jackjin1997 - Clean Code skill update and registry fixes (PR #69, forged at ClawForge)
Upgrade: git pull origin main to fetch the latest improvements.
v4.10.0 - Composio Automation + .NET Backend
[4.10.0] - 2026-02-06 - "Composio Automation + .NET Backend"
This release significantly expands hands-on automation coverage while adding a production-oriented .NET backend skill.
Added
- 79 new skills total.
- 78 Composio/Rube automation skills (PR #64), covering practical workflows across:
- CRM/sales (
HubSpot,Salesforce,Pipedrive,Zoho CRM,Close) - Collaboration/project ops (
Notion,ClickUp,Asana,Jira,Confluence,Trello,Monday) - Messaging/support (
Slack,Discord,Teams,Intercom,Freshdesk,Zendesk) - Analytics/marketing (
Google Analytics,Mixpanel,PostHog,Segment,Mailchimp,Klaviyo) - Dev/infra operations (
GitHub,GitLab,CircleCI,Datadog,PagerDuty,Vercel,Render) - 1 new
dotnet-backendskill (PR #65) with detailed ASP.NET Core 8+ guidance: - Minimal API and controller patterns
- EF Core data-access patterns
- JWT authentication implementation
- Background service templates
- Explicit "When to Use" and "Limitations" sections
- Registry growth: 634 -> 713 indexed skills.
Changed
- Regenerated and synchronized discovery artifacts:
README.mdskills_index.jsonCATALOG.mddata/catalog.jsondata/bundles.jsondata/aliases.json- Updated release metadata and published tag/release
v4.10.0.
Contributors
v4.9.0 - OSS Hunter & Universal Skills
[4.9.0] - 2026-02-05 - "OSS Hunter & Universal Skills"
Automated contribution hunting and universal CLI AI skills (Audio, YouTube, Prompt Engineering).
Added
- New Skill:
oss-hunter– Automated tool for finding high-impact Open Source contributions (Good First Issues, Help Wanted) in trending repositories. - New Skill:
audio-transcriber– Transform audio recordings into professional Markdown with Whisper integration. - New Skill:
youtube-summarizer– Generate comprehensive summaries/notes from YouTube videos. - New Skill:
prompt-engineer(Enhanced) – Now includes 11 optimization frameworks (RTF, RISEN, etc.). - Registry: 634 skills (from 626). Catalog regenerated.
Changed
- CLI AI Skills: Merged core skills from
ericgandrade/cli-ai-skills.
Contributors
- @jackjin1997 - OSS Hunter (PR #61)
- @ericgandrade - CLI AI Skills (PR #62)
v4.8.0 - Computer Vision & Angular
Major SOTA Computer Vision update and complete Angular 20+ skill suite.
Added
- New Skill:
computer-vision-expert– Updated foundational skill for 2026 SOTA Computer Vision (YOLO26, SAM 3, VLMs). - New Suite:
angular– 4 comprehensive skills for Angular v20+ development:angular– Core patterns (Signals, Standalone, Zoneless).angular-best-practices– Performance and optimization.angular-state-management– Signal-based state management (NgRx, ComponentStore).angular-ui-patterns– UI/UX engineering patterns.
Registry
- Total Skills: 631 (from 626). Catalog regenerated.
Credits
v4.7.0 - Installer Fix & OpenCode Docs
Release v4.7.0: Installer Fix & OpenCode Docs
Critical installer fix for Windows and OpenCode documentation completion.
This release addresses a critical issue in the installation script for Windows users and finalizes the OpenCode integration documentation. The total skill count remains at 626.
Fixed
• Installer – Resolved ReferenceError for tagArg variable in bin/install.js ensuring correct execution on Windows/PowerShell (PR #53).
Documentation Improvements
• OpenCode – Completed documentation for OpenCode integration in README.md.
Registry Update
• Total Skills: 626
• Catalog: Unchanged
Credits
• @fbientrigo for the installer fix (PR #53)
v4.6.0 - SPDD & Radix UI Design System
Release v4.6.0: SPDD & Radix UI Design System
Agent workflow docs (SPDD) and Radix UI design system skill.
This release introduces the SPDD (Specs-Plan-Design-Develop) documentation workflow and a comprehensive new skill for the Radix UI design system.
New Skills (1)
• radix-ui-design-system – Build accessible design systems with Radix UI primitives (headless, theming, WCAG, examples).
Documentation Improvements
• SPDD Workflow – Added skills/SPDD/ documentation covering Research, Specification, and Implementation phases (1-research.md, 2-spec.md, 3-implementation.md).
Registry Update
• Total Skills: 626 (from 625)
• New Skills Added: 1
• Catalog: Regenerated
Credits
• @devchangjun for Radix UI skill (PR #48)
• @c1c3ru for Agent Skills (PR #47)