okta-cis-to-descope
Installation
SKILL.md
Okta CIS → Descope Migration Skill
This skill guides self-service migrations from Okta Customer Identity Service (CIS) to Descope. It runs in three parts:
- MCP Check — confirm whether the Descope Docs MCP is available and suggest installing it if not
- Migration Plan — gather context via triage questions, analyze the codebase's auth touchpoints, and produce a human-readable
MIGRATION-PLAN.mdfor the user to review - Execution — if the user confirms they want to proceed, execute the plan
Do not collapse these parts or skip ahead. The plan must be reviewed before code changes begin.
Primary references (all in this skill's directory):
references/implementation-nuances.md— verified migration patterns for each JS/TS framework, Okta CIS feature-to-Descope mappings, and known gotchasreferences/flows-and-widgets.md— Descope terminology/lingo (Okta→Descope), Flow structure and templates, Widgets, SSO Setup Suite, Console-vs-code decision guidereferences/backend-sdks.md— Python and Java backend migration patterns (Flask, FastAPI, Django, Spring Boot, management SDK, M2M)