/ 디렉터리 / 플레이그라운드 / genealogy-research
● 커뮤니티 sliday ⚡ 바로 사용

genealogy-research

제작: sliday · sliday/genealogy-research

Systematic genealogy research via GPS methodology — 80+ databases across 15+ countries, handwriting analysis, Obsidian vault management.

sliday/genealogy-research implements the Genealogical Proof Standard (GPS) as a Claude skill. Five-step methodology (establish evidence levels, prioritize originals, plan searches, document negatives, human+AI judgement). Covers Poland, Germany, Russia, UK, Ireland, France, Italy, Scandinavia, Czech Republic, Hungary, USA, Canada. Includes Obsidian templates for People/Places/Documents and naming conventions for Slavic/Germanic/Romance/Scandinavian traditions.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

genealogy-research-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add genealogy-research-skill -- git clone https://github.com/sliday/genealogy-research ~/.claude/skills/genealogy-research

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

사용 사례

실전 활용법: genealogy-research

Analyze a 19th-century parish record scan

👤 Family historians working through European parish books ⏱ ~45 min intermediate

언제 쓸까: You have a scan in Latin / Cyrillic / German script and can't parse it alone.

사전 조건
  • Skill cloned — git clone https://github.com/sliday/genealogy-research ~/.claude/skills/genealogy-research
  • Obsidian vault (optional but recommended) — Create a vault; skill provides templates
흐름
  1. Share the scan
    Using the genealogy-research skill — here's a parish record from 1847 Galicia. Transcribe and interpret.✓ 복사됨
    → Line-by-line transcription with language notes, not guesswork
  2. Record in the vault
    Create an Obsidian note for this document using the Document template. Link to the People and Places.✓ 복사됨
    → New note with proper frontmatter and cross-links
  3. Plan follow-ups
    What are the GPS-recommended next searches to corroborate this record?✓ 복사됨
    → Specific databases + search parameters, not generic 'search ancestry.com'

결과: A documented artifact with evidence level + a research plan.

함정
  • Claude transliterates Slavic names inconsistently across notes — Pick a convention (the skill offers standard ones) and tell it to stick with that convention
함께 쓰기: filesystem

조합

다른 MCP와 조합해 10배 효율

genealogy-research-skill + filesystem

Save and cross-link notes directly into your Obsidian vault

Create the People note for Anna Kowalski and save to ~/genealogy/People/.✓ 복사됨
genealogy-research-skill + planning-with-files

Multi-year research projects — keep findings.md and progress.md across sessions

Use planning-with-files to track the Galicia line research across months.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
transcribe_document scan + language hint New historical document lands in your vault 0
plan_search research question + known facts Before starting a new line of research 0
record_negative_search what you looked for + where + when Every failed search worth remembering 0
obsidian_template_apply person / place / document + details Adding an entity to your vault 0

비용 및 제한

운영 비용

API 쿼터
None from the skill
호출당 토큰
Transcription of scans can be large
금액
Free — skills are local files. External databases may have their own fees.
Feed Claude one scan at a time; batch transcription gets muddled across records.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — pure prompts
데이터 외부 송신: None from the skill. Your scans and notes stay local.

문제 해결

자주 발생하는 오류와 해결

Skill not invoked — Claude guesses names without GPS framing

Say 'use genealogy-research skill' explicitly.

확인: ls ~/.claude/skills/genealogy-research/SKILL.md
SKILL.md frontmatter wrong

Re-clone; description drives activation.

확인: head ~/.claude/skills/genealogy-research/SKILL.md
Wrong trigger keywords — no template applied to Obsidian note

Ask for 'the Document template' or 'the People template' by name.

대안

genealogy-research 다른 것과 비교

대안언제 쓰나단점/장점
FamilySearch / Ancestry toolsYou want commercial database access with auto-matchingPaid; less flexible; no Obsidian integration
Vanilla ClaudeOne-off transcription with no method framingNo GPS discipline; inconsistent naming across sessions

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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