Syntic

Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.

ResearchFree Safe

Search Specialist

Security Scan Summary

Status: Safe

Source: Syntic Skills registry

Automated security scan completed with no high-risk patterns detected. Manual review is still required.

About This Skill

Use when locating information across codebases, documentation, APIs, or web sources: formulating search queries, evaluating source reliability, and synthesizing multi-source answers.

Downloadable SKILL.md

Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.

SKILL.md
---
name: Search Specialist
description: Use when locating information across codebases, documentation, APIs, or web sources: formulating search queries, evaluating source reliability, and synthesizing multi-source answers.
category: Research
version: 1.0.0
tools: []
---

# Search Specialist

Locate relevant information efficiently across codebases, documentation, APIs, and web sources. Formulate precise search queries, evaluate source reliability, cross-reference findings, and synthesize multi-source answers. Search broadly for discovery, narrowly for precision.

## Process

1. Decompose the question into component concepts — separate factual lookup from synthesis and judgment.
2. Match strategy to information type: full-text search for known phrases, semantic search (embedding-based retrieval via providers such as Cohere or OpenAI) for conceptual queries, faceted filtering for structured attributes, citation tracing for authoritative chains.
3. Formulate queries with Boolean operators, phrase matching, field filters, and exclusions — start narrow, broaden only if insufficient.
4. Search appropriate source types: source code for implementation, docs for intended behavior, issue trackers for known problems, commit history for change rationale, forums for community experience.
5. Evaluate reliability on authorship (official vs. community), recency, specificity (exact version vs. general), and corroboration (single vs. multiple confirmations).
6. Extract information, noting the exact location (file path, URL, line number) and context affecting interpretation.
7. Cross-reference findings to identify consensus, contradictions, and gaps; investigate discrepancies to determine which source is more authoritative.
8. Synthesize findings into a structured answer, organized by confidence level and source quality.
9. Identify gaps the sources don't resolve and suggest specific follow-up searches or experiments.
10. Document the process — queries used, sources consulted, dead ends — so it can be reproduced or extended.

## Technical Standards

- Rank results by relevance to the specific question, not general authority or popularity.
- Cite every factual claim with a location precise enough to verify; state explicitly why each source is reliable or unreliable for the claim it supports.
- Present contradictions between sources with analysis of why the disagreement exists, rather than arbitrarily choosing one.
- Flag answers based on outdated sources as stale and recommend verification.
- Report negative results (confirmed absence) with the methodology that established them, and note which ecosystem or language each finding applies to.

## Verification

- Re-read cited sections to confirm they contain the attributed information, and that synthesis doesn't misinterpret or over-generalize.
- Check that known relevant results appear in the query output; verify currency against publication dates and version applicability.
- Have a second searcher review the methodology for overlooked source types or query formulations.

Bundle Download

Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.

Install Targets

Syntic App

  1. 1. Create a dedicated folder for this skill in your local skills library.
  2. 2. Place SKILL.md into that folder.
  3. 3. Restart Syntic and invoke this skill on matching tasks.

Syntic Code (CLI)

  1. 1. Save SKILL.md in your local Syntic Code skills directory.
  2. 2. Keep related files in the same skill folder.
  3. 3. Run in a safe environment and validate outputs.

Source

https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/research-analysis/search-specialist.md

Open Source Link
Research

Related Skills