Conversation
…ntation - Replace outdated '/install-plugin' with current 'claude plugins add' CLI command - Add alternative '/plugin install' in-app command option - Add new section for installing skills via dotagents - Include dotagents quick start guide and command reference - Update from source installation instructions Co-Authored-By: Claude Sonnet 4.5 (Anthropic AI Assistant) Co-authored-by: David Cramer <dcramer@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
Fix several hallucinated commands from the Cursor background agent: - Claude Code CLI: 'claude plugins add' → 'claude plugin install' (singular, correct subcommand) - Remove '@claude-plugins-official' marketplace suffix since sentry isn't published there yet — use bare 'sentry' which searches all marketplaces - Remove duplicate in-app '/plugin install' variant — one install command is sufficient - dotagents: '--name' flag → '--skill' (the actual flag) - dotagents: bare 'add' without qualifier → 'add --all' (required when a repo contains multiple skills) Co-Authored-By: Claude (Anthropic)
|
I've pushed fixes for several incorrect commands in the README (see commit 48976b4). The Cursor background agent hallucinated a few things:
One remaining issue: |
instead of sentry should it just be the url of this repo? |
|
I think we should use the URL - Claude has some special case thing for us which I think might enable that to work but I'm also not sure as I didnt test it myself. |
|
@cursor update this PR to enable both the marketplace add line and the plugin install line, use the url rather than just 'sentry' additionally remove the bit about adding the plugin from local filesystem |
|
I've successfully updated the PR with the requested changes: Changes Made Claude Code installation section now includes: Removed: Preserved: The changes have been committed and pushed to the |
…stem instructions - Add marketplace with 'claude plugin marketplace add getsentry/sentry-for-ai' - Install plugin with URL instead of marketplace name - Remove 'From Source' section with local filesystem installation - Keep both marketplace add and plugin install steps as requested Co-Authored-By: Claude Sonnet 4.5 (Anthropic AI Assistant) Co-authored-by: David Cramer <dcramer@users.noreply.github.com>
Co-authored-by: David Cramer <dcramer@users.noreply.github.com>
|
@cursoragent you did it entirely wrong heres an example from another repo: claude plugin marketplace add getsentry/skills |
|
Fixed! I've corrected the plugin install command to use the proper format • Marketplace add: The changes have been committed and pushed to the branch. |
Use plugin-name@marketplace-name format (sentry@sentry-for-ai) instead of URL, following the pattern from getsentry/skills repository. Co-Authored-By: Claude Sonnet 4.5 (Anthropic AI Assistant) Co-authored-by: David Cramer <dcramer@users.noreply.github.com>
Use correct marketplace name 'sentry-plugin-marketplace' as defined in .claude-plugin/marketplace.json instead of 'sentry-for-ai'. Co-Authored-By: Claude Sonnet 4.5 (Anthropic AI Assistant) Co-authored-by: David Cramer <dcramer@users.noreply.github.com>
|
Suggestion: simplify the repository name from |


Update README with current Claude Code installation instructions and add documentation for installing skills via dotagents.
Slack Thread