Agent skill · AI & Agents

research-and-synthesis

Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobBashWebFetchmcp_gemini-bridgemcp_context7mcp_web-search-primemcp_web-readermcp_zread
Path: skills/analysis/research-and-synthesis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. MCP Helpers (Brain + Memory + Web)
  2. 🧠 Gemini-Bridge (Brain) — Deep Analysis
  3. 📚 Context7 (Memory) — Up-to-Date Docs
  4. 🌐 Web Search Tools — Live Research
  5. Summary
  6. Key Findings
  7. Recommendation
  8. References
  9. Examples
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going