Keycloak Entities
Use for any work touching Keycloak's database — writing JPQL or SQL against Keycloak entities, designing migrations, building extensions, debugging FK/cascade issues, or mapping Keycloak's domain model to its schema. Covers the Keycloak schema, ER diagram, entity classes, and migrations across ~90 tables including USER_ENTITY, KEYCLOAK_ROLE, KEYCLOAK_GROUP, CLIENT, USER_ROLE_MAPPING, USER_GROUP_M…
Keycloak Token Construction
Reference for Keycloak 26.5.5 OIDC token construction — scope resolution, mapper-set assembly, base claims set by `initToken`, the per-surface mapper execution pipeline, and post-mapper transforms (audience restriction). Use whenever the task involves explaining or validating which claims appear in a Keycloak-issued access token, ID token, userinfo response, or introspection response; reasoning a…
Keycloak FILL Skill Name
|
Keycloak Token Fixture Build
Methodology and templates for building adversarial test fixtures for the `keycloak-token-construction` skill, plus the two-phase fresh-context predictor harness. Use when adding a new `tests/token-construction/adversarial-N/` fixture, validating a SKILL.md or references/ edit hasn't regressed an existing fixture, designing a seam to probe a specific invariant, deciding the verdict of a prediction…