mirror of
https://github.com/getsentry/sentry-agent-skills.git
synced 2026-09-20 14:23:25 +08:00
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:
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user