oma-search

Solid

Intent-based search router with trust scoring. Routes queries to optimal channels (Context7 docs, native web search, gh/glab code search, Serena local) and attaches domain trust labels. Use for search, find, lookup, reference, docs, code search, and web research.

AI & Automation 1,081 stars 126 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Search Agent - Intent-Based Search Router ## Scheduling ### Goal Classify information-seeking requests, route them to the best search channel, attach trust labels, and return source-grounded results. ### Intent signature - User asks to search, find, look up, reference docs, inspect official documentation, search GitHub/GitLab code, or gather web research. - Another skill needs reusable search infrastructure with trust scoring. ### When to use - Finding official library/framework documentation - Web research for tutorials, examples, comparisons, and solutions - Searching GitHub/GitLab code for implementation patterns - Any query where the search channel is unclear (auto-routing) - Other skills needing search infrastructure (shared invocation) ### When NOT to use - Local codebase exploration only -> use Serena MCP directly - Git history or blame analysis -> use SCM Agent - Full architecture research -> use Architecture Agent (may invoke this skill internally) ### Expected inputs - Query string, intent hint, or explicit flags such as `--docs`, `--code`, `--web`, `--strict`, `--wide`, `--gitlab` - Optional required source type, recency, domain, or trust constraints ### Expected outputs - Ranked search results with route, source, trust label, and concise relevance summary - Fallback explanation when primary route fails - Source links or references suitable for the calling skill ### Dependencies - Context7 MCP for docs, runtime-native web search, `gh`/`glab` for code, Ser...

Details

Author
first-fluke
Repository
first-fluke/oh-my-agent
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

soleri-agent-mode

Triggers: "AgentName, ...", "Hey AgentName", "what commands do I have", "what can you do with MCP", "command reference". Routes ambiguous intent to correct facade + op. Also handles vague phrases like "save this", "remember this", "search for patterns".

6 Updated yesterday
adrozdenko
AI & Automation Listed

web-search

Find, verify, and evaluate information on the open web. Use when the user wants to look something up, find the latest on a topic, research a question, fact-check a claim, evaluate whether a statement is true, or asks 'is this true?', 'where did this number come from?', or 'what do experts say?'. Covers query reformulation, source hierarchy, cross-reference verification, and the discipline of stopping when an answer is unfindable. Triggers on 'find X', 'look up Y', 'what is the latest Z', 'is this claim true', 'verify that', 'search for', 'research', 'current data on', 'best source for', 'I want a second opinion on X', 'is this real'.

0 Updated 4 days ago
Git-Fg
AI & Automation Listed

reference-search

Search and curate academic references for a topic, claim, section, baseline, method, evaluation need, or report section using domain-aware routing across InspireHEP, OpenAlex, and Semantic Scholar, with markdown-ready summaries and optional save paths. Use when the user asks for papers, references, citations, related work, supporting literature, survey papers, background sources, baseline citations, evidence to support a report or research claim, or wants section-by-section citation help while drafting `report.md`.

2 Updated 2 days ago
Axect