research-workflow

Featured

This skill should be used when the user asks research questions, needs information lookup, wants comparisons, asks "what is", "how does", "explain", "compare", "best practices", "latest developments", or any query requiring web search, documentation lookup, or synthesis of multiple sources. Provides optimal routing between DIRECT, EXPLORATORY, and SYNTHESIS workflows using Triple Stack (Context7, Exa, Jina) and gigaxity-deep-research tools.

AI & Automation 59 stars 8 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

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

Skill Content

# Research Workflow Skill ## Overview This skill orchestrates research queries using the optimal workflow based on query type. It integrates: - **Triple Stack**: Context7 (docs) + Exa (code/web) + Jina (web/academic/parallel) - **gigaxity-deep-research**: synthesis engine over any OpenAI-compatible chat-completions endpoint (self-hosted vLLM/SGLang/llama.cpp on the `local-inference` branch, OpenRouter on `main`) - **exa-answer**: speed-critical 1–2 s factual lookups - **brightdata_fallback**: blocked-URL recovery (CAPTCHA / paywall / Cloudflare) - **gptr-mcp**: social-first research over Reddit, X/Twitter, YouTube — wraps [GPT Researcher](https://github.com/assafelovic/gpt-researcher) --- ## Tool Schema Loading (MANDATORY) MCP tool schemas are deferred. Bare `mcp__X__Y(...)` calls fail with `InputValidationError` because the schema isn't loaded. Load schemas first via `ToolSearch`: ``` ToolSearch(query='select:mcp__context7__resolve-library-id,mcp__context7__query-docs') # docs (two-step) ToolSearch(query='select:mcp__exa__web_search_exa,mcp__jina__read_url') # multiple ToolSearch(query='+exa-answer') # keyword (rank by relevance) ``` After `ToolSearch` returns the `<function>...` block for a tool, that tool is callable for the rest of the session — no need to re-load. **Why this matters:** if you skip `ToolSearch` and the bare call fails, the path of least resistance is to fall through to `WebFetch` / `WebSearch` — ...

Details

Author
yoloshii
Repository
yoloshii/gigaxity-deep-research
Created
4 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

research

Multi-agent web research with mandatory URL verification, confidence-tagged output, and four depth modes (quick to deep investigation). USE WHEN research, do research, quick research, extensive research, deep investigation, find information, investigate, extract alpha, analyze content, retrieve content, AI trends, enhance content, extract knowledge, web scraping, YouTube extraction, map landscape, competitive analysis, find it, find this, find this product, identify this, what is this, what's that thing, track down, locate, help me find, I can't find X online, can't find it online, source this — never substitute raw WebSearch/WebFetch for a multi-source find/identify/investigate request. NOT FOR people/company/entity deep background (use _OSINT), academic papers (use ArXiv), JSON entity extraction (use _PARSER), or content-adaptive wisdom extraction (use ExtractWisdom).

12 Updated 4 days ago
DorShaer
AI & Automation Listed

deep-research

Multi-phase structured research pipeline with citation tracking, evidence persistence, and knowledge-graph-native output. Use when the user asks for "deep research", "comprehensive analysis", "literature review", "research report", "state of the art on", "structured research pipeline", "multi-source investigation", or wants a citation-tracked report saved to the knowledge graph. Different from a single-pass web-search lookup (quick answers). this skill is for multi-phase work that needs evidence persistence, claim-level verification, and entity cross-references in the knowledge graph. 4 mode tiers (quick / standard / deep / ultradeep) with 3-8 phases each. Outputs to `pages/Research___YYYY-MM-DD___[topic-slug].md` with auto-created `Entity/` and `Source/` cross-link pages.

2 Updated 3 weeks ago
0xUrsanomics
AI & Automation Listed

deep-research

Deep research harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., "what car to buy" without budget/use-case/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in.

8 Updated yesterday
ek33450505