diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ff2e80..e7270c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Before merging, test your changes locally: ```bash claude plugin marketplace add ~/path/to/sentry-skills - claude plugin install sentry-skills + claude plugin install sentry-skills@sentry-skills ``` 2. **Restart Claude Code** to pick up changes diff --git a/README.md b/README.md index 93c335b..0e71a32 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,13 @@ Works with Claude Code, Cursor, Cline, GitHub Copilot, and other compatible agen ### Local Development ```bash +# SSH git clone git@github.com:getsentry/skills.git ~/sentry-skills +# or HTTPS +git clone https://github.com/getsentry/skills.git ~/sentry-skills + claude plugin marketplace add ~/sentry-skills -claude plugin install sentry-skills +claude plugin install sentry-skills@sentry-skills ``` ### Repository Structure