/ Directorio / Playground / genealogy-research
● Comunidad sliday ⚡ Instantáneo

genealogy-research

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

genealogy-research-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: genealogy-research

Analyze a 19th-century parish record scan

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

Cuándo usarlo: You have a scan in Latin / Cyrillic / German script and can't parse it alone.

Requisitos previos
  • 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
Flujo
  1. Share the scan
    Using the genealogy-research skill — here's a parish record from 1847 Galicia. Transcribe and interpret.✓ Copiado
    → 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.✓ Copiado
    → New note with proper frontmatter and cross-links
  3. Plan follow-ups
    What are the GPS-recommended next searches to corroborate this record?✓ Copiado
    → Specific databases + search parameters, not generic 'search ancestry.com'

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

Errores comunes
  • Claude transliterates Slavic names inconsistently across notes — Pick a convention (the skill offers standard ones) and tell it to stick with that convention
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 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/.✓ Copiado
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.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
None from the skill
Tokens por llamada
Transcription of scans can be large
Monetario
Free — skills are local files. External databases may have their own fees.
Consejo
Feed Claude one scan at a time; batch transcription gets muddled across records.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: No credentials — pure prompts
Salida de datos: None from the skill. Your scans and notes stay local.

Resolución de problemas

Errores comunes y soluciones

Skill not invoked — Claude guesses names without GPS framing

Say 'use genealogy-research skill' explicitly.

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

Re-clone; description drives activation.

Verificar: 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.

Alternativas

genealogy-research vs otros

AlternativaCuándo usarlaContrapartida
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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills