Skip to content

Commit ca50a8a

Browse files
authored
feat: add run-verify plugin to marketplace (#249)
Register pleaseai/run-verify-plugin as an external plugin — the run, verify, and run-skill-generator skills bundled with Claude Code, generalized for cross-agent use (Claude Code, Codex, Antigravity).
1 parent 54cf109 commit ca50a8a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,6 +1498,17 @@
14981498
"cli": ["greptile"]
14991499
}
15001500
}
1501+
},
1502+
{
1503+
"name": "run-verify",
1504+
"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.",
1505+
"category": "development",
1506+
"keywords": ["run", "verify", "verification", "e2e", "smoke-test", "runtime-observation"],
1507+
"tags": ["workflow", "testing"],
1508+
"source": {
1509+
"source": "github",
1510+
"repo": "pleaseai/run-verify-plugin"
1511+
}
15011512
}
15021513
]
15031514
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ Fetch Claude Code docs as markdown — rewrites code.claude.com/docs page URLs t
9595

9696
**Install:** `/plugin install claude-code-docs@pleaseai` | **Repository:** [pleaseai/claude-code-docs](https://github.com/pleaseai/claude-code-docs)
9797

98+
#### Run Verify
99+
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.
100+
101+
**Install:** `/plugin install run-verify@pleaseai` | **Repository:** [pleaseai/run-verify-plugin](https://github.com/pleaseai/run-verify-plugin)
102+
98103

99104
### Built-in Plugins
100105

0 commit comments

Comments
 (0)