Skip to content

Commit 2e3fe6a

Browse files
committed
docs: clarify local plugin install target and clone options
1 parent 07ec616 commit 2e3fe6a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before merging, test your changes locally:
1616

1717
```bash
1818
claude plugin marketplace add ~/path/to/sentry-skills
19-
claude plugin install sentry-skills
19+
claude plugin install sentry-skills@sentry-skills
2020
```
2121

2222
2. **Restart Claude Code** to pick up changes

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ Works with Claude Code, Cursor, Cline, GitHub Copilot, and other compatible agen
7373
### Local Development
7474

7575
```bash
76+
# SSH
7677
git clone git@github.com:getsentry/skills.git ~/sentry-skills
78+
# or HTTPS
79+
git clone https://github.com/getsentry/skills.git ~/sentry-skills
80+
7781
claude plugin marketplace add ~/sentry-skills
78-
claude plugin install sentry-skills
82+
claude plugin install sentry-skills@sentry-skills
7983
```
8084

8185
### Repository Structure

0 commit comments

Comments
 (0)