external-dataset-curated-import

Installation
SKILL.md

External Dataset Curated Import

Use this top-level skill when the input is a packaged or semi-structured LCA dataset that should enter TianGong through a repeatable import profile.

Boundaries

  • This skill is a workflow coordinator only.
  • Do not parse source package formats in this skill. Use tiangong-lca dataset import-lca convert or tidas-tools.
  • Do not implement queue state, schema validation, QA, remote writes, or database verification in this skill. Use the CLI.
  • Do not make BAFU, USLCI, or any account a code path. They are profile inputs.
  • Do not hand-edit row JSONL as the primary repair path. Use child skills to write structured decisions or patches, then apply them through deterministic CLI/Foundry commands.

Required Inputs

  • Foundry task directory under .foundry/workspaces/<task-id>/.
  • Frozen source package manifest and checksum.
  • Import profile id, such as generic, bafu, or uslci.
  • Account/write guard when the task may eventually request remote write.
  • Target entity scope: support, flow, process, lifecyclemodel, or a bounded subset.
Installs
3
GitHub Stars
6
First Seen
Jul 7, 2026
external-dataset-curated-import — tiangong-lca/skills