gedcom-creator

仓库创建 2024年2月17日最近提交 15 天前SkillHot 收录 20 天前
▸ 精选理由

生成标准交换格式,便于家谱数据存档与互操作。

▸ 风险提示

处理个人家谱数据可能涉及敏感隐私,注意授权与脱敏。

这个 Skill 做什么

从自然语言或结构化数据生成符合 GEDCOM 5.5.1 的家谱文件。

把自然语言、JSON 或 markdown 表格里的家谱信息生成符合 GEDCOM 5.5.1 标准的族谱文件,便于和家谱软件互通。常用于把研究笔记、调查数据或口述历史导出成可交换的 GEDCOM 文件。严格遵循标准,只记录你提供的数据,不会臆造人物或日期。

▸ 展开 SKILL.md 英文原文

Create GEDCOM 5.5.1 compliant genealogy files from natural language, JSON, or markdown table input. Use when the user wants to generate a family tree interchange file from research data.

数据与抓取GEDCOM家谱导出标准兼容通用
66
Stars
6
Forks
2
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/DigitalArchivst/Open-Genealogy/main/skills/gedcom-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/DigitalArchivst/Open-Genealogy/main/skills/gedcom-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GEDCOM Creator — GEDCOM 5.5.1 File Generator

Create standards-compliant GEDCOM 5.5.1 files from user-provided
genealogical data. Accepts natural language, structured JSON, or
markdown tables.

**This tool records only what you provide. It never invents people,
dates, or places.**

## Design Principle

**The LLM parses and reasons. Code handles mechanics.**

You (Claude) interpret user input and build a canonical JSON
intermediate. The Python script (`scripts/gedcom_builder.py`) handles
GEDCOM rendering, pointer wiring, CONC/CONT splitting, validation,
and file output. You NEVER generate raw GEDCOM text directly.

## Dependencies

Python 3.6+ standard library only. No pip install required.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有