diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b985239..e4e94f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [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.** + +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 (ai-agent-development, cloud-devops, database, e2e-testing, security-audit, terraform-infrastructure, etc.). +- **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` (description block mapping); removed non-standard frontmatter and standardized section headers. +- **Skill matching** (fixes #120): Added typo alias `shopify—development` → `shopify-development` so em-dash input resolves correctly. +- **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) + +--- + +_Upgrade now: `git pull origin main` to fetch the latest skills._ + +--- + ## [6.0.0] - 2026-02-22 - "Codex YAML Fix & Community PRs" > **Major release: Codex frontmatter fixes, AWS Security & Compliance skills, Antigravity Workspace Manager CLI, and validation fixes.** diff --git a/README.md b/README.md index 84d8c7d1..d0b9f19d 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.0.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.0 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.0.0) is a massive upgrade to your AI's capabilities. +**Antigravity Awesome Skills** (Release 6.1.0) 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 01ae0ae0..78d2f910 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", - "version": "6.0.0", - "description": "883+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "version": "6.1.0", + "description": "925+ 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 new file mode 100644 index 00000000..5f36a009 --- /dev/null +++ b/release_notes.md @@ -0,0 +1,30 @@ +## v6.1.0 - 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.** + +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) + +--- + +_Upgrade: `git pull origin main` or `npx antigravity-awesome-skills`_