monorepo

Installation
SKILL.md

Monorepo Architecture

Use this skill to create predictable package boundaries, shared tooling, and fast incremental builds.

Use This Skill When

  • Multiple apps share code and release cadence.
  • You need shared packages (ui, types, config, utils).
  • Build/test/lint pipelines need workspace-level orchestration.

Core Contract

  1. Keep deployable apps in apps/.
  2. Keep reusable packages in packages/.
  3. Use workspace protocol dependencies (workspace:*).
  4. Use Turbo pipelines for dependency-aware task execution.
  5. Keep environment variables explicit per app/package boundary.

Recommended Structure

Installs
12
First Seen
Feb 3, 2026
monorepo — alicoder001/agent-skills