/ Diretório / Playground / Family History Research Skill
● Comunidade 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 que usar

Principais recursos

Demo ao vivo

Como fica na prática

family-history-research-skill.replay ▶ pronto
0/0

Instalar

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

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a 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
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o 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"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.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"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Family History Research Skill

Plan a research session for one ancestor's birth date

👤 Genealogists ⏱ ~15 min intermediate

Quando usar: You don't know where to look next for an ancestor stuck pre-1850.

Pré-requisitos
  • Server/skill installed and authenticated — See repo README
Fluxo
  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.

Armadilhas
  • 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.

Custo e limites

O que custa rodar

Cota de API
See provider docs for rate limits
Tokens por chamada
Varies by tool
Monetário
See repo README for pricing details
Dica
Cache tool results and avoid repeated identical calls.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Use environment variables; never commit secrets
Saída de dados: Tool calls go to the provider's API as documented

Solução de problemas

Erros comuns e correções

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

AlternativaQuando usarTroca
Ancestry's own AI toolsYou're deep in their ecosystemVendor lock-in

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills