diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 929e9bc9..8c7742a3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1498,6 +1498,17 @@ "cli": ["greptile"] } } + }, + { + "name": "run-verify", + "description": "Run and verify code changes by driving the real app — launch it, interact with it, capture evidence. Ships run, verify, and run-skill-generator skills for Claude Code, Codex, and Antigravity.", + "category": "development", + "keywords": ["run", "verify", "verification", "e2e", "smoke-test", "runtime-observation"], + "tags": ["workflow", "testing"], + "source": { + "source": "github", + "repo": "pleaseai/run-verify-plugin" + } } ] } diff --git a/README.md b/README.md index 2ef55fd1..5e380356 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ Fetch Claude Code docs as markdown — rewrites code.claude.com/docs page URLs t **Install:** `/plugin install claude-code-docs@pleaseai` | **Repository:** [pleaseai/claude-code-docs](https://github.com/pleaseai/claude-code-docs) +#### Run Verify +Run and verify code changes by driving the real app — the `run`, `verify`, and `run-skill-generator` skills, generalized for Claude Code, Codex, and Antigravity. + +**Install:** `/plugin install run-verify@pleaseai` | **Repository:** [pleaseai/run-verify-plugin](https://github.com/pleaseai/run-verify-plugin) + ### Built-in Plugins