Skip to content

Commit b760652

Browse files
Kevin Ngoviragtripathi
authored andcommitted
Configure agents directory and update documentation
Added agents directory path to plugin.json and updated README to document all three available agents (dba, developer, operator) with their descriptions and invocation instructions.
1 parent a6aceb4 commit b760652

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"schema",
2121
"migration",
2222
"multi-region"
23-
]
23+
],
24+
"agents": "./agents/"
2425
}

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,15 @@ Requires [ccloud CLI](https://www.cockroachlabs.com/docs/cockroachcloud/ccloud-g
135135

136136
Skills are sourced from the [`cockroachdb-skills`](https://github.com/cockroachlabs/cockroachdb-skills) submodule via symlink — a single source of truth shared across CockroachDB agent integrations.
137137

138-
### Agent
138+
### Agents
139139

140-
| Agent | Description |
141-
|--------------------|--------------------------------------------------------------------------------------|
142-
| `cockroachdb-dba` | CockroachDB DBA expert — performance tuning, schema review, cluster diagnostics |
140+
| Agent | Description |
141+
|--------------------------|--------------------------------------------------------------------------------------|
142+
| `cockroachdb-dba` | CockroachDB DBA expert — performance tuning, schema review, cluster diagnostics |
143+
| `cockroachdb-developer` | Application developer expert — ORM config, retry logic, transaction patterns |
144+
| `cockroachdb-operator` | Operator/SRE expert — cluster operations, monitoring, backups, scaling, incidents |
143145

144-
Invoke via `/cockroachdb:cockroachdb-dba` or let Claude invoke it automatically when the task involves database administration.
146+
Invoke via `/cockroachdb:<agent-name>` or let Claude invoke automatically based on the task context.
145147

146148
### Hooks
147149

0 commit comments

Comments
 (0)