Merge pull request #2 from jaffrepaul/docs/add-npx-install-instructions

docs: Add npx skills CLI installation instructions
This commit is contained in:
Cody De Arkland
2026-02-11 23:05:36 -08:00
committed by GitHub
+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.
---