docs: align release notes and skill counts with v6.3.1 and Maintenance Guide V5

This commit is contained in:
sck_0
2026-02-25 16:55:49 +01:00
parent f1ce72dd76
commit 76b6197456
3 changed files with 55 additions and 4 deletions

View File

@@ -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.**

View File

@@ -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_

View File

@@ -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?**