Generate and deploy Keycloak theme files with FreeMarker templates
/plugin marketplace add Lobbi-Docs/claude/plugin install frontend-design-system@claude-orchestration<tenant> <action> [options]# Keycloak Theme Generation Command Generate production-ready Keycloak theme files including FreeMarker templates, CSS, and assets. ## Usage /keycloak <tenant> <action> [options] ## Arguments - tenant (required): Tenant name or realm identifier - action (required): Action - generate, deploy, validate, import - options (optional): Additional flags like --style, --realm, --output-dir ## Examples /keycloak acme-corp generate --style Material Design /keycloak acme-corp deploy --realm acme-realm /keycloak acme-corp validate --output-dir ./themes ## Execution Flow ### 1. Tenant Configura...