data-ingest

Ingest multi-source investigation data with SHA-256 hashing and hash manifests.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/goodoleusa/cybertemplate-pipeline --skill data-ingest-goodoleusa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-ingest
Source: https://github.com/goodoleusa/cybertemplate-pipeline/tree/main/.claude/skills/data-ingest
Command: npx skills add https://github.com/goodoleusa/cybertemplate-pipeline --skill data-ingest-goodoleusa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Investigations often rely on data from multiple sources, with risk of lineage gaps and inconsistent formats. This skill orchestrates eight specialized subagents to manage ingest, hashing, cleaning, transforming, analyzing, assessing, and curating, while maintaining chain-of-custody.

Core Features & Use Cases

  • Orchestrates 8 subagents: Ingestor, Hash Guardian, Cleaner, Transformer, Stat Analyst, Evidence Assessor, Evidence Curator, and Orchestrator.
  • Ensures data integrity with SHA-256 hashing and hash manifests; outputs go to scripts/audit_results/.
  • Provides a reproducible pipeline from AUDIT to CURATE, with cross-source normalization and deduplication.

Quick Start

Run the ingestion pipeline using /data-ingest to orchestrate all steps and output results to scripts/audit_results/.

Frequently Asked Questions about data-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain chain-of-custody when ingesting multi-source investigation data?

To maintain chain-of-custody during data ingest, this pipeline hashes source files using SHA-256 and generates a hash manifest, ensuring all raw investigation data remains auditable and reproducible from ingest to curation.

What is the best way to automate cross-source data normalization and deduplication for an audit?

Automating cross-source data normalization and deduplication for an audit requires orchestrating specialized cleaning and transforming agents, which this pipeline uses to process multi-source data into structured, reproducible outputs.

Can I use this ingestion pipeline to verify data integrity with SHA-256 hash manifests?

Yes, you can verify data integrity using SHA-256 hash manifests generated by the pipeline, which secure raw investigation files and enforce reproducibility throughout the data curation process.

How do I structure a reproducible pipeline from raw audit data to curated evidence?

Building a reproducible pipeline from raw audit data to curated evidence involves orchestrating eight subagents for ingest, hashing, cleaning, transforming, analyzing, assessing, and curating, outputting structured results.

Does the data ingest pipeline require any external dependencies to run?

No, the data ingest pipeline requires no external dependencies to run, operating autonomously to coordinate evidence ingestion and produce audit-ready results under the scripts/audit_results/ directory.

When should I not use an automated data ingestion pipeline for investigation data?

You should not use an automated data ingestion pipeline when your investigation data requires manual, case-specific forensic handling that cannot be standardized through reproducible hashing, cleaning, and cross-source normalization processes.