mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 22:43:09 +00:00
Compare commits
1 Commits
add-plugin
...
add-plugin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a89ca31e1 |
@@ -251,30 +251,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "ruby-lsp",
|
|
||||||
"description": "Ruby language server for code intelligence and analysis",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"author": {
|
|
||||||
"name": "Anthropic",
|
|
||||||
"email": "support@anthropic.com"
|
|
||||||
},
|
|
||||||
"source": "./plugins/ruby-lsp",
|
|
||||||
"category": "development",
|
|
||||||
"strict": false,
|
|
||||||
"lspServers": {
|
|
||||||
"ruby-lsp": {
|
|
||||||
"command": "ruby-lsp",
|
|
||||||
"extensionToLanguage": {
|
|
||||||
".rb": "ruby",
|
|
||||||
".rake": "ruby",
|
|
||||||
".gemspec": "ruby",
|
|
||||||
".ru": "ruby",
|
|
||||||
".erb": "erb"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "agent-sdk-dev",
|
"name": "agent-sdk-dev",
|
||||||
"description": "Development kit for working with the Claude Agent SDK",
|
"description": "Development kit for working with the Claude Agent SDK",
|
||||||
@@ -704,33 +680,21 @@
|
|||||||
"description": "Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.",
|
"description": "Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.",
|
||||||
"category": "security",
|
"category": "security",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "git-subdir",
|
"source": "url",
|
||||||
"url": "https://github.com/semgrep/mcp-marketplace.git",
|
"url": "https://github.com/semgrep/mcp-marketplace.git"
|
||||||
"path": "plugin"
|
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/semgrep/mcp-marketplace.git"
|
"homepage": "https://github.com/semgrep/mcp-marketplace.git"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pagerduty",
|
"name": "data",
|
||||||
"description": "Enhance code quality and security through PagerDuty risk scoring and incident correlation. Score pre-commit diffs against historical incident data and surface deployment risk before you ship.",
|
"description": "Data engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, and manage local and cloud deployments.",
|
||||||
"category": "monitoring",
|
|
||||||
"source": {
|
|
||||||
"source": "url",
|
|
||||||
"url": "https://github.com/PagerDuty/claude-code-plugins.git",
|
|
||||||
"sha": "b16c23e0d790deceaa7a6182616d0e36673f2eae"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/PagerDuty/claude-code-plugins"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "postman",
|
|
||||||
"description": "Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.",
|
|
||||||
"category": "development",
|
"category": "development",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "url",
|
"source": "url",
|
||||||
"url": "https://github.com/Postman-Devrel/postman-claude-code-plugin.git",
|
"url": "https://github.com/astronomer/agents.git",
|
||||||
"sha": "0714280351c1a137e79aad465a66730511ffbd57"
|
"sha": "7ef022b02f5296b5ecc52ba0db3ba9345ec03c9e"
|
||||||
},
|
},
|
||||||
"homepage": "https://learning.postman.com/docs/developer/postman-mcp-server/"
|
"homepage": "https://github.com/astronomer/agents"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,31 +0,0 @@
|
|||||||
# ruby-lsp
|
|
||||||
|
|
||||||
Ruby language server for Claude Code, providing code intelligence and analysis.
|
|
||||||
|
|
||||||
## Supported Extensions
|
|
||||||
`.rb`, `.rake`, `.gemspec`, `.ru`, `.erb`
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
### Via gem (recommended)
|
|
||||||
```bash
|
|
||||||
gem install ruby-lsp
|
|
||||||
```
|
|
||||||
|
|
||||||
### Via Bundler
|
|
||||||
Add to your Gemfile:
|
|
||||||
```ruby
|
|
||||||
gem 'ruby-lsp', group: :development
|
|
||||||
```
|
|
||||||
|
|
||||||
Then run:
|
|
||||||
```bash
|
|
||||||
bundle install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
- Ruby 3.0 or later
|
|
||||||
|
|
||||||
## More Information
|
|
||||||
- [Ruby LSP Website](https://shopify.github.io/ruby-lsp/)
|
|
||||||
- [GitHub Repository](https://github.com/Shopify/ruby-lsp)
|
|
||||||
Reference in New Issue
Block a user