From 714f23840bf6691beea173724b597cb2e1e7e868 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 11 Feb 2026 11:14:23 -0600 Subject: [PATCH] docs: add skills cli commands --- docs/ai/skills.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/ai/skills.md b/docs/ai/skills.md index 363bd49..6ad7350 100644 --- a/docs/ai/skills.md +++ b/docs/ai/skills.md @@ -6,6 +6,7 @@ You are here: [AI Docs Home](index.md) > Skills Library - Skills vs Agents vs Instructions - Skills Governance And Sync - skills.sh (Optional Skills Installer) +- skills CLI Commands - How To Connect Skills - Central Assets Repo - Next Steps @@ -94,6 +95,19 @@ npx skills add https://github.com/avdlee/swiftui-agent-skill --skill swiftui-exp - The leaderboard uses anonymous telemetry from the CLI. You can opt out by setting `DISABLE_TELEMETRY=1`. - Review skills before installing. The ecosystem is audited, but quality varies. +## skills CLI Commands +Common commands shown in the CLI help output: + +```text +npx skills add Install a skill +npx skills list List installed skills +npx skills find [query] Search for skills +npx skills check Check for updates +npx skills update Update all skills +npx skills remove Remove installed skills +npx skills init [name] Create a new skill +``` + ## How to Download Existing Skills 1. Locate the skill in the team or org repository. 2. Add the skill to your local skills directory following team guidance.