Zhonghao1995

35 mods across 3 repositories, 33 stars between them.

skill-author

01

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Draft a well-formed new skill (a SKILL.md scaffold, optionally with scripts/references) from a described recurring need, for human review and approval. Use whenever a repeated workflow gap has no existing skill covering it, when someone wants to propose or create a new skill or capability, or when an agentic system…

25 11d ago A 102 tokens original MIT

swmm-anywhere

02

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Synthesize a plausible SWMM drainage network from public data (OSM streets + DEM) when NO real pipe-network data exists — input is just a bbox. Use ONLY when the user has no pipe shapefile/CAD/GIS data, or to establish a baseline before real data arrives; if real pipe data exists, route to swmm-network or swmm-gis…

25 11d ago A 81 tokens original MIT

swmm-builder

03

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Assemble a runnable SWMM INP deterministically from subcatchment geometry/attributes, merged parameter JSON, network JSON, and climate references. Use when creating auditable INP + manifest artifacts for downstream swmm-runner/calibration.

25 11d ago A 52 tokens original MIT

swmm-calibration

04

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Calibration and validation scaffold for EPA SWMM. Use when an agent needs to (1) compare simulated vs observed flow, (2) evaluate candidate parameter sets, (3) rank explicit candidates by an objective, (4) run a bounded random / LHS / adaptive search for the best-fitting parameters, (5) run a publication-grade SCE-UA…

25 11d ago A 146 tokens original MIT

swmm-canada

05

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Fetch a ready-to-run SWMM model for any Canadian area from the SWMMCanada upstream service — real published municipal storm pipes where a supported city covers the AOI, synthesized elsewhere in Canada. Input is a bbox or GeoJSON polygon plus a rainfall date window. Use for Canadian locations; outside Canada route to…

25 11d ago A 102 tokens original MIT

swmm-climate

06

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Deterministic rainfall/climate formatting for SWMM. Use when converting timestamped rainfall CSV files into SWMM-ready [TIMESERIES] lines and [RAINGAGES] helper snippets for swmm-builder.

25 11d ago A 48 tokens original MIT

swmm-design-review

07

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Score a completed SWMM run against a configurable YAML rulebook of design checks — GB50014-style standards for real catchments, or the reference-free physical-plausibility rulebook for synthesized networks. Reads the run's existing manifest.json / model.rpt / model.inp and never re-runs SWMM. Use it post-run for…

25 11d ago A 86 tokens original MIT

swmm-end-to-end

08

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Top-level orchestration skill for agentic SWMM modelling. Use when an agent needs one entrypoint that decides which module tools to run, in what order, and when to stop, for example to build, run, QA, and optionally calibrate a SWMM case from prepared or partially prepared inputs.

25 11d ago A 67 tokens original MIT

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Consolidate Agentic SWMM run artifacts into auditable provenance, comparison records, and local Obsidian audit notes. Use after any SWMM build/run/QA attempt, successful or failed, when an agent or CLI workflow needs a traceable record of inputs, commands, artifacts, metrics, QA checks, run-to-run differences, and…

25 11d ago A 84 tokens original MIT

swmm-gis

10

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

GIS/DEM preprocessing for SWMM experiments using the user's own QGIS/GRASS layers. Use when the user asks to (1) delineate subcatchments through QGIS/GRASS (standard or entropy-guided), (2) preprocess QGIS-derived subcatchment polygons into builder-ready CSV, (3) identify high-entropy hotspot subcatchments, or (4)…

25 11d ago A 130 tokens original MIT

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Read historical Agentic SWMM experiment audit artifacts and summarize repeated assumptions, QA issues, failures, missing evidence, run-to-run differences, lessons learned, and controlled skill update proposals. Use downstream of swmm-experiment-audit when multiple audited runs exist or when a user asks for modeling…

25 11d ago A 79 tokens original MIT

swmm-network

12

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Build, validate, and route SWMM pipe-network models for urban drainage from raw municipal shapefiles or structured GIS/CAD exports. Use when handling junctions, conduits, outfalls, xsections, network field-mapping configs, or wiring subcatchments to upstream nodes. Requires real pipe data as SHP / GeoJSON / CSV …

25 11d ago A 122 tokens original MIT

swmm-params

13

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Deterministic mapping from land use and soil texture to SWMM runoff/subarea and Green-Ampt infiltration parameters. Use when generating first-pass subcatchment parameter tables for swmm-builder.

25 11d ago A 43 tokens original MIT

swmm-plot

14

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Nature-spec figures from a SWMM run: paired rainfall (inverted) + node/link flow hydrograph (plotrun), network layout map (maprun), study-area map. 89/183 mm columns, 5-7 pt sans-serif, ticks out, no gridlines, Wong colour-blind-safe palette, vector PDF + 450 dpi PNG twin, SI units, no title; optional focus-day /…

25 11d ago A 114 tokens original MIT

swmm-rag-memory

15

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Retrieve relevant Agentic SWMM modeling memory from audited runs, modeling-memory summaries, and Obsidian-compatible notes at query time. Use when a user asks for RAG, similar past runs, evidence-linked memory retrieval, historical QA/failure patterns, or memory-grounded answers.

25 11d ago A 62 tokens original MIT

swmm-report

16

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Generate a client-deliverable Word (.docx) report from an audited SWMM run directory. Reads manifest.json, experimentprovenance.json, modeldiagnostics.json, comparison.json, and any PNG figures — SWMM is never re-run. Supports custom YAML/JSON section templates.

25 11d ago A 62 tokens original MIT

swmm-runner

17

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Run EPA SWMM (swmm5) simulations reproducibly and extract key metrics from the report file. Use when an agent needs to (1) run a .inp via swmm5 CLI, (2) generate a run directory with rpt/out + manifest, (3) extract peak flow/time for a node/outfall, (4) parse SWMM continuity (Runoff Quantity / Flow Routing) errors…

25 11d ago A 114 tokens original MIT

swmm-uncertainty

18

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Parameter and forcing uncertainty propagation and sensitivity analysis for EPA SWMM. Use when an agent needs to (1) propagate parameter uncertainty through SWMM (fuzzy alpha-cut or Monte Carlo), (2) quantify hydrograph envelopes or output entropy without treating the run as calibration, (3) screen which parameters…

25 11d ago A 151 tokens original MIT

swmm-water-quality

19

Zhonghao1995/agentic-swmm-workflow

Skill Claude CodeCodex

Complete SWMM engine coverage: pollutant buildup/washoff simulation support and load reporting. Validate water-quality config JSON, build INPs with WQ sections, and extract pollutant load summaries from completed runs.

25 11d ago A 48 tokens original MIT

mike-audit

20

Zhonghao1995/Agentic-MIKE-Plus

Skill Claude CodeCodex

Record provenance for an Agentic MIKE+ step via the mike-plus MCP server — a manifest.json tying the model copy, inputs, edits, run QA status, result files and figures together, each file with a sha256. Use at the end of every run/compare/plot task (successful or failed) so the work can be audited, re-compared or…

7 16d ago A 86 tokens original MIT

mike-compare

21

Zhonghao1995/Agentic-MIKE-Plus

Skill Claude CodeCodex

Compare two MIKE+ runs via the mike-plus MCP server — baseline vs scenario, before vs after a parameter edit — to say WHERE a change mattered and BY HOW MUCH (delta peak, delta volume, timing shift, RMSE/NSE) and to draw the overlay hydrograph. Use whenever two .res1d files of the same model exist or a re-run just…

7 16d ago A 93 tokens original MIT

mike-end-to-end

22

Zhonghao1995/Agentic-MIKE-Plus

Skill Claude CodeCodex

Standard operating procedure for an auditable, headless MIKE+ workflow via the mike-plus MCP server — how to plan, copy, run, QA-gate, compare, plot, audit, and safely stop. Use FIRST whenever an agent is handed a MIKE+ model (.sqlite) or result (.res1d) plus a plain-language goal; it picks the operating mode and…

7 16d ago A 98 tokens original MIT

mike-import

23

Zhonghao1995/Agentic-MIKE-Plus

Skill Claude CodeCodex

Bring an EPA SWMM (.inp) or EPANET (.inp) model into MIKE+ via the mike-plus MCP server — the bridge from an INP builder such as SWMMCanada or agentic-swmm into a MIKE+ database that mikemodelinfo / mikerun can use. Use when the user has an .inp and wants it in MIKE+. Requires MIKE+ installed + a checked-out license…

7 16d ago A 97 tokens original MIT

mike-model

24

Zhonghao1995/Agentic-MIKE-Plus

Skill Claude CodeCodex

Inspect a MIKE+ .sqlite model via the mike-plus MCP server — active simulation/scenario/model type, unit system, the list of simulation setups and scenarios, element counts — and switch the active scenario. Use when an agent needs to understand a MIKE+ model before running or editing it, or must run a scenario…

7 16d ago A 83 tokens original MIT