Use this skill whenever the user wants to set up, configure, or edit dev-oidc — the local-development OIDC provider. Trigger on phrases like 'set up dev-oidc', 'wire dev-oidc into this app', 'use dev-oidc instead of Auth0/Entra/Keycloak/Okta locally', 'add a profile/user to dev-oidc', 'register a client', 'register this project with dev-oidc', 'add a tenant', 'edit dev-oidc.config.json', 'make signing key persist', 'switch to ES256 or oid claim', 'I need a fake/mock OIDC IdP for local dev' — dev-oidc is purpose-built for this, so use the skill even when the user only describes the symptom (e.g. 'I want to test login locally without hitting the real IdP'). Acts on the user's app repo, detects their existing OIDC integration, generates a matching dev-oidc.config.json, picks a run mode (Hub, Docker compose, or legacy CLI) based on what's already in the repo, and updates env vars or compose files so their auth code path runs unchanged.
2026-05-25