parallel-search
使用多組關鍵字並行搜尋,提高文獻覆蓋率。觸發:並行搜尋、parallel search、批量搜尋、擴展搜尋、多組搜尋、同時搜、找更多、廣泛搜尋、comprehensive search。
Profile →npx skills add majiayu000/claude-skill-registry --skill parallel-search --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.
# 並行文獻搜尋技能 ## 概述 利用 Agent 的並行呼叫能力來加速文獻搜尋,提高覆蓋率。 **核心概念**: 1. 預設搜尋策略(日期、排除詞、文章類型) 2. 策略工具返回多組搜尋語法(自動整合策略設定) 3. Agent 並行呼叫搜尋工具 4. 合併工具整合結果 --- ## 可用工具 ### 🔍 pubmed-search MCP 搜尋工具 | 工具 | 用途 | 關鍵參數 | |------|------|----------| | `generate_search_queries` | 從主題生成 MeSH + 同義詞材料 | `topic`, `strategy`, `check_spelling` | | `search_literature` | 執行 PubMed 搜尋(可並行多次)| `query`, `limit`, `min_year`, `article_type` | | `merge_search_results` | 合併多組搜尋結果並去重 | `results_json` | | `expand_search_queries` | 結果不足時擴展搜尋 | `topic`, `expansion_type` | | `parse_pico` | 解析 PICO 臨床問題 | `description` 或 `p`, `i`, `c`, `o` | ### 📊 結果處理工具 | 工具 | 用途 | 關鍵參數 | |------|------|----------| | `fetch_article_details` | 取得完整文章資訊 | `pmids` (逗號分隔) | | `get_citation_metrics` | 取得 iCite 引用指標 (RCR) | `pmids`, `sort_by`, `min_rcr` | | `find_related_articles` | 找相似文章 | `pmid` | | `find_citing_articles` | 找引用此文章的研究 | `pmid` | ### 💾 Session 管理工具 | 工具 | 用途 | 說明 | |------|------|------| | `get_session_pmids` | 取得 session 中的 PMID | `search_index=-1` 取最近搜尋 | | `get_session_summary` | 查看 session 狀態 | 確認快取和搜尋歷史 | | `list_search_history` | 列出搜尋歷史 | 回溯過往搜尋 | ### 📚 儲存文獻工具(⚠️ 注意優先級) | 工具 | 資料來源 | 使用時機 | |------|----------|----------| |
- 概述
- 可用工具
- 🔍 pubmed-search MCP 搜尋工具
- 📊 結果處理工具
- 💾 Session 管理工具
- 📚 儲存文獻工具(⚠️ 注意優先級)
- 工作流程
- Step 0: (可選)設定搜尋策略
- Step 1: 生成搜尋策略
- Step 2: Agent 並行執行搜尋
- Step 3: 合併結果
- 迭代式搜尋擴展
- 擴展類型選擇指南
- 流程圖
What does the parallel-search skill do?
使用多組關鍵字並行搜尋,提高文獻覆蓋率。觸發:並行搜尋、parallel search、批量搜尋、擴展搜尋、多組搜尋、同時搜、找更多、廣泛搜尋、comprehensive search。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill parallel-search --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.