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
8 changes: 6 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
"homepage": "https://github.com/circlebackai/claude-code-plugin.git"
},
{
"name": "clangd-lsp",

Check warning on line 568 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 @@ -821,7 +821,7 @@
"homepage": "https://github.com/CrowdStrike/foundry-skills"
},
{
"name": "csharp-lsp",

Check warning on line 824 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 @@ -1205,7 +1205,7 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab"
},
{
"name": "gopls-lsp",

Check warning on line 1208 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 @@ -1299,7 +1299,7 @@
"homepage": "https://github.com/intercom/claude-plugin-external"
},
{
"name": "jdtls-lsp",

Check warning on line 1302 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 @@ -1336,7 +1336,7 @@
"homepage": "https://jfrog.com"
},
{
"name": "kotlin-lsp",

Check warning on line 1339 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 @@ -1447,7 +1447,7 @@
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/logfire"
},
{
"name": "lua-lsp",

Check warning on line 1450 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 @@ -1674,13 +1674,17 @@
"url": "https://github.com/oracle/netsuite-suitecloud-sdk.git",
"path": "packages/agent-skills",
"ref": "master",
"sha": "43bacf43763e1eedd0892b4652be3d45df94f0e7"
"sha": "cbfc8e8fd71b00506ef8654b0633251174e68c84"
},
"strict": false,
"skills": [
"./netsuite-ai-connector-instructions",
"./netsuite-sdf-roles-and-permissions",
"./netsuite-uif-spa-reference"
"./netsuite-uif-spa-reference",
"./netsuite-owasp-secure-coding",
"./netsuite-sdf-project-documentation",
"./netsuite-suitescript-records-reference",
"./netsuite-suitescript-upgrade"
],
"homepage": "https://github.com/oracle/netsuite-suitecloud-sdk"
},
Expand Down Expand Up @@ -1775,7 +1779,7 @@
"homepage": "https://github.com/PagerDuty/claude-code-plugins"
},
{
"name": "php-lsp",

Check warning on line 1782 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 @@ -1929,7 +1933,7 @@
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/ai"
},
{
"name": "pyright-lsp",

Check warning on line 1936 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 @@ -2108,7 +2112,7 @@
"homepage": "https://rootly.com"
},
{
"name": "ruby-lsp",

Check warning on line 2115 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 @@ -2746,7 +2750,7 @@
"homepage": "https://dev.wix.com/docs/wix-cli/guides/development/about-wix-skills"
},
{
"name": "wordpress.com",

Check warning on line 2753 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