research-and-synthesis
Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent.
npx skills add majiayu000/claude-skill-registry --skill research-and-synthesis --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research and Synthesis **Exclusive to:** `researcher` agent ## MCP Helpers (Brain + Memory + Web) ### 🧠 Gemini-Bridge (Brain) — Deep Analysis ``` mcp_gemini-bridge_consult_gemini( query="Research [topic] with pros/cons, security considerations, and code examples", directory="." ) ``` ### 📚 Context7 (Memory) — Up-to-Date Docs ``` # Resolve library first mcp_context7_resolve-library-id(libraryName="fastapi", query="dependency injection") # Then query mcp_context7_query-docs(libraryId="/tiangolo/fastapi", query="Depends pattern") ``` ### 🌐 Web Search Tools — Live Research ``` # Discover relevant content mcp_web-search-prime_search(query="[topic] best practices 2025") # Read full articles mcp_web-reader_read(url="https://discovered-url.com/article") # Smart content extraction mcp_zread_read(url="https://docs-page.com") ``` **Research Flow:** 1. Search with web-search-prime to find sources 2. Read promising articles with web-reader or zread 3. Verify with Context7 official docs 4. Synthesize with Gemini-Bridge ``` ## Instructions 1. Understand project stack from `docs/project-overview-pdr.md` 2. Define the research question clearly 3. Use **Gemini-Bridge** for deep analysis and rea
- MCP Helpers (Brain + Memory + Web)
- 🧠 Gemini-Bridge (Brain) — Deep Analysis
- 📚 Context7 (Memory) — Up-to-Date Docs
- 🌐 Web Search Tools — Live Research
- Summary
- Key Findings
- Recommendation
- References
- Examples
What does the research-and-synthesis skill do?
Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-and-synthesis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
