What problem does it solve?
This Skill helps you understand the intricate monorepo package structure, workspace organization, and dependency management within the SeekSaaS project, making it easier to navigate and contribute to the codebase.
Core Features & Use Cases
- Monorepo Overview: Provides a clear breakdown of the project's directory structure, including applications, APIs, authentication modules, core packages, features, email services, payment services, configurations, and development tools.
- Dependency Management: Explains how pnpm workspaces and the catalog protocol are used for efficient package management and dependency resolution.
- Architecture Layers: Details the distinct architectural layers, from the Foundation Layer to the Application Layer, promoting a better understanding of code organization and responsibilities.
- Use Case: A new developer joining the project can use this Skill to quickly grasp the project's architecture and locate specific functionalities or packages they need to work on.
Quick Start
Explain the purpose of the /apps directory within the monorepo structure.