project-overview
Complete project architecture and structure guide. Use when exploring the codebase, understanding project organization, finding files, or needing comprehensive architectural context. Triggers on architecture questions, directory navigation, or project overview needs.
Install
mkdir -p .claude/skills/project-overview && curl -L -o skill.zip "https://mcp.directory/api/skills/download/580" && unzip -o skill.zip -d .claude/skills/project-overview && rm skill.zipInstalls to .claude/skills/project-overview
About this skill
LobeChat Project Overview
Project Description
Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat).
Supported platforms:
- Web desktop/mobile
- Desktop (Electron)
- Mobile app (React Native) - coming soon
Logo emoji: š¤Æ
Complete Tech Stack
| Category | Technology |
|---|---|
| Framework | Next.js 16 + React 19 |
| Routing | SPA inside Next.js with react-router-dom |
| Language | TypeScript |
| UI Components | @lobehub/ui, antd |
| CSS-in-JS | antd-style |
| Icons | lucide-react, @ant-design/icons |
| i18n | react-i18next |
| State | zustand |
| URL Params | nuqs |
| Data Fetching | SWR |
| React Hooks | aHooks |
| Date/Time | dayjs |
| Utilities | es-toolkit |
| API | TRPC (type-safe) |
| Database | Neon PostgreSQL + Drizzle ORM |
| Testing | Vitest |
Complete Project Structure
Monorepo using @lobechat/ namespace for workspace packages.
lobe-chat/
āāā apps/
ā āāā desktop/ # Electron desktop app
āāā docs/
ā āāā changelog/
ā āāā development/
ā āāā self-hosting/
ā āāā usage/
āāā locales/
ā āāā en-US/
ā āāā zh-CN/
āāā packages/
ā āāā agent-runtime/ # Agent runtime
ā āāā builtin-agents/
ā āāā builtin-tool-*/ # Builtin tool packages
ā āāā business/ # Cloud-only business logic
ā ā āāā config/
ā ā āāā const/
ā ā āāā model-runtime/
ā āāā config/
ā āāā const/
ā āāā context-engine/
ā āāā conversation-flow/
ā āāā database/
ā ā āāā src/
ā ā āāā models/
ā ā āāā schemas/
ā ā āāā repositories/
ā āāā desktop-bridge/
ā āāā edge-config/
ā āāā editor-runtime/
ā āāā electron-client-ipc/
ā āāā electron-server-ipc/
ā āāā fetch-sse/
ā āāā file-loaders/
ā āāā memory-user-memory/
ā āāā model-bank/
ā āāā model-runtime/
ā ā āāā src/
ā ā āāā core/
ā ā āāā providers/
ā āāā observability-otel/
ā āāā prompts/
ā āāā python-interpreter/
ā āāā ssrf-safe-fetch/
ā āāā types/
ā āāā utils/
ā āāā web-crawler/
āāā src/
ā āāā app/
ā ā āāā (backend)/
ā ā ā āāā api/
ā ā ā āāā f/
ā ā ā āāā market/
ā ā ā āāā middleware/
ā ā ā āāā oidc/
ā ā ā āāā trpc/
ā ā ā āāā webapi/
ā ā āāā [variants]/
ā ā ā āāā (auth)/
ā ā ā āāā (main)/
ā ā ā āāā (mobile)/
ā ā ā āāā onboarding/
ā ā ā āāā router/
ā ā āāā desktop/
ā āāā business/ # Cloud-only (client/server)
ā ā āāā client/
ā ā āāā locales/
ā ā āāā server/
ā āāā components/
ā āāā config/
ā āāā const/
ā āāā envs/
ā āāā features/
ā āāā helpers/
ā āāā hooks/
ā āāā layout/
ā ā āāā AuthProvider/
ā ā āāā GlobalProvider/
ā āāā libs/
ā ā āāā better-auth/
ā ā āāā oidc-provider/
ā ā āāā trpc/
ā āāā locales/
ā ā āāā default/
ā āāā server/
ā ā āāā featureFlags/
ā ā āāā globalConfig/
ā ā āāā modules/
ā ā āāā routers/
ā ā ā āāā async/
ā ā ā āāā lambda/
ā ā ā āāā mobile/
ā ā ā āāā tools/
ā ā āāā services/
ā āāā services/
ā āāā store/
ā ā āāā agent/
ā ā āāā chat/
ā ā āāā user/
ā āāā styles/
ā āāā tools/
ā āāā types/
ā āāā utils/
āāā e2e/ # E2E tests (Cucumber + Playwright)
Architecture Map
| Layer | Location |
|---|---|
| UI Components | src/components, src/features |
| Global Providers | src/layout |
| Zustand Stores | src/store |
| Client Services | src/services/ |
| REST API | src/app/(backend)/webapi |
| tRPC Routers | src/server/routers/{async|lambda|mobile|tools} |
| Server Services | src/server/services (can access DB) |
| Server Modules | src/server/modules (no DB access) |
| Feature Flags | src/server/featureFlags |
| Global Config | src/server/globalConfig |
| DB Schema | packages/database/src/schemas |
| DB Model | packages/database/src/models |
| DB Repository | packages/database/src/repositories |
| Third-party | src/libs (analytics, oidc, etc.) |
| Builtin Tools | src/tools, packages/builtin-tool-* |
| Cloud-only | src/business/*, packages/business/* |
Data Flow
React UI ā Store Actions ā Client Service ā TRPC Lambda ā Server Services ā DB Model ā PostgreSQL
More by lobehub
View all āYou might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.