monorepo-architect-skill

Official

Manage Monorepo Architecture

Authord-zero-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces project-specific architectural rules and ensures consistency in Node.js monorepo environments, preventing deviations from established design patterns and maintenance standards.

Core Features & Use Cases

  • Command Enforcement: Strictly uses yarn for all package management, build, and script execution tasks.
  • Directory Navigation Prevention: Prohibits cd commands, enforcing operations from the root using yarn workspace or --cwd.
  • Scoped Operations: Ensures builds and tests are limited to affected packages using --scope and npx vitest run.
  • exports Field Management: Manages the package.json exports field to strictly define public APIs, adding new exports without removing existing ones.
  • Use Case: When adding a new feature that touches multiple packages in a monorepo, this Skill ensures all package updates adhere to the defined exports structure and are built/tested correctly using yarn.

Quick Start

Use the monorepo-architect skill to ensure all package builds are scoped to the 'ui-components' package.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: monorepo-architect-skill
Download link: https://github.com/d-zero-dev/BurgerEditor/archive/main.zip#monorepo-architect-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.