From probitas
Probitas project setup and installation. Use when initializing Probitas, setting up E2E testing, or installing probitas CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/probitas:probitas-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `/probitas-init` command to initialize the project.
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/probitas/main/install.sh | bash
# Or Homebrew
brew tap probitas-test/tap && brew install probitas
probitas/example.probitas.ts - Sample scenarioprobitas.jsonc - Configurationnpx claudepluginhub probitas-test/claude-plugins --plugin probitasDetects your project stack and interactively configures metaswarm, writes instruction files (AGENTS.md/CLAUDE.md/GEMINI.md), coverage thresholds, and command shims for pytest, vitest, jest, go, cargo.
Sets up a Playwright E2E test environment by detecting project structure, installing packages, creating config, directory structure, and sample tests.