/ 디렉터리 / 플레이그라운드 / medsci-skills
● 커뮤니티 Aperivue ⚡ 바로 사용

medsci-skills

제작: Aperivue · Aperivue/medsci-skills

23 Claude Code skills built by a physician for the full medical research pipeline — literature search, protocol, stats, figures, IMRAD manuscript, reviewer response.

MedSci Skills covers the end-to-end clinical research workflow: literature search with verified citations, sample-size calculation, de-identification, stats code in Python/R for 13+ designs, PRISMA/STROBE/STARD compliance, publication figures, full IMRAD manuscripts, reviewer-response frameworks, and journal recommendation. Built with anti-hallucination citation discipline.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

medsci-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "medsci-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Aperivue/medsci-skills",
        "~/.claude/skills/medsci-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "medsci-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Aperivue/medsci-skills",
        "~/.claude/skills/medsci-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "medsci-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Aperivue/medsci-skills",
        "~/.claude/skills/medsci-skills"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "medsci-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Aperivue/medsci-skills",
        "~/.claude/skills/medsci-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "medsci-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Aperivue/medsci-skills",
        "~/.claude/skills/medsci-skills"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "medsci-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Aperivue/medsci-skills",
          "~/.claude/skills/medsci-skills"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add medsci-skill -- git clone https://github.com/Aperivue/medsci-skills ~/.claude/skills/medsci-skills

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: medsci-skills

Draft a STROBE-compliant observational study manuscript

👤 Clinical researchers with a cleaned dataset and ready to write ⏱ ~120 min advanced

언제 쓸까: You have analyses done and need to turn them into a submittable IMRAD manuscript.

사전 조건
  • Cleaned, de-identified dataset + analysis outputs — Use the de-identification and stats skills first if not done
  • Skill installed — git clone https://github.com/Aperivue/medsci-skills ~/.claude/skills/medsci-skills
흐름
  1. Draft methods and results from outputs
    Use medsci-skills. Here are my analysis outputs and study design (retrospective cohort). Draft the Methods and Results sections, STROBE-compliant.✓ 복사됨
    → Full drafts with STROBE item mapping
  2. Run compliance audit
    Now audit this manuscript against the STROBE checklist — flag every missing item.✓ 복사됨
    → Table: item / present? / note
  3. Self-review from reviewer perspective
    Now critique this manuscript as a reviewer at the target journal would. Be harsh.✓ 복사됨
    → Numbered critique with line-level references

결과: A manuscript that clears a reporting-guideline audit and has been stress-tested before submission.

함정
  • Citations that look right but don't exist — The skill enforces verification — never accept a citation you can't open in PubMed
함께 쓰기: arxiv · biomcp

Run a PRISMA-compliant systematic review pipeline

👤 Researchers starting a systematic review / meta-analysis ⏱ ~240 min advanced

언제 쓸까: You're beginning a PRISMA-guided review.

흐름
  1. Build search strategy and fetch
    Use medsci-skills to design a PRISMA search for '<topic>'. Run it against PubMed and Europe PMC.✓ 복사됨
    → Boolean strategy + hit counts per database
  2. Screen and extract
    For the included studies, extract into the meta-analysis pipeline format.✓ 복사됨
    → Structured extraction table
  3. Generate PRISMA flow diagram and forest plot
    Now generate the PRISMA diagram and forest plot figures at journal resolution.✓ 복사됨
    → PDF/PNG figures ready to paste

결과: A compliant SR manuscript scaffold with figures.

함정
  • Over-inclusive search returns 10k+ hits — Tighten terms with the skill's query-refinement helper
함께 쓰기: arxiv

Calculate sample size with an IRB-ready justification paragraph

👤 PIs preparing an ethics submission ⏱ ~15 min intermediate

언제 쓸까: Before IRB review, when you need the stats justification done right.

흐름
  1. Specify effect size, alpha, power
    Use medsci-skills sample-size. Design: two-arm RCT. Primary outcome: continuous, expected difference 0.3 SD, alpha 0.05, power 0.8, 1:1 allocation.✓ 복사됨
    → N per arm + the formula + an IRB-ready paragraph

결과: A justification block you can paste into the protocol.

Draft point-by-point responses to reviewer comments

👤 Authors preparing a revision ⏱ ~45 min intermediate

언제 쓸까: You got R1 reviews back and need a disciplined response.

흐름
  1. Structure the response letter
    Here are the reviewer comments. Use medsci-skills to draft a point-by-point response — quote comment, response, revised manuscript location.✓ 복사됨
    → Structured table-like response with line refs

결과: A cover letter editors will thank you for.

함정
  • Agreeing with every comment and weakening the paper — Ask the skill to push back on comments you disagree with, with evidence

조합

다른 MCP와 조합해 10배 효율

medsci-skill + arxiv + biomcp

Pull primary literature with verifiable IDs for citations

Use biomcp + medsci-skills literature-search to find RCTs on <topic> from 2020–2025.✓ 복사됨
medsci-skill + filesystem

Keep protocol / manuscript / figures / stats in one versioned folder

Create project structure per medsci-skills conventions and initialize git.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
literature-search topic, databases Start of any research task 0
sample-size design, effect size, alpha, power Protocol writing 0
deidentify clinical dataset Before any data work 0
stats-code design, data structure Analysis phase 0
manuscript-imrad outputs, design Writing phase 0
compliance-audit manuscript, guideline (STROBE/PRISMA/…) Pre-submission 0
journal-recommender manuscript Picking where to submit 0
reviewer-response reviews, manuscript Revision phase 0

비용 및 제한

운영 비용

API 쿼터
None from the skill itself
호출당 토큰
Large — manuscript drafts run 10–30k tokens
금액
Free, OSS
Draft with a smaller model, polish with Opus — the 2-pass approach halves spend

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials stored; any DB API keys (PubMed, etc.) read from env
데이터 외부 송신: Only to databases you configure — PubMed, arXiv, etc. Never send PHI to external LLMs without de-identification.

문제 해결

자주 발생하는 오류와 해결

literature-search returns no results

Broaden terms; the skill defaults to strict Boolean

Compliance audit flags many items as missing

That's expected on a first draft — work through them in order of severity

대안

medsci-skills 다른 것과 비교

대안언제 쓰나단점/장점
biomcpYou mainly need biomedical data retrieval without the manuscript layerLess writing support
arxivPre-prints onlyNo medical guideline compliance

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기