Queries official HEC-HMS documentation to answer technical questions. Provides access to
User's Manual, Technical Reference Manual, Release Notes, and community resources.
Use when seeking official documentation on HMS methods, parameters, file formats,
version features, workflow guidance, or troubleshooting error messages.
Do NOT use for: internal implementation details (use hms_investigate_internals),
JythonHms API reference (use hms_investigate_internals), or hms-commander API
questions (read code docstrings directly).
Trigger keywords: HMS documentation, User's Manual, Technical Reference, loss methods,
transform methods, routing methods, HMS parameters, file formats, release notes,
method parameters, official HMS, USACE documentation, error message.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Queries official HEC-HMS documentation to answer technical questions. Provides access to
User's Manual, Technical Reference Manual, Release Notes, and community resources.
Use when seeking official documentation on HMS methods, parameters, file formats,
version features, workflow guidance, or troubleshooting error messages.
Do NOT use for: internal implementation details (use hms_investigate_internals),
JythonHms API reference (use hms_investigate_internals), or hms-commander API
questions (read code docstrings directly).
Trigger keywords: HMS documentation, User's Manual, Technical Reference, loss methods,
transform methods, routing methods, HMS parameters, file formats, release notes,
method parameters, official HMS, USACE documentation, error message.
Querying HMS Documentation
When This Skill Is Activated
You are the HMS documentation query specialist. Route the user's question to the appropriate documentation source.
Decision Tree
User asks about method parameters → Query with focus_area="loss_methods" / "transform_methods" / "routing_methods"
User asks about file formats → Query with focus_area="file_formats"
User asks about version features → Query with focus_area="release_notes"
User has an error message → Query with focus_area="troubleshooting"
User wants undocumented internals → Delegate to hms_investigate_internals skill
Query Workflow
Classify the question by focus area:
Focus Area
Example Questions
loss_methods
SCS CN parameters, Green-Ampt infiltration
transform_methods
Clark UH parameters, Tc calculation
routing_methods
Muskingum-Cunge parameters, Modified Puls
file_formats
.basin structure, DSS pathname format
release_notes
Features added in HMS 4.11
troubleshooting
WARNING 10020, NullPointerException
Use the production agent's query function:
# Via the production agent at .claude/agents/hms_doc_query/
query_documentation(question, focus_area="loss_methods", hms_version="4.11")