This is a comprehensive React/SPA conventions guide built for LobeHub projects. It's opinionated: antd-style with createStaticStyles over createStyles for zero-runtime CSS, component hierarchy that prioritizes base-ui primitives before higher-level components, and Flexbox layouts everywhere. The routing section is especially dense, covering hybrid Next.js App Router plus React Router DOM with a critical warning about .desktop.tsx sync rules that can cause blank screens in Electron if you forget to update both files. Use this when you're working in a LobeHub codebase and need to know which Modal to import, whether to use Link from react-router-dom or next/link, or how to wire up desktopRouter without breaking the Electron build.
npx skills add https://github.com/lobehub/lobe-chat --skill react