Initialize Keycloak realm, client, and base configuration for multi-tenant setup
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-platform-manager@claude-orchestration[realm] [client-id]Initialize Keycloak realm and client configuration for the-lobbi/keycloak-alpha platform with proper OAuth settings, multi-tenant claims, and environment variable updates. ## Your Task You are configuring a Keycloak instance for a multi-tenant MERN application. Create a realm, client configuration, and update the .env file with the necessary credentials. ## Arguments - `realm` (optional): Keycloak realm name (default: "master") - `client-id` (optional): OAuth client ID (default: "lobbi-web") ## Steps to Execute 1. **Verify Keycloak is Running** - Check if Keycloak is accessible at ...