chore: release 6.1.1 (AWS cost skills, 927 registry)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
sck_0
2026-02-23 07:46:58 +01:00
parent 0e7945c654
commit 4da3a9b7a0
4 changed files with 17 additions and 28 deletions

View File

@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [6.1.1] - 2026-02-23 - "AWS Cost Optimization & Registry 927"
> **Patch release: AWS cost optimization skills (PR #107) and registry count 927.**
- **New skills** (PR #107): `aws-cost-optimizer`, `aws-cost-cleanup`.
- **Registry**: Now tracking 927 skills.
---
## [6.1.0] - 2026-02-23 - "Issues Fix & Community Expansion"
> **Bugfixes for #116 and #120, plus Game Dev bundle, Android skills, Workflow Bundles, LibreOffice, Data Structure Protocol, and Kiro IDE support.**

View File

@@ -56,11 +56,11 @@ This repository provides essential skills to transform your AI assistant into a
## New Here? Start Here!
**Welcome to the V6.1.0 Workflows Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent.
**Welcome to the V6.1.1 Workflows Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent.
### 1. 🐣 Context: What is this?
**Antigravity Awesome Skills** (Release 6.1.0) is a massive upgrade to your AI's capabilities.
**Antigravity Awesome Skills** (Release 6.1.1) is a massive upgrade to your AI's capabilities.
AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **specific tools**. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation".
**Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time.

View File

@@ -1,7 +1,7 @@
{
"name": "antigravity-awesome-skills",
"version": "6.1.0",
"description": "925+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"version": "6.1.1",
"description": "927+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"license": "MIT",
"scripts": {
"validate": "python3 scripts/validate_skills.py",

View File

@@ -1,29 +1,9 @@
## v6.1.0 - Issues Fix & Community Expansion
## v6.1.1 - AWS Cost Optimization & Registry 927
**Bugfixes for #116 and #120, plus Game Dev bundle, Android skills, Workflow Bundles, LibreOffice, Data Structure Protocol, and Kiro IDE support.**
**Patch release: AWS cost optimization skills (PR #107) and registry count 927.**
This release fixes the YAML syntax error in database-migrations-sql-migrations (issue #116), adds a typo alias so `shopify—development` (em dash) resolves to `shopify-development` (issue #120), and ships a large set of community PRs: Game Development Expansion (Bevy ECS, GLSL, Godot 4), Android Modern Development (Compose + Coroutines), Workflow Bundles and LibreOffice skills, Data Structure Protocol, and Kiro CLI/IDE support.
### New Skills
- **Game Development Expansion** (PR #121): `bevy-ecs-expert`, `shader-programming-glsl`, `godot-4-migration`.
- **Android Modern Development** (PR #118): `android-jetpack-compose-expert`, `kotlin-coroutines-expert`.
- **Workflow Bundles & LibreOffice** (PR #113): Workflow bundles readme, LibreOffice skills (Base, Calc, Draw, Impress, Writer), plus office-productivity, WordPress suite, and many domain skills.
- **Data Structure Protocol** (PR #114): `data-structure-protocol`.
- **Kiro CLI and Kiro IDE** (PR #122): Documentation and support for Kiro.
### Improvements
- **YAML fix** (PR #119, fixes #116): Resolved invalid YAML in `database-migrations-sql-migrations/SKILL.md`.
- **Skill matching** (fixes #120): Added typo alias `shopify—development``shopify-development`.
- **Registry**: Now tracking 925 skills.
### Credits
- **@nikolasdehor** for YAML fix (PR #119), Game Development Expansion (PR #121), Android Modern Development (PR #118)
- **@ssumanbiswas** for Kiro CLI and Kiro IDE support (PR #122)
- **@munir-abbasi** for Workflow Bundles and LibreOffice Skills (PR #113)
- **@k-kolomeitsev** for Data Structure Protocol (PR #114)
- **New skills** (PR #107): `aws-cost-optimizer`, `aws-cost-cleanup`.
- **Registry**: Now tracking 927 skills.
---