What problem does it solve?
It removes the guesswork of navigating a large monorepo by giving you an organized, architecture-level map of where key components live and how the major layers connect.
Core Features & Use Cases
- Monorepo Architecture Guidance: Explains the split between the open-source
lobehub/ submodule and the cloud override layer, including where overrides typically occur.
- Tech Stack & Layer Mapping: Summarizes the primary framework, state management, data fetching, API layer (tRPC), and database stack, then links each layer to its directory locations.
- Practical Codebase Discovery: Helps you find the right places for UI components, routes, state stores, services, routers, DB schemas/models, and built-in tools when answering “where is X implemented?” questions.
Use case example: When you need to understand how a UI action reaches the backend and persists to the database, use this Skill to locate the relevant store, client service, tRPC router, server service, DB model, and schema directories.
Quick Start
Ask: “Give me a guided tour of the LobeHub monorepo and tell me where I should look to trace the path from a React UI action to the database.”