From b6b11feaef5c48f9e3126f9efcf56654c1e233e6 Mon Sep 17 00:00:00 2001 From: Moshe Abramovitch Date: Tue, 4 Aug 2026 15:06:30 -0500 Subject: [PATCH] docs: link to the Verified Skills pipeline and hosted docs The README has no mention of the Verified Skills pipeline, the skills catalog, or the hosted documentation, so a reader arriving at this repo has no path to any of them. - Overview: one line placing SkillSpector in the pipeline, linking the docs home and the skills catalog. - Documentation: lead with the hosted scanning guide, ahead of the repo-local developer docs, since that is what most readers want. Signed-off-by: Moshe Abramovitch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e553ddb3e..c42ba2e2a 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,11 @@ AI agent skills (used by Claude Code, Codex CLI, Gemini CLI, etc.) execute with SkillSpector helps you answer: **"Is this skill safe to install?"** +SkillSpector is part of the [NVIDIA Verified Skills pipeline](https://docs.nvidia.com/skills/), which scans, evaluates, and signs agent skills before publication. Skills that pass are published to the [NVIDIA skills catalog](https://github.com/NVIDIA/skills). + ## Documentation +- **[Scan agent skills before installation](https://docs.nvidia.com/skills/scanning-agent-skills)** — Hosted guide: when to scan, how to read a report, and how to gate installs. - **[Development guide](docs/DEVELOPMENT.md)** — Architecture, package layout, and how to extend the analyzer pipeline. - **[Pi extension](docs/PI_EXTENSION.md)** — Install SkillSpector as a Pi tool for scanning skills from inside agent sessions.