/ Directorio / Playground / Family History Research Skill
● Comunidad emaynard ⚡ Instantáneo

Family History Research Skill

por emaynard · emaynard/claude-family-history-research-skill

Plan and conduct genealogy research with Claude.

Genealogy research is a discipline — citation standards, source hierarchies, evidence evaluation. This skill teaches Claude the Genealogical Proof Standard, common sources (census, vital records, immigration), and how to plan a research session that doesn't go in circles.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

family-history-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": {
    "family-history-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/emaynard/claude-family-history-research-skill",
        "~/.claude/skills/claude-family-history-research-skill"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "family-history-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/emaynard/claude-family-history-research-skill",
        "~/.claude/skills/claude-family-history-research-skill"
      ],
      "_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": {
    "family-history-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/emaynard/claude-family-history-research-skill",
        "~/.claude/skills/claude-family-history-research-skill"
      ],
      "_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": {
    "family-history-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/emaynard/claude-family-history-research-skill",
        "~/.claude/skills/claude-family-history-research-skill"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

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

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

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

claude mcp add family-history-research-skill -- git clone https://github.com/emaynard/claude-family-history-research-skill ~/.claude/skills/claude-family-history-research-skill

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

Casos de uso

Usos del mundo real: Family History Research Skill

Plan a research session for one ancestor's birth date

👤 Genealogists ⏱ ~15 min intermediate

Cuándo usarlo: You don't know where to look next for an ancestor stuck pre-1850.

Requisitos previos
  • Server/skill installed and authenticated — See repo README
Flujo
  1. Frame
    Using the genealogy skill, frame a research question for finding John Smith's birth date (b. ~1820, Cork, Ireland).✓ Copiado
    → Research question + source hierarchy
  2. Plan
    Generate a search plan with specific record sets (Irish civil registration, Catholic parish registers, US naturalization).✓ Copiado
    → Ordered, scoped search plan

Resultado: A real plan instead of random Ancestry hunts.

Errores comunes
  • Skill is methodology, not database. You still need subscriptions to Ancestry/FamilySearch/FindMyPast for the records themselves. — Skill is methodology, not database. You still need subscriptions to Ancestry/FamilySearch/FindMyPast for the records themselves.

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
See provider docs for rate limits
Tokens por llamada
Varies by tool
Monetario
See repo README for pricing details
Consejo
Cache tool results and avoid repeated identical calls.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Use environment variables; never commit secrets
Salida de datos: Tool calls go to the provider's API as documented

Resolución de problemas

Errores comunes y soluciones

skill suggests invented record sets

Ask it to cite the record set's URL and verify on FamilySearch/Ancestry catalog before searching.

Verificar: Catalog entry exists
citations don't render

Skill outputs Evidence Explained format. Use a markdown viewer that supports footnotes.

Verificar: Render with pandoc

Alternativas

Family History Research Skill vs otros

AlternativaCuándo usarlaContrapartida
Ancestry's own AI toolsYou're deep in their ecosystemVendor lock-in

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills