What problem does it solve?
This Skill solves the problem of getting lost in a large LobeHub (LobeChat) codebase by giving you a curated architecture and directory map so you can quickly locate the right subsystems and understand how they connect.
Core Features & Use Cases
- Project architecture map: Identifies major layers (UI, routes, stores, client services, API/trpc routers, server services, DB models/repositories) and where they live in the repo.
- Tech stack overview: Summarizes the core technologies (Next.js, TypeScript, Zustand, SWR, TRPC, Neon + Drizzle, Vitest) to align your exploration with real implementation choices.
- Monorepo + override understanding: Explains how the cloud repo overrides open-source submodule code and how to reason about which implementation is active.
- Use Case: When you need to add or debug a feature, it helps you navigate to the relevant route group, store, service, router, and persistence layer without manually crawling the entire tree.
Quick Start
Ask for a project architecture overview to learn where the UI, routing, state, API, and database layers are implemented in the LobeHub monorepo.