From oma
Routes queries to optimal search channels (Context7 docs, web, GitHub/GitLab code, Serena local) with trust scoring and domain labels. Use for search, docs lookup, code search, web research.
npx claudepluginhub first-fluke/oh-my-agent --plugin omaThis skill uses the workspace's default tool permissions.
Classify information-seeking requests, route them to the best search channel, attach trust labels, and return source-grounded results.
Researches external documentation, best practices, and industry standards via web search and codebase analysis. Useful for library docs, implementation comparisons, and recommended structures.
Conducts focused research on technical questions like dependency versions, best practices, docs, and patterns, producing Markdown reports with confidence-rated findings, citations, and action suggestions.
Searches libraries by name with LLM ranking and retrieves relevant documentation context snippets from any repo via Context7 API. Useful for quick lookups on unfamiliar libraries.
Share bugs, ideas, or general feedback.
Classify information-seeking requests, route them to the best search channel, attach trust labels, and return source-grounded results.
--docs, --code, --web, --strict, --wide, --gitlabgh/glab for code, Serena for local searchresources/intent-rules.md, resources/trust-registry.md, execution protocol, examples, and checklist--docs, --code, --web, --strict, --wide, or --gitlab is provided, flags override classifier.oma search fetch strategies.| Action | SSL primitive | Evidence |
|---|---|---|
| Parse query and flags | READ | User request |
| Classify intent | SELECT | Intent rules |
| Dispatch search route | CALL_TOOL | Docs, web, code, local tools |
| Collect results | READ | Search outputs |
| Score trust | VALIDATE | Trust registry |
| Rank and format | INFER | Relevance and trust |
| Report results | NOTIFY | Final answer |
gh search code or glab apigh search code "<query>"
glab api "/search?scope=blobs&search=<query>"
For docs and web routes, use the runtime's available official-docs or web-search tools after classifying intent; do not duplicate routes unless the intent is ambiguous.
| Scope | Resource target |
|---|---|
NETWORK | Web/docs/source-code search targets |
CODEBASE | Local files when local search is selected |
PROCESS | gh, glab, and CLI search commands |
MEMORY | Query classification, trust labels, selected results |
--docs, --code, --web, --strict, --wide, --gitlab) always take precedenceoma search fetch strategies)| Route | Primary Tool | Fallback | Trigger |
|---|---|---|---|
docs | Context7 MCP (resolve-library-id → query-docs) | web route | Official docs, API reference |
web | Runtime native search | oma search fetch (api/probe/impersonate/browser) | Tutorials, examples, solutions |
code | gh search code / glab api | — | Implementation patterns, repos |
local | Serena MCP (delegate) | — | Current project files, symbols |
/oma-search "React Server Components streaming"
/oma-search --docs "Next.js middleware"
/oma-search --code "PKCE implementation"
/oma-search --strict "JWT refresh token rotation"
Other skills reference oma-search by specifying intent and query:
docs | web | code | localFollow resources/execution-protocol.md step by step.
See resources/examples.md for input/output examples.
Use resources/intent-rules.md for intent classification reference.
Use resources/trust-registry.md for domain trust scoring reference.
Before submitting, run resources/checklist.md.
Vendor-specific execution protocols are injected automatically by oma agent:spawn.
Source files live under ../_shared/runtime/execution-protocols/{vendor}.md.
resources/execution-protocol.mdresources/intent-rules.mdresources/trust-registry.mdresources/examples.mdresources/checklist.mdresources/error-playbook.md../_shared/core/context-loading.md../_shared/core/context-budget.md../_shared/core/lessons-learned.md