monorepo-architecture

Installation
SKILL.md

Monorepo Architecture Skill

Overview

This skill provides comprehensive guidance on designing and structuring monorepos, including workspace organization, dependency management, versioning strategies, and architectural patterns that scale from small projects to enterprise applications.

Monorepo vs Polyrepo

When to Choose Monorepo

A monorepo is beneficial when:

  • Code sharing is frequent: Multiple projects share common libraries, utilities, or components
  • Atomic changes needed: Changes span multiple packages and need to be deployed together
Related skills
Installs
54
GitHub Stars
152
First Seen
Jan 22, 2026