Extend/customize existing Chakra theme
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[--component=ComponentName] [--foundation=colors|typography|spacing]# Theme Extension Command When this command is invoked, extend an existing Chakra UI theme by adding or modifying component styles, design tokens, or theme foundations. ## Execution Steps 1. **Detect Existing Theme** - Search for existing theme directory (src/theme, src/styles/theme, etc.) - Read current theme structure and configuration - Identify what the user wants to extend (component, foundation, etc.) 2. **Determine Extension Type** - Component style override: --component flag - Foundation token: --foundation flag - Interactive mode: Ask user what to extend if no...