u9401066/med-paper-assistant

parallel-search

Run multiple complementary literature searches and merge results for broad coverage. Triggers include parallel search, 並行搜尋, 廣泛搜尋.

First seen Jan 26, 2026

Installation

$ npx skills add u9401066/med-paper-assistant --skill parallel-search

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/med-paper-assistant · top by installs.

npx skills add u9401066/med-paper-assistant

Browse all from u9401066/med-paper-assistant

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,104 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Parallel Search Skill

觸發:並行搜尋、parallel search、批量搜尋、多組搜尋、廣泛搜尋、comprehensive search

使用 pubmed-search MCP 多次搜尋 + 合併結果,提高覆蓋率。


工具

階段 Tool 說明
搜尋 unified_search(query, limit) 每組關鍵字獨立搜尋
結果 read_session(action="pmids") 取回 PMID + 去重
Session getsessionlog() 列出搜尋歷史
儲存 savereferencemcp(pmid) 存入專案(永遠優先)

工作流

  1. 拆分關鍵字:同一主題拆 3-5 組變體(同義詞、MeSH、縮寫)
  2. 並行搜尋:每組 unified_search() 各取 20-30 篇
  3. 合併去重read_session(action="pmids") 取回 PMID 後,以 PMID/DOI 手動比對去重
  4. 篩選:review title/abstract,標記 relevant
  5. 儲存savereferencemcp(pmid) 存入專案
  6. 不足時擴展:選擇下方擴展策略

擴展策略

類型 適用 方法
broaden 結果太少 移除限制詞、用上位概念
narrow 結果太多 加 AND 條件、限制 study type
lateral 結果偏離 換同義詞、相關但不同角度
temporal 需歷史脈絡 分年代搜尋
citation 找到核心文獻 findrelatedarticles / findcitingarticles

Session 提示

  • search_index=-1 = 最近一次搜尋
  • query_filter="keyword" = 篩選特定搜尋
  • 搜尋結果自動暫存,用 getsessionpmids() 取回