search-specialist

Search codebases and external sources with ranked hits and context snippets.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill search-specialist-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-specialist
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/search-specialist
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill search-specialist-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast, high-signal searching of the codebase or external sources to surface relevant signals quickly.

Core Features & Use Cases

  • Targeted query design: craft precise searches that narrow scope from broad codebases to concrete symbols, files, or patterns.
  • Relevance-ranked results: return hits ordered by expected information gain with concise context.
  • Downstream handoff: provide best next read or investigation path to enable deeper analysis and implementation.

Quick Start

Execute fast, targeted searches and return a ranked hit list with relevance notes and next steps.

Frequently Asked Questions about search-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a high-signal search across a large codebase?

Codebase search targeting high-signal results requires precise query design and scoped narrowing to surface relevant symbols and files. This approach ranks hits by expected information gain and returns context snippets to quickly identify relevant code.

What is the best way to narrow codebase search results to specific patterns?

Narrowing codebase search results uses progressive narrowing techniques to move from broad queries to concrete symbols. The process returns ranked hits with context snippets and suggests best next steps for deeper investigation of the identified code patterns.

How does relevance-ranked search improve codebase analysis efficiency?

Relevance-ranked codebase search orders hits by expected information gain rather than chronological or alphabetical order. This surfaces the most valuable signals first, providing concise context snippets that accelerate downstream analysis and implementation tasks.

Can I scope codebase searches to find specific files and symbols quickly?

Scoping codebase searches to specific files and symbols is achieved through targeted query design. This method applies precise search parameters that narrow from broad codebases to concrete symbols, returning ranked hits with relevance notes for immediate use.

What are the limitations of codebase search for complex pattern matching?

Codebase search limitations depend on query precision and scoping effectiveness. Complex pattern matching may require progressive narrowing to avoid broad result sets, and users should anticipate the need for downstream investigation paths when initial signals require deeper analysis.