Create Keycloak users (single or bulk dummy users with org_id)
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-platform-manager@claude-orchestration[--email EMAIL] [--password PASS] [--org-id ORG] [--count N]Create Keycloak users for testing and development, supporting both single user creation with specific credentials and bulk dummy user generation for multi-tenant testing. ## Your Task You are creating user accounts in Keycloak for the-lobbi/keycloak-alpha platform. Users must have the `org_id` attribute set for multi-tenant data isolation. ## Arguments - `--email` (optional): User email address (required for single user creation) - `--password` (optional): User password (default: "dummy123") - `--org-id` (optional): Organization ID for multi-tenant isolation (default: "org-001") - `--co...