What problem does it solve? Developers working in the LobeHub monorepo waste time hunting for where code lives across apps/, packages/, and src/. This Skill provides a curated repository map so you can locate the right layer, package, or ownership boundary immediately. ## Core Features & Use Cases - Repository Map: Curated directory listings of apps/, packages/, and src/ with annotations for key locations like agent-runtime, database, and builtin tools. - Architecture Lookup: A layer-to-location table covering UI components, SPA routes, zustand stores, tRPC routers, server services, and database schemas. - Tech Stack Reference: Documents the full stack including Next.js 16, React 19, TypeScript, Drizzle ORM, TRPC, and Vitest. - Use Case: When asked to fix a bug in a tRPC endpoint, consult this Skill to learn routers live in apps/server/src/routers and services with DB access live in apps/server/src/services. ## Quick Start Ask where the database schema definitions live in this repository and which package owns them.