From 543fdb02535279756deaf80192ea7c0d1bda494c Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 11 Feb 2026 11:09:23 -0600 Subject: [PATCH] docs: add skills.sh links --- docs/ai/skills.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ai/skills.md b/docs/ai/skills.md index 180ef00..941afdd 100644 --- a/docs/ai/skills.md +++ b/docs/ai/skills.md @@ -5,6 +5,7 @@ You are here: [AI Docs Home](index.md) > Skills Library ## Contents - Skills vs Agents vs Instructions - Skills Governance And Sync +- skills.sh (Optional Skills Installer) - How To Connect Skills - Central Assets Repo - Next Steps @@ -66,11 +67,19 @@ skills: ## skills.sh (Optional Skills Installer) skills.sh provides a public skills catalog and a CLI to install skills by name. Use this only if your team allows it and you understand the source of the skills you install. +### Where To Find Skills +- Homepage: https://skills.sh/ +- Docs: https://skills.sh/docs +- CLI reference: https://skills.sh/docs/cli + ### How It Works (High-Level) 1. You run the `skills` CLI via `npx`. 2. The CLI downloads the skill and configures it for your agent environment. 3. The skill becomes available to your AI agent. +### Install The CLI (No Global Install Required) +The CLI runs via `npx`, so you do not need a global install. + ### Example Install Command ```bash npx skills add vercel-labs/agent-skills