Agent skill · Documentation

gread

Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation.

NitroRCrgithub.com/NitroRCrGitHub ↗
claude-codeApache-2.0
Install
npx skills add NitroRCr/gread --skill gread --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .agents/skills/gread/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 57
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gread Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation. ## Endpoints All endpoints are GET endpoints exposed at `https://api.gread.dev`. Only use parameters through the query string (`?key=value`). The system returns well-formatted markdown blocks. - If the exact repository full name is known (e.g., `owner/repo`), view repository (`/repo`) directly. - Otherwise, search repositories (`/search`) first to find the correct repository. - To retrieve documents, also view the main repository through `/repo`; its corresponding document repo will also be returned (if exists). ### 1. Search Repositories Search for GitHub repositories by name, description, or topic keywords using the GitHub Search API. **Format**: `GET https://api.gread.dev/search?q={keyword}` **Example**: `GET https://api.gread.dev/search?q=hono` | Parameter | Type | Required | Description | |---|---|---|---| | `q` | string | Yes | Keyword to search in repository names, descriptions, or topics | ### 2. View Repository View repository basic information and its directory structure. Includes corresponding documentation repo if available. **Form

What's inside
Steps it walks through
  1. Endpoints
  2. 1. Search Repositories
  3. 2. View Repository
  4. 3. List Directory Tree
  5. 4. Read Code
  6. 5. Search within Repo
About this skill
What does the gread skill do?

Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation.

How do I install it?

Run `npx skills add NitroRCr/gread --skill gread --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From NitroRCr/gread, a repository with 57 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going