Official Claude Code plugin marketplace for Viindoo products.
# Add this marketplace (one-time)
claude plugin marketplace add Viindoo/claude-plugins
# Install a plugin
claude plugin install odoo-semantic@viindoo-pluginsOr in Claude Code interactive session:
/plugin marketplace add Viindoo/claude-plugins
/plugin install odoo-semantic@viindoo-plugins
| Plugin | Description | Source |
|---|---|---|
odoo-semantic |
Odoo codebase intelligence — inheritance chains, field impact, upgrade planning | odoo-semantic-mcp |
Each Viindoo project hosts its own plugin source under dist/<plugin-name>/. To add a new plugin to this marketplace:
- Create
dist/<your-plugin>/in your project repo with.claude-plugin/plugin.json(noversionfield — SHA is used as the version identifier) - Open a PR here adding an entry to
.claude-plugin/marketplace.json - Pin
shato the exact commit of your plugin source after it merges - Set up
.github/workflows/pin-sha.ymlin your plugin repo — subsequent updates are then fully automatic
See CONTRIBUTING.md for the full setup guide including the auto-pin workflow template.
See Anti-drift CI — nightly validation checks each plugin source is still reachable and schema-valid.