What problem does it solve?
Navigating a large monorepo can be daunting, leading to confusion about where to place files, how packages interact, and how to maintain consistency. This Skill provides a clear, comprehensive guide to the Hounii monorepo's architecture, ensuring developers can quickly understand and contribute effectively.
Core Features & Use Cases
- Clear Directory Mapping: Instantly identifies the correct location for mobile features, web pages, UI components, business logic, and database changes.
- Workspace Configuration Insights: Explains
pnpm and Turborepo setup, including task pipelines and dependency management, for efficient cross-package operations.
- Decision Tree for File Placement: Offers a structured approach to determine where any new file or component should reside, eliminating guesswork.
- Use Case: When adding a new shared utility function, use this Skill to quickly determine it belongs in
packages/lib/src/, understand how to export it, and how other apps can consume it.
Quick Start
Use the monorepo-structure skill to find out where to add a new shared utility function that formats dates for both mobile and web applications.