From 696469ed277d0807dadc004fc656349810d3d9c1 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 14 May 2026 04:02:26 -0700 Subject: [PATCH] Document skills installation from sembr.org --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8bcb15..eb61868 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,22 @@ or add manually via **Settings > Rules > Add Rule > Remote Rule (Github)** with ### npx skills -Install using the [`npx skills`](https://skills.sh) CLI: +Install using the [`npx skills`](https://skills.sh) CLI from +[sembr.org](https://sembr.org): ```console -npx skills add https://github.com/sembr/skills +npx skills add https://sembr.org +``` + +`sembr.org` serves the skills under the +[`/.well-known/agent-skills/`](https://sembr.org/.well-known/agent-skills/index.json) +endpoint +([RFC 8615](https://www.rfc-editor.org/rfc/rfc8615)). + +Alternatively, install directly from GitHub: + +```console +npx skills add sembr/skills ``` ### Pi