yarn
Installation
SKILL.md
Yarn
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install Yarn, first-time setup, version selection | references/install-and-setup.md |
Yarn needs to be installed or a specific version activated |
| .yarnrc.yml, nodeLinker, plugins, PnP | references/configuration.md |
Yarn configuration files or settings are the topic |
| CLI commands, workflows | references/command-cookbook.md |
Specific yarn commands are needed |
| Monorepo workspaces, constraints, foreach | references/workspaces.md |
Workspace or monorepo setup is the topic |
Quick Start
# 1. Activate Yarn via Corepack (recommended for Berry)
corepack enable && corepack prepare yarn@stable --activate
# 2. Install all dependencies
yarn