diff --git a/assets/README.md b/assets/README.md index 9040aee..03ceb35 100644 --- a/assets/README.md +++ b/assets/README.md @@ -4,6 +4,8 @@ One script installs everything. No cloning or manual copy/paste required. ## Quick Start +> For more on discovering and installing skills, see [docs/ai/skills.md](../docs/ai/skills.md). + ### Cloned Repo ```bash diff --git a/docs/ai/index.md b/docs/ai/index.md index c8a387b..87629c7 100644 --- a/docs/ai/index.md +++ b/docs/ai/index.md @@ -9,6 +9,7 @@ You are here: AI Docs Home - [VS Code Initial Setup](vscode-setup.md) - [iOS Setup](ios/ios.md) - [Android Setup](android/android.md) + - [Skills Library](skills.md) - Use AI Day-To-Day - Safety And Cost ## How To Use This Guide diff --git a/docs/ai/skills.md b/docs/ai/skills.md index 3acfa93..8350326 100644 --- a/docs/ai/skills.md +++ b/docs/ai/skills.md @@ -3,12 +3,25 @@ You are here: [AI Docs Home](index.md) > Skills Library ## Contents -- Skills vs Agents vs Instructions -- Skills Governance And Sync -- Skills CLI (Single Path) -- How To Connect Skills -- Central Assets Repo -- Next Steps + +## Discover More Skills + +You can browse and discover additional skills at [https://skills.sh/](https://skills.sh/). + +To install the global Skills CLI for managing and installing skills from the registry, run: + +```sh +npm install -g skills +``` + +Once installed, you can search and add skills with commands like: + +```sh +skills search swift +skills install swiftui-modern +``` + +See the [skills.sh documentation](https://skills.sh/docs) for more details. ## Skills vs Agents vs Instructions