03 Findagrave Sweep banner
mattprusak mattprusak

03 Findagrave Sweep

Development community

Description

# Find a Grave Sweep Locate a Find a Grave memorial for every deceased person in your family tree. ## Autoresearch Configuration **Goal**: For every deceased person in `[VAULT_PATH]/Family_Tree.md`, search Find a Grave for their memorial. Extract all available data and update the vault. **Metric**: Number of deceased persons WITHOUT a Find a Grave memorial link **Direction**: Minimize (lower is better) **Verify**: `grep -c "NO_MEMORIAL_FOUND\|NEEDS_FINDAGRAVE" [VAULT_PATH]/findagrave_audit

Installation

Installs to ~/.claude/skills/mattprusak-autoresearch-genealogy-03-findagrave-sweep/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository