Skip to main content

web-research

Research a topic across multiple web sources and produce a cited report. Use when the user asks to research online, search the web, compare options, or produce a research report.

Aller à l'installation

Informations de source

Dépôt
aizech/bernhard-zechmann-skills
Dernière activité de la source
27 juin 2026 à 17:50
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
web-research
description
Research a topic across multiple web sources and produce a cited report. Use when the user asks to research online, search the web, compare options, or produce a research report.
license
MIT
compatibility
claude-code opencode github-copilot devin pi cursor
# Web Research Research a topic across multiple sources and synthesize the findings. ## Process 1. **Plan**: create a folder `research_[topic_name]/` and write `research_plan.md` with: - Main question - 2-5 non-overlapping subtopics - Expected information per subtopic - How results will be synthesized 2. **Delegate**: for each subtopic, spawn a research task with: - Clear, specific question - Instructions to save findings to `findings_[subtopic].md` - 3-5 web searches maximum 3. **Synthesize**: read all findings files, then produce: - Direct answer to the original question - Integrated insights from all subtopics - Source citations with URLs - Gaps or limitations 4. **Report** (optional): write `research_report.md` if requested. ## Best practices - Plan before delegating. - Use file-based communication for subagents. - Stop at 3-5 searches per subtopic. - Cite specific sources. ## Note Use `fetch_url` for URLs, not `read_file`.
Voir sur GitHub