Official Claude Code plugin marketplace for Probitas ecosystem.
| Plugin | Description |
|---|---|
| probitas | Scenario testing framework integration |
# Add this marketplace
/plugin marketplace add probitas-test/claude-plugins
# Install a plugin
/plugin install probitas@probitas-testAdd to your project's .claude/settings.json:
{
"plugins": {
"marketplaces": ["probitas-test/claude-plugins"],
"installed": ["probitas@probitas-test"]
},
"enabledPlugins": {
"probitas@probitas-test": true
}
}MIT