Drizzle ORM schema definitions, type inference, and query patterns for PostgreSQL databases. \n \n Enforces snake_case naming (tables plural, columns lowercase), helper functions…
lobehub▌
creator profile · 38 approved skills · page 1 of 4
total skills
38
showing 10 on this page
page installs
50
50 this week
Zustand state management patterns and conventions for LobeHub store development. \n \n Three-tier action hierarchy: public actions for UI, internal actions for business logic, and…
Main interfaces for UI components:
Complete project architecture guide for LobeHub, an open-source AI Agent Workspace built on Next.js and React. \n \n Monorepo structure with @lobechat/ namespace packages covering…
Collaborative agent UI copy guidelines for LobeHub, covering buttons, errors, onboarding, and user-facing text in English and Chinese. \n \n Fixed terminology table ensures consis…
45 React and Next.js performance rules organized by impact, from eliminating waterfalls to advanced patterns. \n \n Covers 8 priority categories spanning async optimization, bundl…
Internationalization setup for React apps using react-i18next with flat dot-notation keys. \n \n Use flat key structure with dot notation (e.g., feature.context.action ) in src/lo…
Related Skills:
Debug logging utility with namespace-based filtering across desktop, server, and client environments. \n \n Follows strict namespace conventions (e.g., lobe-server:[module] , lobe…
Electron desktop development guide for LobeHub's main-renderer architecture. \n \n Covers controller creation, IPC type definitions, renderer services, and store actions for addin…