What problem does it solve? Scientific data arrives in hundreds of domain-specific formats, and understanding a new file's structure, quality, and content before analysis is slow and error-prone. This Skill automates file type detection, format-specific analysis, and report generation so you can quickly understand any scientific dataset. ## Core Features & Use Cases - Automatic Format Detection: Identifies 200+ scientific file extensions across chemistry, bioinformatics, microscopy, spectroscopy, proteomics, and general scientific data categories. - Format-Specific Analysis: Loads detailed reference information per format and performs appropriate analyses such as sequence statistics for FASTQ, dimension checks for microscopy images, or summary statistics for CSV files. - Markdown Report Generation: Produces comprehensive reports covering file metadata, data structure, quality metrics, key findings, 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 structured report as reads_eda_report.md. ## Quick Start Analyze the file experiment_data.csv and generate a full exploratory data analysis report.