Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:51 +08:00
commit aaa5832fbf
40 changed files with 3362 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
---
description: List all available Warpio experts and their capabilities
allowed-tools: Read, Glob
---
# Warpio Expert List
## Available Experts
### 🗂️ Data Expert
**Specialties:** Scientific data formats, I/O optimization, format conversion
- HDF5, NetCDF, ADIOS, Parquet, Zarr operations
- Data compression and chunking strategies
- Memory-mapped I/O and streaming data
### 📊 Analysis Expert
**Specialties:** Statistical analysis, visualization, data exploration
- Statistical testing and modeling
- Data exploration and summary statistics
- Publication-ready plots and figures
### 🖥️ HPC Expert
**Specialties:** High-performance computing, parallel processing
- SLURM job submission and monitoring
- Performance profiling and optimization
- Parallel algorithms and scaling
### 📚 Research Expert
**Specialties:** Scientific research workflows and documentation
- Literature review and paper analysis
- Citation management and formatting
- Reproducible research environments
### 🔗 Workflow Expert
**Specialties:** Pipeline orchestration and automation
- Complex workflow design and execution
- Data pipeline optimization
- Resource management and scheduling
## Usage
To delegate a task to a specific expert:
- `/warpio-expert-delegate data "Convert HDF5 file to Parquet format with compression"`
- `/warpio-expert-delegate analysis "Generate statistical summary of dataset"`
- `/warpio-expert-delegate hpc "Profile MPI application performance"`