Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Comment thread
amondnet marked this conversation as resolved.
}
]
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading