Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"homepage": "https://github.com/circlebackai/claude-code-plugin.git"
},
{
"name": "clangd-lsp",

Check warning on line 402 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: clangd-lsp: vendored source './plugins/clangd-lsp' has no .claude-plugin/plugin.json
"description": "C/C++ language server (clangd) for code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -594,7 +594,7 @@
"homepage": "https://github.com/CrowdStrike/foundry-skills"
},
{
"name": "csharp-lsp",

Check warning on line 597 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: csharp-lsp: vendored source './plugins/csharp-lsp' has no .claude-plugin/plugin.json
"description": "C# language server for code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -908,7 +908,7 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab"
},
{
"name": "gopls-lsp",

Check warning on line 911 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: gopls-lsp: vendored source './plugins/gopls-lsp' has no .claude-plugin/plugin.json
"description": "Go language server for code intelligence and refactoring",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -974,7 +974,7 @@
"homepage": "https://github.com/intercom/claude-plugin-external"
},
{
"name": "jdtls-lsp",

Check warning on line 977 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: jdtls-lsp: vendored source './plugins/jdtls-lsp' has no .claude-plugin/plugin.json
"description": "Java language server (Eclipse JDT.LS) for code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -1011,7 +1011,7 @@
"homepage": "https://jfrog.com"
},
{
"name": "kotlin-lsp",

Check warning on line 1014 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: kotlin-lsp: vendored source './plugins/kotlin-lsp' has no .claude-plugin/plugin.json
"description": "Kotlin language server for code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -1122,7 +1122,7 @@
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/logfire"
},
{
"name": "lua-lsp",

Check warning on line 1125 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: lua-lsp: vendored source './plugins/lua-lsp' has no .claude-plugin/plugin.json
"description": "Lua language server for code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -1333,7 +1333,7 @@
"homepage": "https://github.com/PagerDuty/claude-code-plugins"
},
{
"name": "php-lsp",

Check warning on line 1336 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: php-lsp: vendored source './plugins/php-lsp' has no .claude-plugin/plugin.json
"description": "PHP language server (Intelephense) for code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -1487,7 +1487,7 @@
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/ai"
},
{
"name": "pyright-lsp",

Check warning on line 1490 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: pyright-lsp: vendored source './plugins/pyright-lsp' has no .claude-plugin/plugin.json
"description": "Python language server (Pyright) for type checking and code intelligence",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -1620,7 +1620,7 @@
"homepage": "https://www.revenuecat.com"
},
{
"name": "ruby-lsp",

Check warning on line 1623 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I8: ruby-lsp: vendored source './plugins/ruby-lsp' has no .claude-plugin/plugin.json
"description": "Ruby language server for code intelligence and analysis",
"version": "1.0.0",
"author": {
Expand Down Expand Up @@ -1677,6 +1677,22 @@
},
"homepage": "https://www.sanity.io"
},
{
"name": "sap-hana-cli",
"description": "150+ SAP HANA database tools for AI assistants. Query tables, import/export data, profile data quality, compare schemas, manage backups, monitor performance, and more. Connects to SAP HANA Cloud and on-premise databases.",
"author": {
"name": "SAP SE",
"email": "ospo@sap.com",
"url": "https://www.sap.com"
},
"category": "database",
"source": {
"source": "url",
"url": "https://github.com/SAP-samples/hana-cli-claude-plugin.git",
"sha": "160ae47efaffea2e1dd9d6877ab9ec49b78542a0"
},
"homepage": "https://github.com/SAP-samples/hana-cli-claude-plugin"
},
{
"name": "sap-mdk-server",
"description": "MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.",
Expand Down Expand Up @@ -2079,7 +2095,7 @@
"homepage": "https://dev.wix.com/docs/wix-cli/guides/development/about-wix-skills"
},
{
"name": "wordpress.com",

Check warning on line 2098 in .claude-plugin/marketplace.json

View workflow job for this annotation

GitHub Actions / validate

invariant I11: wordpress.com: name does not match ^[a-z0-9][a-z0-9-]{1,63}$
"description": "Uses Claude Code to create and edit WordPress sites with WordPress Studio before deploying changes to your WordPress.com site.",
"source": {
"source": "url",
Expand Down
Loading