What problem does it solve?
This skill finds literal code patterns in millions of public GitHub repositories so developers can discover real-world implementation examples, usage patterns, and configuration snippets without manually browsing many projects.
Core Features & Use Cases
- Literal and regex code search: search for exact code snippets or use regular expressions for flexible, multiline patterns.
- Filterable scope: narrow results by programming language, repository, or file path to find the most relevant examples.
- Exportable results: supports multiple output formats and timeouts for integration into workflows.
- Use Case: When implementing an unfamiliar API, use this skill to locate production examples showing correct invocation, error handling, and common integration patterns.
Quick Start
Run a search for a code pattern like useEffect cleanup across TypeScript files and return the results in markdown format.