Initial release.
- graphql.sh — Run arbitrary GraphQL queries with variable support
- search_repos.sh — Search repositories by keyword, language, stars, topic
- repo_info.sh — Detailed repository information (stars, forks, languages, releases)
- user_info.sh — User and organization profile lookup with pinned repos
- org_repos.sh — List organization repositories with sorting and filtering
- search_issues.sh — Search issues and PRs by query, state, labels, repo
- rate_limit.sh — Check GraphQL API rate limit status
- _common.sh — Shared helpers (auth check, error handling)
- All scripts support
--helpand--jsonoutput modes - GraphQL patterns reference guide included