This one's built for writing Pine Script v6 code that actually compiles on TradingView. It's laser focused on the syntax gotchas that break most Pine scripts, especially line continuation rules and where you can't use plot() in local scopes. The skill comes loaded with documentation paths for the v6 reference and bakes in TradingView's platform limits (500 bars, 64 drawings, that stuff). You get structured templates, anti-repainting patterns, and a pre-flight checklist that catches the "end of line without line continuation" error before you paste into TradingView. Honestly most useful if you're tired of fighting Pine's whitespace sensitivity or need to remember which built-in functions exist without constantly tabbing to the docs.
npx skills add https://github.com/traderspost/pinescript-agents --skill pine-developer