Claude Code plugins by Ricardo Lobo
npx claudepluginhub ricardo-lobo/claude-codeReusable agent skills for common workflows
Interact with Sentry self-hosted instances for error monitoring, issue management, and debugging
A collection of Claude Code plugins by Ricardo Lobo.
| Plugin | Description |
|---|---|
| skills | Reusable agent skills (smart-commit, ralph-wizard) |
| sentry-mcp | Interact with Sentry for error monitoring and debugging |
Reusable agent skills for common workflows.
/plugin install skills@ricardo-lobo
| Skill | Description |
|---|---|
smart-commit | Smart commits with security review, documentation awareness, and conventional commit format |
ralph-wizard | Guided prompt creation for Ralph loops - asks questions to gather specs, requirements, and completion criteria |
Skills are automatically invoked when relevant. You can also invoke them directly by name.
A plugin for Sentry self-hosted instances. Query issues, manage errors, and debug with Sentry context directly from Claude Code.
{SENTRY_URL}/settings/account/api/auth-tokens/project:read - List projects and read project settingsevent:read - Read issues and eventsevent:write - Update issue status (resolve/ignore)Create a .env file in your project root:
# Required
SENTRY_URL=https://sentry.your-company.com
SENTRY_AUTH_TOKEN=sntrys_eyJ...
SENTRY_ORG=my-org
# Optional - default project for commands
SENTRY_PROJECT=frontend
| Variable | Required | Description |
|---|---|---|
SENTRY_URL | Yes | Your Sentry instance URL |
SENTRY_AUTH_TOKEN | Yes | API token with required scopes |
SENTRY_ORG | Yes | Organization slug |
SENTRY_PROJECT | No | Default project for commands |
Note: Bun automatically loads
.envfiles. Add.envto your.gitignore.
/plugin marketplace add ricardo-lobo/claude-code
/plugin install sentry-mcp@ricardo-lobo
# Clone the repository
git clone https://github.com/ricardo-lobo/claude-code.git ~/.claude/plugins/claude-code
# Install dependencies
cd ~/.claude/plugins/claude-code/sentry && bun install
Then use with:
claude --plugin-dir ~/.claude/plugins/claude-code/sentry
Set up your .env file with the required variables (see above)
List recent issues:
/sentry:issues
Get issue details:
/sentry:issue FRONTEND-123
| Command | Description |
|---|---|
/sentry:setup | Show environment variable configuration instructions |
/sentry:issues [project] [--status ...] | List recent issues with filters |
/sentry:issue <id> | Get detailed issue information |
/sentry:resolve <id> [--unresolve|--ignore] | Update issue status |
/sentry:find-event <event-id> | Find issue by event ID |
/sentry:stats [project] | Get project error statistics |
The plugin exposes these tools for programmatic access:
| Tool | Purpose |
|---|---|
list_projects | List all projects in an organization |
list_issues | List issues with filters (project, status, query) |
get_issue | Get detailed issue info (stack trace, tags, users) |
list_issue_events | Get individual error occurrences |
update_issue_status | Resolve, unresolve, or ignore issues |
get_project_stats | Get error rates and top issues |
Ask Claude naturally:
cd sentry
bun install # Install dependencies
bun test # Run tests (36 tests)
bun run start # Run MCP server standalone
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations