Plugin marketplace for ghx — GitHub CLI Cache Proxy.
This marketplace distributes the ghx plugin for Claude Code and GitHub Copilot CLI.
# Add the marketplace
/plugin marketplace add brunoborges/agent-plugins
# Install the plugin
/plugin install ghx@agent-plugins# Option 1: Via marketplace
copilot plugin marketplace add brunoborges/agent-plugins
copilot plugin install ghx@agent-plugins
# Option 2: Direct install (no marketplace needed)
copilot plugin install brunoborges/ghx:agent-pluginWhen installed, the ghx plugin:
- Lazy-installs
ghcandghxbinaries on first use - Adds
ghcto PATH so agents use it automatically - Includes a skill that teaches agents to prefer
ghcoverghfor all GitHub CLI calls
This eliminates redundant API calls, prevents rate limiting, and dramatically speeds up repeated gh commands in agentic workflows.