From 4da3a9b7a0fbca722625ee6763b7bf49876b0e88 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Mon, 23 Feb 2026 07:46:58 +0100 Subject: [PATCH] chore: release 6.1.1 (AWS cost skills, 927 registry) Co-authored-by: Cursor --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- package.json | 4 ++-- release_notes.md | 28 ++++------------------------ 4 files changed, 17 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e94f4c..4e07f18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.** diff --git a/README.md b/README.md index 50485d2b..4081c8b7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 78d2f910..84ea5bba 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/release_notes.md b/release_notes.md index 5f36a009..7991d680 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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. ---