docs: update version and skill counts in documentation
- GETTING_STARTED.md: V6.5.0 → V6.10.0, 954+ → 978+ - FAQ.md: 700+ → 978+ - USAGE.md: 954+ → 978+
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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**
|
||||
|
||||
|
||||
@@ -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`_
|
||||
Reference in New Issue
Block a user