Probitas project setup and installation. Use when initializing Probitas, setting up E2E testing, or installing probitas CLI.
/plugin marketplace add jsr-probitas/claude-plugins/plugin install probitas@jsr-probitasThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Run /probitas-init command to initialize the project.
If probitas CLI not found, install first:
# Shell installer
curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh | bash
# Or Homebrew
brew tap jsr-probitas/tap && brew install probitas
probitas/example.probitas.ts - Sample scenarioprobitas.jsonc - ConfigurationBuild robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.