
Novadb Consulting
- Updated April 22, 2026
- novadb/claude-plugins
novadb-consulting is a Claude Code skill in the AI & Agent Building category. Skills and agents for NovaDB consultants — schema modeling, branch management, job orchestration, and more.
Key points
- novadb-consulting
- AI & Agent Building
- AI-coding skill
Novadb Consulting by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add novadb/claude-plugins/plugin install novadb-consulting@novadb-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 22, 2026 |
|---|---|
| Repository | novadb/claude-plugins ↗ |
What it does
Skills and agents for NovaDB consultants — schema modeling, branch management, job orchestration, and more.
README.md
NovaDB Claude Cowork Plugins
Plugins for Claude Cowork and Claude Code that extend Claude with skills and agents for working with NovaDB.
Available Plugins
| Plugin | Description |
|---|---|
| consulting | Skills and agents for NovaDB consultants — schema modeling, branch management, job orchestration, and more. |
Installation
Add this marketplace to Claude:
claude plugin marketplace add novadb/claude-plugins
Then install a plugin:
claude plugin install novadb-consulting@novadb-plugins
Prerequisites
All plugins require a running NovaDB MCP Server connection. Configure it via .mcp.json in your project or user settings.
How Plugins Work
Each plugin is a self-contained directory with:
.claude-plugin/plugin.json— Plugin manifest (name, version, description)skills/— Auto-triggered domain knowledge (markdown-based)agents/— Sub-agents for complex multi-step tasks
No code, no infrastructure, no build steps — just markdown and JSON.
Contributing
To add a new plugin, create a directory at the repo root with the structure above and register it in .claude-plugin/marketplace.json.
Local Development (NovaDB Consultants)
To actively develop and test skills and agents locally:
Clone this repository:
git clone https://github.com/novadb/claude-plugins.gitStart Claude Code with the local plugin directory:
claude --plugin-dir=/path/to/claude-plugins/consultingThis loads the skills and agents directly from your local checkout instead of the installed marketplace version.
Create a
feature/*branch for your changes and open a pull request when ready.
License
Apache License 2.0 — see LICENSE for details.