rhino-sdk-example
Installation
SKILL.md
Rhino Health SDK — Example Finder
Find and present relevant working examples from the official Rhino Health SDK repository, with inline annotations explaining key patterns.
Context Loading
-
Always load first —
../../context/examples/INDEX.mdMaps use cases to example files with key methods, difficulty levels, and recommended context sections. -
On match — read the matched example file from
../../context/examples/<filename> -
On no match — read
../../context/patterns_and_gotchas.mdas the basis for composing a new example.
Matching Logic
Read INDEX.md and match the user's request against:
- The Use Case column (primary match)
- The Key SDK Methods column (secondary match — user mentions a specific method or class)