## Summary Claude Code skills for systematizing CalCOFI dataset ingestion and publication workflows. ## Skills Created - [x] `/explore-dataset` — Profile new CSV/ERDDAP datasets before ingestion - [x] `/generate-metadata` — Create metadata redefinition files (tbls_redefine.csv, flds_redefine.csv) - [x] `/ingest-new` — Scaffold ingest workflow from parameterized template - [x] `/validate-ingest` — Post-ingest validation (PKs, FKs, NULLs, ranges, cross-dataset) - [x] `/publish-template` — Scaffold publish workflow for OBIS, ERDDAP, or EDI ## Templates Created - [x] `ingest_template.qmd` — Parameterized ingest notebook - [x] `publish_obis_template.qmd` — OBIS Darwin Core Archive - [x] `publish_erddap_template.qmd` — ERDDAP NCCSV format - [x] `publish_edi_template.qmd` — EDI EML data package ## Supporting Files - [x] `scripts/explore_dataset.R` — R profiling script for `/explore-dataset` ## Refinement Needed - [ ] Test each skill on DIC dataset (Phase 0+1) - [ ] Refine templates based on DIC experience - [ ] Add R helper functions to calcofi4db if needed
Summary
Claude Code skills for systematizing CalCOFI dataset ingestion and publication workflows.
Skills Created
/explore-dataset— Profile new CSV/ERDDAP datasets before ingestion/generate-metadata— Create metadata redefinition files (tbls_redefine.csv, flds_redefine.csv)/ingest-new— Scaffold ingest workflow from parameterized template/validate-ingest— Post-ingest validation (PKs, FKs, NULLs, ranges, cross-dataset)/publish-template— Scaffold publish workflow for OBIS, ERDDAP, or EDITemplates Created
ingest_template.qmd— Parameterized ingest notebookpublish_obis_template.qmd— OBIS Darwin Core Archivepublish_erddap_template.qmd— ERDDAP NCCSV formatpublish_edi_template.qmd— EDI EML data packageSupporting Files
scripts/explore_dataset.R— R profiling script for/explore-datasetRefinement Needed