/ Каталог / Песочница / 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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "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 использует массив объектов серверов, а не map.

~/.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 — эффект x10

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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills