Skip to content

feat: add run-verify plugin to marketplace#249

Merged
amondnet merged 1 commit into
mainfrom
amondnet/run-verify
Jul 5, 2026
Merged

feat: add run-verify plugin to marketplace#249
amondnet merged 1 commit into
mainfrom
amondnet/run-verify

Conversation

@amondnet

@amondnet amondnet commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Registers run-verify — the run, verify, and run-skill-generator skills bundled with Claude Code, generalized for cross-agent use (Claude Code, OpenAI Codex CLI, Google Antigravity) — as an external marketplace plugin sourced from pleaseai/run-verify-plugin.

  • Adds the run-verify entry to .claude-plugin/marketplace.json with a github source (external plugin — intentionally not in the generated Codex/Cursor marketplaces, which cover local plugins only; the plugin repo ships its own .codex-plugin/.cursor-plugin/Antigravity manifests)
  • Adds the README External Plugins entry

⚠️ Merge after the pleaseai/run-verify-plugin repository is published — the marketplace entry resolves against it.

Related issue

N/A

Checklist

  • PR title follows Conventional Commits
  • Tests added or updated, and the suite passes (bun run test) — marketplace/README only, suite passes
  • Lint/format pass (bun run lint)
  • Documentation updated if behavior changed
  • No breaking change, or a BREAKING CHANGE: note is included

Summary by cubic

Registers run-verify as an external marketplace plugin sourced from pleaseai/run-verify-plugin. Adds README install docs; merge after the repo is public.

  • New Features
    • Added run-verify to .claude-plugin/marketplace.json with github source pointing to pleaseai/run-verify-plugin.
    • Documented install in README: /plugin install run-verify@pleaseai.

Written for commit 6dd00f0. Summary will update on new commits.

Summary by CodeRabbit

  • New Features
    • Added a new marketplace plugin entry, “Run Verify,” with its description, category, keywords, tags, and source information.
    • Documented the new plugin in the available plugins list, including the install command and repository link.

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).
@vercel

vercel Bot commented Jul 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Jul 4, 2026 3:22am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c4cc3abf-1d75-4683-a585-9bc84a531ce1

📥 Commits

Reviewing files that changed from the base of the PR and between d6603b6 and 6dd00f0.

📒 Files selected for processing (2)
  • .claude-plugin/marketplace.json
  • README.md

📝 Walkthrough

Walkthrough

Adds a new "run-verify" plugin entry to the marketplace JSON manifest's plugins array, including its metadata and GitHub source reference, and adds a corresponding documentation subsection to README.md's Available Plugins list.

Changes

Run Verify Plugin Registration

Layer / File(s) Summary
Marketplace manifest and documentation entry
.claude-plugin/marketplace.json, README.md
Adds a run-verify plugin object (name, description, category, keywords, tags, source pointing to pleaseai/run-verify-plugin) to the manifest's plugins array, and adds a matching README subsection with description, install command, and repository link.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding the run-verify plugin to the marketplace.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch amondnet/run-verify

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request registers the new 'run-verify' plugin in the marketplace metadata and documents its installation instructions in the README. The review feedback recommends adding a missing 'homepage' field to the plugin's metadata in marketplace.json to ensure consistency with other external plugins.

Comment thread .claude-plugin/marketplace.json
@sonarqubecloud

sonarqubecloud Bot commented Jul 4, 2026

Copy link
Copy Markdown

@amondnet amondnet marked this pull request as ready for review July 5, 2026 05:55
@greptile-apps

greptile-apps Bot commented Jul 5, 2026

Copy link
Copy Markdown

Greptile Summary

This PR registers run-verify as an external marketplace plugin in .claude-plugin/marketplace.json and documents it in README.md. The plugin bundles run, verify, and run-skill-generator skills for cross-agent use (Claude Code, Codex CLI, Antigravity) and is sourced from the external repo pleaseai/run-verify-plugin.

  • Adds a run-verify entry to marketplace.json using the github source format, consistent with other external plugins already in the file.
  • Adds a new Run Verify section under the External Plugins heading in README.md with an install command and repository link.

Confidence Score: 5/5

Safe to merge once the pleaseai/run-verify-plugin repository is public; no logic or schema changes are involved.

Both changed files are purely additive — a new JSON entry in the marketplace registry and a matching README section. The github source format and all surrounding fields are consistent with every other external plugin in the file. No existing entries are modified, and there are no schema or logic changes.

No files require special attention. The only dependency is that pleaseai/run-verify-plugin must be a publicly accessible repository at merge time, as noted in the PR description.

Important Files Changed

Filename Overview
.claude-plugin/marketplace.json Adds a run-verify external plugin entry using the standard github source format; structure matches existing external plugin entries.
README.md Adds a Run Verify section under External Plugins with install command and repository link; consistent with adjacent entries.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant User
    participant ClaudeCode as Claude Code
    participant Marketplace as pleaseai marketplace.json
    participant Repo as pleaseai/run-verify-plugin

    User->>ClaudeCode: "/plugin install run-verify@pleaseai"
    ClaudeCode->>Marketplace: resolve "run-verify" entry
    Marketplace-->>ClaudeCode: source: github, repo: pleaseai/run-verify-plugin
    ClaudeCode->>Repo: fetch plugin contents
    Repo-->>ClaudeCode: run, verify, run-skill-generator skills
    ClaudeCode-->>User: skills available (run, verify, run-skill-generator)
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
    participant User
    participant ClaudeCode as Claude Code
    participant Marketplace as pleaseai marketplace.json
    participant Repo as pleaseai/run-verify-plugin

    User->>ClaudeCode: "/plugin install run-verify@pleaseai"
    ClaudeCode->>Marketplace: resolve "run-verify" entry
    Marketplace-->>ClaudeCode: source: github, repo: pleaseai/run-verify-plugin
    ClaudeCode->>Repo: fetch plugin contents
    Repo-->>ClaudeCode: run, verify, run-skill-generator skills
    ClaudeCode-->>User: skills available (run, verify, run-skill-generator)
Loading

Reviews (1): Last reviewed commit: "feat: add run-verify plugin to marketpla..." | Re-trigger Greptile

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User as User
    participant Claude as Claude Code Client
    participant Marketplace as Marketplace Registry
    participant PluginRepo as GitHub Repository
    participant SDK as Plugin SDK

    Note over User,SDK: External Plugin Installation Flow

    User->>Claude: /plugin install run-verify@pleaseai
    Claude->>Marketplace: Lookup plugin in marketplace.json
    Marketplace-->>Claude: Plugin metadata (source: github, repo: pleaseai/run-verify-plugin)
    
    Claude->>PluginRepo: Fetch plugin manifest (via GitHub API)
    alt Plugin repo published & accessible
        PluginRepo-->>Claude: Plugin manifest (skills, commands, lifecycle)
        Claude->>SDK: Load plugin into runtime
        SDK-->>Claude: Plugin loaded successfully
        Claude-->>User: Plugin installed: run-verify available
    else Plugin repo not yet published or inaccessible
        PluginRepo-->>Claude: 404 / Access Denied
        Claude-->>User: Error: Plugin source not found
    end

    Note over User,Claude: Usage Flow (after installation)

    User->>Claude: "run the app and verify"
    Claude->>SDK: Invoke run/verify/run-skill-generator skill
    SDK->>PluginRepo: Fetch skill implementation
    PluginRepo-->>SDK: Skill code
    SDK->>SDK: Execute skill (launch app, interact, capture evidence)
    SDK-->>Claude: Skill result (evidence, status)
    Claude-->>User: Displays verification results

    Note over User,SDK: Multi-Agent Compatibility

    alt Codex CLI
        User->>Claude: Same plugin, Codex manifest used
    else Antigravity
        User->>Claude: Same plugin, Antigravity manifest used
    end
Loading

Re-trigger cubic

@amondnet amondnet self-assigned this Jul 5, 2026
@amondnet amondnet merged commit ca50a8a into main Jul 5, 2026
14 checks passed
@amondnet amondnet deleted the amondnet/run-verify branch July 5, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant