rhino-sdk-plan
Rhino Health SDK — Workflow Planner
Decompose high-level research and analytics goals into structured, phased execution plans using the rhino-health Python SDK (v2.1.x). Identify which SDK capabilities to compose, order steps by dependency, surface prerequisites, and generate the complete runnable implementation.
Context Loading
Before planning, read ALL of these reference files — planning requires the full SDK picture:
-
API Reference —
../../context/sdk_reference.mdEndpoint classes, methods, enums, CreateInput summaries, dataclass fields, import paths. -
Patterns & Gotchas —
../../context/patterns_and_gotchas.mdAuth patterns, resource lookup, metrics execution, filtering, code objects, async, and pitfalls. -
Metrics Reference —
../../context/metrics_reference.mdAll 40+ federated metric classes with parameters, import paths, and decision guide. -
Example Index —
../../context/examples/INDEX.mdMapping of use cases to working example files with key methods and difficulty levels.
More from naverazy-rhino/rhino-sdk-skills
rhino-sdk
Plan and execute federated analytics workflows with the Rhino Health Python SDK. Use when the user wants to run survival analysis, metrics, data harmonization, model training, or any multi-step SDK workflow. Takes high-level research goals and produces phased execution plans with runnable code. Also handles SDK questions, debugging rhino_health errors, and metric selection. Triggers on: rhino-health, rhino_health, RhinoSession, FCP, federated analytics, OMOP, FHIR, harmonization, or any of the 40+ federated metrics.
15rhino-sdk-guide
This skill should be used when the user asks about the Rhino Health Python SDK API, asks 'how do I...' questions about rhino-health, needs to understand SDK concepts like endpoints, sessions, metrics, or dataclasses, or mentions rhino_health, RhinoSession, FCP, federated analytics, or rhino-health SDK.
11rhino-sdk-debug
This skill should be used when the user encounters an error or traceback from the Rhino Health Python SDK, needs to debug rhino_health code, sees NotAuthenticatedError, ValidationError, TypeError, ImportError, or any exception mentioning rhino_health, or asks why their SDK code is failing.
11rhino-sdk-write
This skill should be used when the user wants to write code using the Rhino Health Python SDK, generate a script, create a workflow, implement federated analytics, run metrics across sites, or is writing Python that imports rhino_health.
10rhino-sdk-metrics
This skill should be used when the user wants to run federated metrics or analytics using the Rhino Health Python SDK, asks about survival analysis, statistical tests, KaplanMeier, Cox, Mean, Count, TTest, ChiSquare, RocAuc, correlation, odds ratio, or needs help choosing or configuring a metric.
10rhino-sdk-example
This skill should be used when the user asks for a working example of Rhino Health Python SDK code, says 'show me an example', 'how is X done in practice', 'sample code for', or wants to see real SDK usage patterns for a specific use case.
10