added reference to skills website
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
This commit is contained in:
parent
465f2bf163
commit
529d894d12
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user