What problem does it solve? Running the SuperflexPy conceptual hydrological modelling framework correctly requires operational knowledge scattered across docs and source code: element-specific input ordering, unit conventions, parameter naming, state resets between calibration trials, and silent failure modes. This Skill packages that expertise so an agent can prepare forcing, execute GR4J/HBV/HYMOD models, calibrate parameters, and validate streamflow without silent scientific errors. ## Core Features & Use Cases - End-to-end pipeline tools: convert forcing (CSV or Caravan/GRDC netCDF) to mm/d arrays, generate model parameters with calibration ranges, run simulations with Numba acceleration, and parse outputs with NSE/KGE/PBIAS metrics. - Diagnostic recovery: 21 symptom-to-remedy triplets plus documented unit traps (e.g., Caravan streamflow is basin-averaged mm/d, not m3/s; GR4J x2 positive means export/loss) prevent silent wrong answers. - Use Case: Given a GRDC-Caravan gauge file, calibrate a GR4J model on 1981-1985 and validate on 1986-1990, producing streamflow series and cited validation metrics judged against published NSE/PBIAS bands. ## Quick Start Run python preflight_check.py in this directory, then ask the agent to calibrate a GR4J model on a Caravan gauge netCDF file and report validation NSE.