Update SKILL.md files to add double quotation marks for all skills, ensuring clarity and consistency across all entries.

This commit is contained in:
Haoxuan "Orion" Li
2025-10-20 20:51:50 -07:00
parent c0fa308af8
commit c2b16829f6
68 changed files with 68 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
---
name: flowio
description: Python library for reading, writing, and manipulating Flow Cytometry Standard (FCS) files. Use this skill for: parsing FCS files (versions 2.0, 3.0, 3.1) to extract event data as NumPy arrays, reading FCS metadata and channel information, creating new FCS files from NumPy arrays, converting FCS data to CSV/DataFrame formats, handling multi-dataset FCS files, extracting scatter/fluorescence/time channels, batch processing multiple FCS files, filtering events and re-exporting, validating FCS file structure, accessing TEXT segment keywords, handling problematic files with offset discrepancies, memory-efficient metadata-only reading, and FCS file format conversion. Essential for flow cytometry data preprocessing, file format conversion, metadata extraction, and cytometry data pipeline operations. Supports both raw and preprocessed event data extraction with gain scaling and logarithmic transformations.
description: "Python library for reading, writing, and manipulating Flow Cytometry Standard (FCS) files. Use this skill for: parsing FCS files (versions 2.0, 3.0, 3.1) to extract event data as NumPy arrays, reading FCS metadata and channel information, creating new FCS files from NumPy arrays, converting FCS data to CSV/DataFrame formats, handling multi-dataset FCS files, extracting scatter/fluorescence/time channels, batch processing multiple FCS files, filtering events and re-exporting, validating FCS file structure, accessing TEXT segment keywords, handling problematic files with offset discrepancies, memory-efficient metadata-only reading, and FCS file format conversion. Essential for flow cytometry data preprocessing, file format conversion, metadata extraction, and cytometry data pipeline operations. Supports both raw and preprocessed event data extraction with gain scaling and logarithmic transformations."
---
# FlowIO: Flow Cytometry Standard File Handler