What problem does it solve? Scientific data arrives in hundreds of specialized formats, and understanding a file's structure, quality, and content before analysis requires format-specific expertise and tedious manual inspection. ## Core Features & Use Cases - Automatic Format Detection: Identifies 200+ scientific file types across chemistry, bioinformatics, microscopy, spectroscopy, proteomics, and general scientific data, then applies format-appropriate analysis. - Format-Specific Analysis: Extracts metadata, computes statistical summaries, assesses data quality, and detects issues using reference guides and the eda_analyzer.py script. - Markdown Report Generation: Produces comprehensive EDA reports with key findings, quality metrics, and downstream analysis recommendations. - Use Case: A researcher receives a FASTQ sequencing file and asks to explore it. The skill detects the format, computes read counts, length distributions, and quality scores, then saves a detailed report as reads_eda_report.md. ## Quick Start Analyze the structure and quality of my data file experiment_results.csv and generate a full EDA report.