From baa3a928fa54e36d8f2c1525a6f19222e95123f8 Mon Sep 17 00:00:00 2001 From: paulj Date: Tue, 10 Feb 2026 15:36:30 -0500 Subject: [PATCH] docs: Add npx skills CLI installation instructions Add the recommended quick install method using the skills CLI: - npx skills add for all skills - npx skills add --skill for individual skills - Link to skills.sh browser Move existing client-specific instructions under "Manual Installation". Co-Authored-By: Claude --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6897e15..5ae9a87 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,26 @@ Official agent skills for integrating Sentry into your projects. These skills pr ## Installation +### Quick Install (Recommended) + +Install all skills using the [skills CLI](https://skills.sh): + +```bash +npx skills add https://github.com/getsentry/sentry-agent-skills +``` + +Or install a specific skill: + +```bash +npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-fix-issues +``` + +Browse available skills at [skills.sh/getsentry/sentry-agent-skills](https://skills.sh/getsentry/sentry-agent-skills). + +--- + +### Manual Installation + Choose your AI coding assistant below and run the appropriate command. ---