npm-workspace

Community

Master npm workspaces & Turbo, simplify monorepo tasks.

Authorfkalinski
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Managing complex monorepos with multiple npm workspaces and orchestrating tasks across them can be time-consuming and error-prone. This Skill automates common operations like building, developing, linting, and type-checking across all modules, ensuring consistency and saving developer time.

Core Features & Use Cases

  • Automated Task Orchestration: Run build, dev, lint, and typecheck commands across all workspaces in parallel using Turbo.
  • Dependency Management: Easily install and update dependencies for specific or all workspaces.
  • Use Case: When you need to build the entire modular React platform, simply activate this Skill and instruct it to "build all workspaces," and it will handle the correct dependency order and parallel execution.

Quick Start

Use the npm-workspace skill to build all modules in the modular React platform.

Dependency Matrix

Required Modules

npmturbo

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: npm-workspace
Download link: https://github.com/fkalinski/modular-react/archive/main.zip#npm-workspace

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