Install
npx skillscat add elie222/inbox-zero/installing-packages Install via the SkillsCat registry.
About this skill
This skill provides guidance for installing packages using pnpm within a monorepo structure. It addresses the need to keep dependencies organized by directing installation to the apps/web subdirectory instead of the root. Use it when adding new packages to the web application in the project.
SKILL.md
- Use
pnpm. - Don't install in root. Install in
apps/web:
cd apps/web
pnpm add ...