From bb0886a594bd9741ae2920a9fee96975859059f3 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sat, 31 Jan 2026 08:33:26 +0100 Subject: [PATCH] docs: clarify Starter Packs vs full clone (fixes #44) --- README.md | 2 +- docs/GETTING_STARTED.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d27d0ba8..3aed686f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **speci ### 2. ⚡️ Quick Start (The "Bundle" Way) -Don't install 624+ skills manually. Use our **Starter Packs**: +Install once (clone or npx); then use our **Starter Packs** in [docs/BUNDLES.md](docs/BUNDLES.md) to see which skills fit your role. You get the full repo; Starter Packs are curated lists, not a separate install. 1. **Install** (pick one): ```bash diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 391b12e9..10a67644 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -18,6 +18,8 @@ AI Agents (like **Claude Code**, **Gemini**, **Cursor**) are smart, but they lac Don't panic about the 624+ 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. + ### 1. Install the Repo **Option A — npx (easiest):** @@ -99,7 +101,7 @@ _Check the [Skill Catalog](../CATALOG.md) for the full list._ ## ❓ FAQ **Q: Do I need to install all 624 skills?** -A: You clone the whole repo, but your AI only _reads_ the ones you ask for (or that are relevant). It's lightweight! +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?** A: Yes! Use the **@skill-creator** skill to build your own.