diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e07f18b..e11075a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [6.2.0] - 2026-02-24 - "Interactive Web App & AWS IaC" + +> **Feature release: Interactive Skills Web App, AWS Infrastructure as Code skills, and Chrome Extension / Cloudflare Workers developer skills.** + +## 🚀 New Skills + +- **AWS Infrastructure as Code** (PR #124): `cdk-patterns`, `cloudformation-best-practices`, `terraform-aws-modules`. +- **Browser & Edge** (PR #128): `chrome-extension-developer`, `cloudflare-workers-expert`. + +## 📦 Improvements + +- **Interactive Skills Web App** (PR #126): Added a local web UI for browsing skills, including `START_APP.bat`, setup script, and `web-app/` project with catalog export. +- **Shopify Development Skill** (PR #125): Fixed markdown syntax issues in `skills/shopify-development/SKILL.md` to keep the registry strictly valid. +- **Community Sources** (PR #127): Added SSOJet skills and integration guides to Credits & Sources. +- **Registry**: Now tracking 930 skills. + +## 👥 Credits + +- **@ssumanbiswas** for AWS Infrastructure as Code skills (PR #124). +- **@thuanlm** for the Shopify development skill fix (PR #125). +- **@zinzied** for the Interactive Skills Web App (PR #126). +- **@code-vj** for the SSOJet documentation link (PR #127). +- **@GeekLuffy** for Chrome Extension and Cloudflare Workers skills (PR #128). + +--- + ## [6.1.1] - 2026-02-23 - "AWS Cost Optimization & Registry 927" > **Patch release: AWS cost optimization skills (PR #107) and registry count 927.** diff --git a/README.md b/README.md index b66cbc12..55d765c3 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.1 Workflows Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. +**Welcome to the V6.2.0 Interactive Web 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.1) is a massive upgrade to your AI's capabilities. +**Antigravity Awesome Skills** (Release 6.2.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. @@ -518,6 +518,10 @@ We officially thank the following contributors for their help in making this rep - [@ssumanbiswas](https://github.com/ssumanbiswas) - [@amartelr](https://github.com/amartelr) - [@fernandorych](https://github.com/fernandorych) +- [@GeekLuffy](https://github.com/GeekLuffy) +- [@zinzied](https://github.com/zinzied) +- [@code-vj](https://github.com/code-vj) +- [@thuanlm](https://github.com/thuanlm) --- diff --git a/package.json b/package.json index 7e178117..8339ec21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antigravity-awesome-skills", - "version": "6.1.1", + "version": "6.2.0", "description": "927+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { diff --git a/release_notes.md b/release_notes.md index 7991d680..21d26682 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,9 +1,13 @@ -## v6.1.1 - AWS Cost Optimization & Registry 927 +## v6.2.0 - Interactive Web App & AWS IaC -**Patch release: AWS cost optimization skills (PR #107) and registry count 927.** +**Feature release: Interactive Skills Web App, AWS Infrastructure as Code skills, and Chrome Extension / Cloudflare Workers developer skills.** -- **New skills** (PR #107): `aws-cost-optimizer`, `aws-cost-cleanup`. -- **Registry**: Now tracking 927 skills. +- **New skills** (PR #124): `cdk-patterns`, `cloudformation-best-practices`, `terraform-aws-modules`. +- **New skills** (PR #128): `chrome-extension-developer`, `cloudflare-workers-expert`. +- **Interactive Skills Web App** (PR #126): Local skills browser with `START_APP.bat`, setup, and `web-app/` project. +- **Shopify Development Skill Fix** (PR #125): Markdown syntax cleanup for `skills/shopify-development/SKILL.md`. +- **Community Sources** (PR #127): Added SSOJet skills and integration guides to Credits & Sources. +- **Registry**: Now tracking 930 skills. ---