Compare commits

...

4 Commits

Author SHA1 Message Date
Bryan Thompson
33e62b9bd6 Remove SHA pin from cockroachdb entry
Let installs follow the repo's default branch instead of a fixed SHA.
Removes the plugin from the weekly SHA-bump rotation and lets developer
updates reach users directly on `claude plugin install`.
2026-04-21 14:32:10 -05:00
Bryan Thompson
caa8c1a539 Update cockroachdb description + author per developer request
- Description: expand to reflect current capabilities (14 tools, 2 MCP
  backends, 3 agents, 32 skills, safety hooks)
- Author: "CockroachDB" → "Cockroach Labs" (company name)
2026-04-21 12:33:39 -05:00
Bryan Thompson
33fd73c8b9 Update cockroachdb plugin — add author + category, bump SHA 2026-04-21 07:03:06 -05:00
Bryan Thompson
777db5c30b Add liquid-skills plugin (#1507) 2026-04-20 22:01:55 +01:00

View File

@@ -357,11 +357,14 @@
},
{
"name": "cockroachdb",
"description": "CockroachDB plugin for Claude Code — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
"description": "Connect Claude Code directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. This plugin provides 14 tools across two active MCP backends (self-hosted MCP Toolbox and managed CockroachDB Cloud MCP Server), three specialized agents (DBA, Developer, Operator), 32 skills across 6 operational domains, and built-in safety hooks.",
"author": {
"name": "Cockroach Labs"
},
"category": "database",
"source": {
"source": "url",
"url": "https://github.com/cockroachdb/claude-plugin.git",
"sha": "a54566e03c852567589ef85bb449d1e4de229667"
"url": "https://github.com/cockroachdb/claude-plugin.git"
},
"homepage": "https://github.com/cockroachdb/claude-plugin"
},
@@ -824,6 +827,22 @@
"source": "./external_plugins/linear",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
},
{
"name": "liquid-skills",
"description": "Liquid language fundamentals, CSS/JS/HTML coding standards, and WCAG accessibility patterns for Shopify themes",
"author": {
"name": "Shopify"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/Shopify/liquid-skills.git",
"path": "plugins/liquid-skills",
"ref": "main",
"sha": "ae3e4cc3f454923e388bbd841fd931f0c7bf5be4"
},
"homepage": "https://github.com/Shopify/liquid-skills/tree/main/plugins/liquid-skills"
},
{
"name": "lua-lsp",
"description": "Lua language server for code intelligence",