diff --git a/README.md b/README.md index 7b96e847..9456467e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If this project helps you, you can [support it here](https://buymeacoffee.com/sickn33) or simply ⭐ the repo. -**Antigravity Awesome Skills** is a curated, battle-tested library of **978+ high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: +**Antigravity Awesome Skills** is a curated, battle-tested library of **1006+ high-performance agentic skills** designed to work seamlessly across all major AI coding assistants: - 🟣 **Claude Code** (Anthropic CLI) - 🔵 **Gemini CLI** (Google DeepMind) @@ -269,7 +269,7 @@ npx antigravity-awesome-skills **Bundles** are curated groups of skills for a specific role or goal (for example: `Web Wizard`, `Security Engineer`, `OSS Maintainer`). -They help you avoid picking from 950+ skills one by one. +They help you avoid picking from 1006+ skills one by one. ### ⚠️ Important: Bundles Are NOT Separate Installations! @@ -347,7 +347,7 @@ We have moved the full skill registry to a dedicated catalog to keep this README ### 🌐 Interactive Skills Web App -A modern web interface to explore, search, and use the 950+ skills directly from your browser. +A modern web interface to explore, search, and use the 1006+ skills directly from your browser. #### ✨ Features @@ -598,6 +598,9 @@ We officially thank the following contributors for their help in making this rep - [@sx4im](https://github.com/sx4im) - [@skyruh](https://github.com/skyruh) - [@nagisanzenin](https://github.com/nagisanzenin) +- [@devchangjun](https://github.com/devchangjun) +- [@raeef1001](https://github.com/raeef1001) +- [@1bcMax](https://github.com/1bcMax) --- diff --git a/docs/FAQ.md b/docs/FAQ.md index 58a044be..51da2c92 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 978+ skills? +### Do I need to install all 1006+ 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. @@ -22,9 +22,10 @@ It's like having a library - all books are there, but you only read the ones you - **Bundles** are curated recommendations grouped by role or domain. - **Workflows** are ordered execution playbooks for concrete outcomes. -Use bundles when you are deciding *which skills* to include. Use workflows when you need *step-by-step execution*. +Use bundles when you are deciding _which skills_ to include. Use workflows when you need _step-by-step execution_. Start from: + - [BUNDLES.md](BUNDLES.md) - [WORKFLOWS.md](WORKFLOWS.md) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 3c573ff3..4281956c 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -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 978+ skills. You don't need them all at once. +Don't panic about the 1006+ 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. @@ -124,7 +124,7 @@ _Check the [Skill Catalog](../CATALOG.md) for the full list._ ## ❓ FAQ -**Q: Do I need to install all 954+ skills?** +**Q: Do I need to install all 1006+ 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?** diff --git a/package.json b/package.json index 8360ca05..93fc8d93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", "version": "6.10.0", - "description": "900+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "description": "1006+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { "validate": "node scripts/run-python.js scripts/validate_skills.py",