Installation
Prerequisites and installation methods
Prerequisites
Node.js 24+ and pnpm 10+ are required. Check with node -v and pnpm -v.
If you don't have pnpm:
corepack enable
corepack prepare pnpm@latest --activateInstall
No installation needed — pnpm downloads and runs it:
pnpm dlx @yabbal/coldstart initInstall once, use anywhere:
pnpm add -g @yabbal/coldstart
coldstart initInstall the skill, then use /coldstart in Claude Code:
pnpm dlx skills add yabbal/cold-startClaude Code generates the config conversationally and runs coldstart replay — no terminal interaction needed.
See the Claude Code guide for the full workflow.