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 <noreply@anthropic.com>
This commit is contained in:
paulj
2026-02-10 15:36:30 -05:00
parent d263acf6bc
commit baa3a928fa
+20
View File
@@ -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.
---