openalgo-chart-debug
Installation
SKILL.md
Diagnose before changing anything. Most openalgo-charts bugs are one of a small set of known causes, and guessing at a fix usually adds a second bug on top of the first.
Step 1 - ground yourself in the actual install
node -p "require('./node_modules/openalgo-charts/package.json').version" 2>/dev/null || echo "not a consumer app"
rg -n "from 'openalgo-charts" src app --glob '!node_modules'
You need the version and the exact set of tier imports before you can reason about anything. Never diagnose from memory of the API.