ping-orchestration-sdk-router
Installation
SKILL.md
Ping SDK Router
First point of contact for vague Ping Identity SDK requests. Probes the working directory to detect platform (Android, iOS, JavaScript, React Native) and ForgeRock SDK references, then hands off to the most suitable umbrella skill in this plugin. New platforms are added by editing one row in the platform registry below — the decision tree picks them up automatically.
Platform Registry
This table is the single source of truth for routing. The decision tree below references it by Status. To add a new platform, change its status from placeholder to active, add a probe block, and you are done.
| Platform | Target Skill | Status | Notes |
|---|---|---|---|
| Android | ping-orchestration-android-sdk |
active | — |
| iOS | ping-orchestration-ios-sdk |
active | — |
| JavaScript (web) | ping-orchestration-javascript-sdk |
active | — |
| React Native | ping-orchestration-react-native-sdk |
active | — |
| ForgeRock migration | forgerock-to-ping-journey-migration |
active | Cross-cutting; takes precedence over platform routing when ForgeRock refs are present |
Probe Blocks
For every active row in the registry, run that platform's probe. Probes are bounded — depth-limited and ignore generated/dependency directories.