Bulk family importer
Imports family rosters from CSV with duplicate detection and merge prompts.
Need a quick read on Bulk family importer?
Skim the gist, what it's good for, a real prompt to try, and the gotchas — all distilled from SKILL.md. Cached after the first run.
About this skill
--- name: rock-bulk-family-importer version: 1.0.0 description: Imports family rosters from CSV with duplicate detection and merge prompts. triggers: - import families from csv - bulk family import - migrate church members runtimes: - code tags: - rock - import - data-migration ---
# Bulk family importer
Reads a CSV of family + person records, queries Rock for existing matches by name/email/phone, and produces a per-row plan: insert, merge into existing, or flag as ambiguous. Generates the SQL bulk-insert script + a manual-review queue for the ambiguous rows. Built for migration projects from legacy church management systems.
## When to use
- "import families from csv" - "bulk family import" - "migrate church members"
## Notes
This skill is published to the Triumph Skills Marketplace. Report issues or request features directly from the skill's page.