Probitas project setup and installation. Use when initializing Probitas, setting up E2E testing, or installing probitas CLI.
/plugin marketplace add probitas-test/claude-plugins/plugin install probitas@probitas-testThis 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/probitas-test/cli/main/install.sh | bash
# Or Homebrew
brew tap probitas-test/tap && brew install probitas
probitas/example.probitas.ts - Sample scenarioprobitas.jsonc - ConfigurationMaster authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.