From c281687a0e6cef18b45c25b3237e15d5adb444ca Mon Sep 17 00:00:00 2001 From: sck_0 Date: Wed, 4 Mar 2026 18:17:13 +0100 Subject: [PATCH] docs: update version and skill counts in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GETTING_STARTED.md: V6.5.0 → V6.10.0, 954+ → 978+ - FAQ.md: 700+ → 978+ - USAGE.md: 954+ → 978+ --- docs/FAQ.md | 2 +- docs/GETTING_STARTED.md | 4 ++-- docs/USAGE.md | 4 ++-- release_notes.md | 38 ++++++++++++++++++-------------------- 4 files changed, 23 insertions(+), 25 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 0c982c24..58a044be 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -11,7 +11,7 @@ Skills are specialized instruction files that teach AI assistants how to handle specific tasks. Think of them as expert knowledge modules that your AI can load on-demand. **Simple analogy:** Just like you might consult different experts (a lawyer, a doctor, a mechanic), these skills let your AI become an expert in different areas when you need them. -### Do I need to install all 700+ skills? +### Do I need to install all 978+ skills? **No!** When you clone the repository, all skills are available, but your AI only loads them when you explicitly invoke them with `@skill-name`. It's like having a library - all books are there, but you only read the ones you need. diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index f8053a11..3c573ff3 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -1,4 +1,4 @@ -# Getting Started with Antigravity Awesome Skills (V6.5.0) +# Getting Started with Antigravity Awesome Skills (V6.10.0) **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 954+ skills. You don't need them all at once. +Don't panic about the 978+ 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. diff --git a/docs/USAGE.md b/docs/USAGE.md index fb5a9370..01931fc5 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -12,7 +12,7 @@ Great question! Here's what just happened and what to do next: When you ran `npx antigravity-awesome-skills` or cloned the repository, you: -✅ **Downloaded 954+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or `~/.agent/skills/` if you used `--path`) +✅ **Downloaded 978+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or `~/.agent/skills/` if you used `--path`) ✅ **Made them available** to your AI assistant ❌ **Did NOT enable them all automatically** (they're just sitting there, waiting) @@ -32,7 +32,7 @@ Bundles are **recommended lists** of skills grouped by role. They help you decid **Analogy:** -- You installed a toolbox with 954+ tools (✅ done) +- You installed a toolbox with 978+ tools (✅ done) - Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools" - You don't install bundles—you **pick skills from them** diff --git a/release_notes.md b/release_notes.md index de06cf80..21a7d892 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,33 +1,31 @@ -## v6.9.0 - Multi-Tool & Agent Infrastructure +## v6.10.0 - "Skill Router & Developer Tools" -> **Agent capabilities expand with email infrastructure, video intelligence, and multi-tool installer support.** +> **Intelligent skill discovery, developer marketing, and AI integration tools.** -### 🚀 New Skills +This release brings a meta-skill for discovering the right skill, proofreading capabilities, Google Gemini integration, prompt optimization, SaaS MVP guidance, and Bitcoin Lightning Network skills. -**📧 AgentMail** — Email infrastructure for AI agents -- Create email accounts with karma-based rate limiting -- Send/receive emails with attachments -- Webhook signature verification for secure notifications -- Full SDK examples and API reference +### 🚀 New Skills (7) -**📹 VideoDB** — Video and audio perception, indexing, and editing -- Ingest from files, URLs, RTSP/live feeds, or desktop capture -- Semantic, visual, and spoken word indexes with timestamp search -- Timeline editing with subtitles, overlays, transcoding -- AI generation for images, video, music, voiceovers +- **skill-router** — Intelligent entry point to the skill library with 4-question funnel +- **professional-proofreader** — Structured proofreading and grammar correction +- **gemini-api-integration** — Google Gemini API integration guide +- **llm-prompt-optimizer** — Systematic prompt engineering framework +- **saas-mvp-launcher** — End-to-end SaaS MVP roadmap +- **lightning-factory-explainer** — Bitcoin Lightning channel factories +- **lightning-channel-factories** — Multi-party channel architectures +- **lightning-architecture-review** — Layer 2 scaling tradeoffs ### 📦 Improvements -- **Multi-Tool Install Support**: Install skills for multiple tools simultaneously (e.g., `npx antigravity-awesome-skills --claude --codex`). Fixes #182. -- **Web-App Sync Optimization**: Hybrid sync strategy using git fetch (5+ min → < 2 sec). Includes sort by "Most Stars". -- **Registry**: 970 skills (+2 new) +- Registry now tracking **978 skills** +- Durable execution documentation updates +- devmarketing-skills community link +- Fixed risk levels in 3 skills ### 👥 Contributors -- @zinzied — Web-app sync optimization (PR #180) -- @0xrohitgarg — VideoDB skill (PR #181) -- @uriva — AgentMail skill (PR #183) +@lsuryatej, @tejasashinde, @SnakeEye-sudo, @8144225309, @maxdml, @jonathimer, @copilot-swe-agent --- -_Upgrade: `npx antigravity-awesome-skills` or `git pull origin main`_ +_Upgrade: `git pull origin main` or `npx antigravity-awesome-skills update`_ \ No newline at end of file