bymariourquia· 56 skills
Orchestration skill that assembles the OUTPUT of single-document extractors into validated, warehouse-ready tabular datasets. It does not re-extract individual documents; it sits above the extractors and turns their per-document fact tables into multi-document datasets with declared extraction schemas, data-quality and validation rules, standardized provenance columns, warehouse table naming, and a deck-readiness gate. Triggers on 'build the warehouse dataset', 'assemble these extractions', 'validate the data room for the model/deck', or when several extracted documents must become one queryable table. Failing rows are surfaced for review, never silently dropped. Output is the validated dataset that warehouse-to-exhibit-mapper consumes.
$npx -y skills add mariourquia/cre-skills-plugin --skill document-to-warehouse-pipelineInstalls into the current project.
Run `npx skills use "https://github.com/mariourquia/cre-skills-plugin" --skill "mariourquia/cre-skills-plugin/document-to-warehouse-pipeline"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mariourquia/cre-skills-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/mariourquia/cre-skills-plugin"` and select the relevant skills, then follow their instructions.