Integration plugin for Probitas scenario testing framework.
- probitas-info - Framework overview and features
- probitas-setup - CLI installation and project setup
- probitas-write - Scenario writing (delegates to agent)
- probitas-run - Running and debugging scenarios
| Command | Description |
|---|---|
/probitas-init |
Initialize a Probitas project |
/probitas-run [selector] |
Run scenarios |
/probitas-list |
List available scenarios |
/probitas-check |
Run format, lint, type check |
/probitas-expect-methods |
Get available expect methods |
- scenario-writer - Create and edit
*.probitas.tsfiles
# Add marketplace
/plugin marketplace add probitas-test/claude-plugins
# Install 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
}
}