Skip to content

Commit a6aceb4

Browse files
committed
fix: flatten skill symlinks, add SSLMODE, remove agent tool restrictions
- Replace single deep skills/ symlink with 22 individual flat symlinks (Claude Code expects skills/<name>/SKILL.md, not 2-level nesting) - Add COCKROACHDB_SSLMODE to .mcp.json env block - Remove tools: allowlist from all 3 agents so they can call MCP tools - Add sensible defaults to tools.yaml env vars for local development - Remove mcpServers from plugin.json (auto-discovered from .mcp.json) - Update submodule pointer
1 parent a54566e commit a6aceb4

29 files changed

Lines changed: 30 additions & 11 deletions

.mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"COCKROACHDB_PORT": "${COCKROACHDB_PORT}",
99
"COCKROACHDB_USER": "${COCKROACHDB_USER}",
1010
"COCKROACHDB_PASSWORD": "${COCKROACHDB_PASSWORD}",
11-
"COCKROACHDB_DATABASE": "${COCKROACHDB_DATABASE}"
11+
"COCKROACHDB_DATABASE": "${COCKROACHDB_DATABASE}",
12+
"COCKROACHDB_SSLMODE": "${COCKROACHDB_SSLMODE}"
1213
}
1314
}
1415
}

agents/cockroachdb-dba.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: cockroachdb-dba
33
description: CockroachDB database administration agent. Use when diagnosing performance issues, reviewing schema designs, analyzing query plans, troubleshooting cluster problems, or planning multi-region deployments. This agent has deep knowledge of CockroachDB distributed SQL internals.
4-
tools: Read, Grep, Glob, LS, Bash, WebFetch, TodoWrite
54
model: sonnet
65
color: green
76
---

agents/cockroachdb-developer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: cockroachdb-developer
33
description: CockroachDB application developer agent. Use when building applications on CockroachDB, configuring ORMs/drivers, implementing transaction retry logic, optimizing queries, designing schemas for distributed SQL, or migrating from PostgreSQL/Oracle. Deep knowledge of JPA/Hibernate, Spring, JDBC, and multi-language driver patterns.
4-
tools: Read, Grep, Glob, LS, Bash, WebFetch, TodoWrite
54
model: sonnet
65
color: blue
76
---

agents/cockroachdb-operator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: cockroachdb-operator
33
description: CockroachDB operator and SRE agent. Use when managing cluster operations, monitoring, alerting, incident response, backup/restore, scaling, version upgrades, node maintenance, changefeed management, or troubleshooting performance and availability issues. Based on the official CockroachDB runbook template.
4-
tools: Read, Grep, Glob, LS, Bash, WebFetch, TodoWrite
54
model: sonnet
65
color: red
76
---

skills

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/cockroachdb-skills/skills/observability-and-diagnostics/analyzing-range-distribution/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/cockroachdb-skills/skills/observability-and-diagnostics/analyzing-schema-change-storage-risk/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/cockroachdb-skills/skills/security-and-governance/auditing-cloud-cluster-security/

skills/auditing-table-statistics

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/cockroachdb-skills/skills/observability-and-diagnostics/auditing-table-statistics/

skills/cockroachdb-sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../submodules/cockroachdb-skills/skills/query-and-schema-design/cockroachdb-sql/

0 commit comments

Comments
 (0)