04 Gedcom Completeness banner
mattprusak mattprusak

04 Gedcom Completeness

Development community

Description

# GEDCOM Completeness Ensure every person in your family tree exists in your GEDCOM file with all known data. ## Autoresearch Configuration **Goal**: Every named person in `[VAULT_PATH]/Family_Tree.md` should exist in `[GEDCOM_PATH]` with correct names, dates, places, and relationships. **Metric**: Number of persons in Family_Tree.md who are missing from or incomplete in the GEDCOM **Direction**: Minimize (lower is better) **Verify**: `grep -c "MISSING\|INCOMPLETE" [VAULT_PATH]/gedcom_audi

Installation

Installs to ~/.claude/skills/mattprusak-autoresearch-genealogy-04-gedcom-completeness/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mattprusak-autoresearch-genealogy-04-gedcom-completeness && curl -fsSL https://raw.githubusercontent.com/mattprusak/autoresearch-genealogy/HEAD/prompts/04-gedcom-completeness.md -o ~/.claude/skills/mattprusak-autoresearch-genealogy-04-gedcom-completeness/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository