Auto-discovered marketplace from novadb/claude-plugins
npx claudepluginhub novadb/claude-pluginsSkills and agents for NovaDB Consultant working together with the NovaDB MCP Server
Plugins for Claude Cowork and Claude Code that extend Claude with skills and agents for working with NovaDB.
| Plugin | Description |
|---|---|
| consulting | Skills and agents for NovaDB consultants — schema modeling, branch management, job orchestration, and more. |
Add this marketplace to Claude:
claude plugin marketplace add novadb/claude-plugins
Then install a plugin:
claude plugin install novadb-consulting@novadb-plugins
All plugins require a running NovaDB MCP Server connection. Configure it via .mcp.json in your project or user settings.
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 tasksNo code, no infrastructure, no build steps — just markdown and JSON.
To add a new plugin, create a directory at the repo root with the structure above and register it in .claude-plugin/marketplace.json.
To actively develop and test skills and agents locally:
Clone this repository:
git clone https://github.com/novadb/claude-plugins.git
Start Claude Code with the local plugin directory:
claude --plugin-dir=/path/to/claude-plugins/consulting
This 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.
Apache License 2.0 — see LICENSE for details.