Initialize Chakra theme with design tokens
/plugin marketplace add Lobbi-Docs/claude/plugin install chakra-react-toolkit@claude-orchestration[--preset=minimal|complete|tailwind-like] [--output=path]# Chakra Theme Setup Command When this command is invoked, create a comprehensive Chakra UI theme configuration with design tokens, including colors, typography, spacing, and component style overrides. ## Execution Steps 1. **Determine Theme Preset** - Use --preset flag if provided (minimal, complete, tailwind-like) - Default to "complete" preset if not specified - Ask user for confirmation before generating extensive theme 2. **Create Theme Directory Structure** - Default location: `src/theme/` or use --output path - Structure: foundations/, components/, index.ts - Va...