Help us improve
Share bugs, ideas, or general feedback.
Self-serve QA for your PR — browser-based verification before you push.
npx claudepluginhub opslane/opslaneSelf-serve QA for your PR — browser-based verification of ticket requirements before you push.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A verification layer for Claude Code. Reads your spec doc, runs one browser agent per acceptance criterion against your local dev server, and returns pass/fail with screenshots and video — before you push. No CI. No infrastructure.
graph LR
A[spec doc] --> B[spec interpreter]
B --> C[planner]
C --> D[agent: AC 1]
C --> E[agent: AC 2]
C --> F[agent: AC n]
D --> G[judge]
E --> G
F --> G
G --> H[report]

claude login)/plugin marketplace add opslane/verify
/plugin install opslane-verify@opslane/verify
macOS only: brew install coreutils (for gtimeout)
# One-time auth setup (skip if your app has no login)
/verify-setup
# Run verification — will ask you for the spec
/verify
/verify always asks for your spec upfront, then walks you through any clarifying questions before running.
# View Playwright trace for a failed AC
npx playwright show-report .verify/evidence/<ac_id>/trace
# Watch session recording
open .verify/evidence/<ac_id>/session.webm