This dumps the entire LobeHub architecture map when Claude needs to understand how the codebase is organized. It's triggered automatically when you ask about project structure, file locations, or how things fit together architecturally. What I like here is the completeness: you get the full tech stack (Next.js 16, React 19, zustand, tRPC), the monorepo layout, and a clear data flow diagram showing how requests move from UI through stores and services to PostgreSQL. The architecture map is especially useful since it shows you exactly where to find things like tRPC routers versus REST APIs, or when server modules can touch the database. It's basically the README you wish every large project had, surfaced right when Claude needs context.
npx skills add https://github.com/lobehub/lobe-chat --skill project-overview