github-search — community github-search, claude-skill-registry-data, community, ide skills

v1.0.0

이 스킬 정보

GitHub 저장소 및 코드 검색 기능을 효율적으로 필요한 개발 에이전트에 적합합니다. Search GitHub for repos, code, and usage examples using gh CLI. Capabilities: repo discovery, code search, finding library usage patterns, issue/PR search. Actions: search, find, discover repos/code/examples. Keywords: gh, github, search repos, search code, find examples, how to use library, stars, language filter. Use when: finding repositories, searching code patterns, discovering how libraries are used, exploring open source.

majiayu000 majiayu000
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
36
Canonical Locale
en
Detected Body Locale
en

GitHub 저장소 및 코드 검색 기능을 효율적으로 필요한 개발 에이전트에 적합합니다. Search GitHub for repos, code, and usage examples using gh CLI. Capabilities: repo discovery, code search, finding library usage patterns, issue/PR search. Actions: search, find, discover repos/code/examples. Keywords: gh, github, search repos, search code, find examples, how to use library, stars, language filter. Use when: finding repositories, searching code patterns, discovering how libraries are used, exploring open source.

이 스킬을 사용하는 이유

에이전트에게 `gh search repos`, `gh search code`, `gh search issues`, `gh search prs` 등의 특정 명령어와 프로토콜을 사용하여 GitHub 저장소, 코드, 문제, PR를 효율적으로 검색할 수 있는 능력을 부여합니다. GitHub의 API를 활용하여 정확한 결과를 얻습니다.

최적의 용도

GitHub 저장소 및 코드 검색 기능을 효율적으로 필요한 개발 에이전트에 적합합니다.

실행 가능한 사용 사례 for github-search

별 수, 언어 또는 주제 등의 특정 조건으로 저장소를 검색합니다
`gh search code`를 사용하여 GitHub 저장소 내에서 코드 조각 또는 예제를 찾습니다
특정 키워드 또는 오류 메시지를 검색하여 문제 또는 풀 리퀘스트를 디버깅합니다

! 보안 및 제한 사항

  • GitHub API 액세스 또는 CLI 설치가 필요합니다
  • 인증되지 않은 경우에는 공개 저장소 및 코드만 검색할 수 있습니다
  • 기본적으로 쿼리당 결과가 30개로 제한됩니다

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is github-search?

GitHub 저장소 및 코드 검색 기능을 효율적으로 필요한 개발 에이전트에 적합합니다. Search GitHub for repos, code, and usage examples using gh CLI. Capabilities: repo discovery, code search, finding library usage patterns, issue/PR search. Actions: search, find, discover repos/code/examples. Keywords: gh, github, search repos, search code, find examples, how to use library, stars, language filter. Use when: finding repositories, searching code patterns, discovering how libraries are used, exploring open source.

How do I install github-search?

Run the command: npx killer-skills add majiayu000/claude-skill-registry-data. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for github-search?

Key use cases include: 별 수, 언어 또는 주제 등의 특정 조건으로 저장소를 검색합니다, `gh search code`를 사용하여 GitHub 저장소 내에서 코드 조각 또는 예제를 찾습니다, 특정 키워드 또는 오류 메시지를 검색하여 문제 또는 풀 리퀘스트를 디버깅합니다.

Which IDEs are compatible with github-search?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for github-search?

GitHub API 액세스 또는 CLI 설치가 필요합니다. 인증되지 않은 경우에는 공개 저장소 및 코드만 검색할 수 있습니다. 기본적으로 쿼리당 결과가 30개로 제한됩니다.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add majiayu000/claude-skill-registry-data. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use github-search immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

github-search

Install github-search, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

GitHub Search

Quick Commands

GoalCommand
Search reposgh search repos "<query>" --limit 30
Search codegh search code "<query>" --limit 30
Search issuesgh search issues "<query>" --limit 30
Search PRsgh search prs "<query>" --limit 30

Patterns

Finding Repositories

When you see: User wants to find projects/repos by criteria Use: gh search repos

bash
1# Basic search with stars 2gh search repos "stars:>500 language:rust" --sort=stars --limit=50 3 4# Multiple languages (OR logic) 5gh search repos "language:rust language:go language:typescript" 6 7# Exclude topics 8gh search repos "stars:>1000 -topic:cryptocurrency -topic:blockchain" 9 10# By topic 11gh search repos "topic:cli topic:terminal stars:>100" 12 13# Recently updated 14gh search repos "language:python pushed:>2024-01-01"

Output formats:

bash
1--json name,url,description,stargazersCount # JSON output 2--web # Open in browser

Finding Code Examples

When you see: User wants to know how to use a library Use: gh search code

bash
1# Find usage patterns 2gh search code "from zod import" --limit=20 3gh search code "import { z } from 'zod'" --limit=20 4 5# In specific file types 6gh search code "useQuery" extension:tsx --limit=30 7 8# In specific paths 9gh search code "tanstack/query" path:src/ extension:ts 10 11# Exact phrase 12gh search code '"createTRPCRouter"' extension:ts

Pro tip: Combine with repo filter for focused results:

bash
1gh search code "pattern" repo:owner/repo

Finding Issues/Discussions

When you see: User looking for bug reports, feature requests, or discussions Use: gh search issues or gh search prs

bash
1# Open issues with label 2gh search issues "is:open label:bug repo:facebook/react" 3 4# PRs by author 5gh search prs "author:username is:merged" 6 7# Issues mentioning error 8gh search issues '"connection refused" language:go'

Query Qualifiers Reference

QualifierExampleDescription
stars:stars:>1000, stars:100..500Star count
forks:forks:>100Fork count
language:language:rustPrimary language
topic:topic:cliRepository topic
-topic:-topic:blockchainExclude topic
pushed:pushed:>2024-01-01Last push date
created:created:>2023-01-01Creation date
license:license:mitLicense type
archived:archived:falseArchive status
is:is:public, is:privateVisibility
QualifierExampleDescription
extension:extension:tsFile extension
path:path:src/File path
repo:repo:owner/nameSpecific repo
language:language:javascriptCode language
filename:filename:package.jsonFile name

Common Flags

FlagDescription
--limit NNumber of results (max 1000)
--sort XSort by: stars, forks, updated, best-match
--order Xasc or desc
--json FIELDSJSON output with specific fields
--webOpen results in browser

Common Use Cases

bash
1gh search repos "language:X stars:>500" --sort=stars --limit=50

"How do people use library Y"

bash
1gh search code "import Y" extension:ts --limit=30 2gh search code "from Y import" extension:py --limit=30

"Find repos like Z but exclude crypto"

bash
1gh search repos "topic:Z -topic:cryptocurrency -topic:blockchain -topic:web3"

"Find recent active projects"

bash
1gh search repos "language:go pushed:>2024-06-01 stars:>100" --sort=updated

Tips

  1. Quote the query when it contains special chars: gh search repos "stars:>500"
  2. Multiple languages = OR: language:rust language:go matches either
  3. Use --json for scripting: --json name,url,stargazersCount
  4. Date ranges: pushed:2024-01-01..2024-06-01
  5. Numeric ranges: stars:100..500

관련 스킬

Looking for an alternative to github-search or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자