A marketplace for helpful Claude Code plugins
npx claudepluginhub aaddrick/gh-cli-searchComprehensive GitHub CLI search commands and troubleshooting. Provides skills for gh search code, commits, issues, PRs, and repos with proper exclusion syntax, quoting, and platform-specific handling.
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
A Claude Code plugin providing skills and commands for using GitHub CLI (gh) search effectively with correct syntax, quoting, and platform-specific handling.
Search Skills:
gh CLISlash Commands:
/gh-search-code, /gh-search-commits, /gh-search-issues, /gh-search-prs, /gh-search-reposSession-Start Hook:
Automatically loads skill awareness at session start so Claude knows how to construct correct gh commands immediately.
/plugin marketplace add aaddrick/helpful-tools-marketplace
/plugin install gh-cli-search@helpful-tools-marketplace
Check that commands appear:
/help
# Should see:
# /gh-cli-search:gh-search-code - Search for code within GitHub repositories
# /gh-cli-search:gh-search-commits - Search commit history on GitHub
# /gh-cli-search:gh-search-issues - Search GitHub issues
# ...
# Search popular Python ML repos
gh search repos "machine learning" --language python --stars ">1000"
# Find your open issues without bug label (note the -- flag!)
gh search issues -- "is:open author:@me -label:bug"
# Find PRs awaiting your review
gh search prs --review-requested @me --state open
# Search for TODO comments in your org's JavaScript code
gh search code "TODO" --owner myorg --language javascript
# Find commits by author in date range
gh search commits --author octocat --author-date "2024-01-01..2024-12-31"
-- flag on Unix/Linux/Mac: gh search issues -- "-label:bug"--%: gh --% search issues -- "query""machine learning" not machine learning@me for current user, not @username2024-01-01..2024-12-31gh) installed and authenticatedRun the comprehensive test suite (80 test scenarios):
/test-gh-skills
See testing/README.md for details.
Test changes using TDD methodology, ensure cross-platform compatibility, update version in plugin.json. Follow the existing skill structure.