workspace-dependency-check
Installation
SKILL.md
Skill: Workspace Dependency Check
Goal
Identify why a package cannot be resolved in a pnpm workspace and apply the correct fix.
Use This Skill When
- You see
Module not foundorERR_MODULE_NOT_FOUNDin a workspace. - A local package import fails in a monorepo.
Do Not Use This Skill When
- You are installing a public registry package for the first time.