Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Posts inline review comments on GitHub pull request diffs using the GitHub reviews API. Handles requests to add code review comments, inline feedback, line-level annotations, or inline notes to specific lines of a pull request diff. Applicable when a user wants to comment on code changes, annotate a diff, leave review feedback on a PR, post a pull request review, or add line comments to changed files. Accepts file path, line number, and comment body for each comment; batches multiple comments into a single review API call.
Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step-by-step screenshots, repro videos, and detailed repro steps for every issue -- so findings can be handed directly to the responsible teams.
Creates a draft pull request from current working changes. Handles branching, committing, pushing, and opening the PR with the project's PR template. Triggers on requests like "create a draft PR," "open a draft pull request," "push my changes and open a PR," "ship this as a PR," "submit a draft for review," "PR this," or any variation of branching and opening a draft PR against main.
Upload one or more image attachments to GitHub PRs without commits. Supports single or multiple file paths. Uses browser login for authentication. Triggers on requests like "upload this image to the PR," "attach this screenshot to the pull request," "add this image to GitHub without committing," "get a CDN URL for this image," "upload assets for the PR comment," or any variation of uploading images or attachments to GitHub.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A marketplace of Claude Code plugins and skills, with GitHub Copilot CLI compatibility.
Add this marketplace to Claude Code:
/plugin marketplace add ibara1454/agent-marketplace
Install a plugin:
/plugin install hello-world@agent-marketplace
Use a skill from the installed plugin:
/greet
| Plugin | Description | Skills |
|---|---|---|
| hello-world | Sample template plugin | /greet |
agent-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace registry
├── .github/
│ └── plugin/
│ └── marketplace.json # GitHub Copilot CLI marketplace registry
├── plugins/
│ └── hello-world/ # Sample plugin (use as template)
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── greet/
│ │ └── SKILL.md
│ └── README.md
├── .gitignore
├── README.md # This file
├── CONTRIBUTING.md
└── LICENSE
Want to add your own plugin? See CONTRIBUTING.md for step-by-step instructions.
MIT — see LICENSE.
npx claudepluginhub ibara1454/agent-marketplace --plugin gh-workflowA sample template plugin demonstrating the /greet skill. Use it as a starting point for building your own plugins.
GitHub Actions CI/CD - workflows, authentication, inspection
GitHub workflow, Actions monitoring, and rulesets management
Git and PR workflows with code review, onboarding, and PR enhancement
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.