Vindicate
Description
A local-first Playwright test automation toolkit for AI coding agents (Cursor, Claude Code, Copilot), with MCP tools for codegen, browser control, and recordings.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Vindicate Platform
**Autonomous quality for AI-native development teams.**
AI-native Playwright test automation for VS Code, Cursor, GitHub Copilot, Claude Code, and Antigravity.
         
Architecture
Vindicate is a **stateless local stack**. The extension installs rules and skills, then your agent (Cursor, GitHub Copilot, Claude Code, or Antigravity) calls a local MCP server for workflow guidance, codegen, and browser tools. No cloud job machine, no MongoDB, no remote orchestration.
flowchart TB
subgraph ide["Your editor"]
Agent["AI agent"]
Ext["Vindicate extension"]
end
subgraph local["This machine, 127.0.0.1 only"]
MCP["runtime-mcp"]
Worker["runtime-worker"]
Chromium["Chromium"]
end
Agent -->|MCP tools| MCP
Ext -->|spawns + supervises| MCP
Ext -->|spawns + supervises| Worker
MCP -->|browser / record / API| Worker
Worker --> Chromium
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing