From 335359f13803d774464839c48eef282dcc4f9c53 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sun, 1 Feb 2026 08:25:28 +0100 Subject: [PATCH] docs: sync Repo Contributors and skill counts (626) post 4.6.0 - Add c1c3ru and devchangjun to Repo Contributors (PR 47, PR 48) - Update GETTING_STARTED.md and FAQ.md: 624/624+ -> 626/626+ --- README.md | 2 ++ docs/FAQ.md | 2 +- docs/GETTING_STARTED.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3fbc2a9..54ec8715 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,8 @@ We officially thank the following contributors for their help in making this rep - [zebbern](https://github.com/zebbern) - [vuth-dogo](https://github.com/vuth-dogo) - [whatiskadudoing](https://github.com/whatiskadudoing) +- [c1c3ru](https://github.com/c1c3ru) +- [devchangjun](https://github.com/devchangjun) ## Star History diff --git a/docs/FAQ.md b/docs/FAQ.md index 3bb03b57..77c32b40 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 624+ skills? +### Do I need to install all 626+ 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 09dc8b9c..4fe283e2 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -100,7 +100,7 @@ _Check the [Skill Catalog](../CATALOG.md) for the full list._ ## ❓ FAQ -**Q: Do I need to install all 624 skills?** +**Q: Do I need to install all 626 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?**