From 76b6197456739462ed97e059c003719a9446ff89 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Wed, 25 Feb 2026 16:55:49 +0100 Subject: [PATCH] docs: align release notes and skill counts with v6.3.1 and Maintenance Guide V5 --- CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++++++++ docs/BUNDLES.md | 7 ++++++- docs/GETTING_STARTED.md | 6 +++--- 3 files changed, 55 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e68fc2d1..e6e09d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [6.3.1] - 2026-02-25 - "Validation & Multi-Protocol Hotfix" + +> **"Hotfix release to restore missing skills, correct industrial risk labels, and harden validation across the registry."** + +This release fixes critical validation errors introduced in previous PRs, ensures full compliance with the strict CI registry checks, and restores two high-demand developer skills. + +## πŸš€ New Skills + +### 🧩 [chrome-extension-developer](skills/chrome-extension-developer/) + +**Expert in building Chrome Extensions using Manifest V3.** +Senior expertise in modern extension architecture, focusing on Manifest V3, service workers, and production-ready security practices. + +- **Key Feature 1**: Comprehensive coverage of Manifest V3 service workers and lifecycle. +- **Key Feature 2**: Production-ready patterns for cross-context message passing. + +> **Try it:** `Help me design a Manifest V3 extension that monitors network requests using declarativeNetRequest.` + +### ☁️ [cloudflare-workers-expert](skills/cloudflare-workers-expert/) + +**Senior expertise for serverless edge computing on Cloudflare.** +Specialized in edge architectures, performance optimization, and the full Cloudflare developer ecosystem (Wrangler, KV, D1, R2). + +- **Key Feature 1**: Optimized patterns for 0ms cold starts and edge-side storage. +- **Key Feature 2**: Implementation guides for Durable Objects and R2 storage integration. + +> **Try it:** `Build a Cloudflare Worker that modifies response headers and caches fragmented data in KV.` + +--- + +## πŸ“¦ Improvements + +- **Registry Update**: Now tracking 946+ high-performance skills. +- **Validation Hardening**: Resolved missing "When to Use" sections for 11 critical skills (Andru.ia, Logistics, Energy). +- **Risk Label Corrections**: Corrected risk levels to `safe` for `linkedin-cli`, `00-andruia-consultant`, and `20-andruia-niche-intelligence`. + +## πŸ‘₯ Credits + +A huge shoutout to our community contributors: + +- **@itsmeares** for PR #139 validation fixes and "When to Use" improvements. + +--- + +_Upgrade now: `git pull origin main` to fetch the latest skills._ + ## [6.3.0] - 2026-02-25 - "Agent Discovery & Operational Excellence" > **Feature release: AgentFolio discovery skill, LinkedIn CLI automation, Evos operational skills, Andru.ia consulting roles, and hardened validation for new contributors.** diff --git a/docs/BUNDLES.md b/docs/BUNDLES.md index 86fb9bd5..952e19d8 100644 --- a/docs/BUNDLES.md +++ b/docs/BUNDLES.md @@ -5,6 +5,7 @@ ## πŸš€ Quick Start 1. **Install the repository:** + ```bash npx antigravity-awesome-skills # or clone manually @@ -421,21 +422,25 @@ Keep a small list of high-frequency skills and reuse it across tasks to reduce c ### Beginner β†’ Intermediate β†’ Advanced **Web Development:** + 1. Start: `Essentials` β†’ `Web Wizard` 2. Grow: `Full-Stack Developer` β†’ `Architecture & Design` 3. Master: `Observability & Monitoring` β†’ `Security Developer` **AI/ML:** + 1. Start: `Essentials` β†’ `Agent Architect` 2. Grow: `LLM Application Developer` β†’ `Data Engineering` 3. Master: Advanced RAG and agent orchestration **Security:** + 1. Start: `Essentials` β†’ `Security Developer` 2. Grow: `Security Engineer` β†’ Advanced pentesting 3. Master: Red team tactics and threat modeling **Open Source Maintenance:** + 1. Start: `Essentials` β†’ `OSS Maintainer` 2. Grow: `Architecture & Design` β†’ `QA & Testing` 3. Master: `Skill Author` + release automation workflows @@ -456,4 +461,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open --- -_Last updated: February 2026 | Total Skills: 713+ | Total Bundles: 26_ +_Last updated: February 2026 | Total Skills: 946+ | Total Bundles: 26_ diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index dc5975a7..07e0d755 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -1,4 +1,4 @@ -# Getting Started with Antigravity Awesome Skills (V4) +# Getting Started with Antigravity Awesome Skills (V5) **New here? This guide will help you supercharge your AI Agent in 5 minutes.** @@ -17,7 +17,7 @@ AI Agents (like **Claude Code**, **Gemini**, **Cursor**) are smart, but they lac ## ⚑️ Quick Start: The "Starter Packs" -Don't panic about the 700+ skills. You don't need them all at once. +Don't panic about the 946+ skills. You don't need them all at once. We have curated **Starter Packs** to get you running immediately. You **install the full repo once** (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)β€”they are not a different way to install. @@ -120,7 +120,7 @@ _Check the [Skill Catalog](../CATALOG.md) for the full list._ ## ❓ FAQ -**Q: Do I need to install all 700+ skills?** +**Q: Do I need to install all 946+ skills?** A: You clone the whole repo once; your AI only _reads_ the skills you invoke (or that are relevant), so it stays lightweight. **Starter Packs** in [BUNDLES.md](BUNDLES.md) are curated lists to help you discover the right skills for your roleβ€”they don't change how you install. **Q: Can I make my own skills?**