From pinescript
Guides users through creating new Pine Script projects for TradingView indicators and strategies step by step.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pinescript:startThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
I'll help you build professional TradingView indicators and strategies. Let me ask a few questions to understand what you need.
I'll help you build professional TradingView indicators and strategies. Let me ask a few questions to understand what you need.
Use the AskUserQuestion tool to gather:
What would you like to create?
Describe your trading idea in plain language
What's your experience level?
Based on the user's answers:
templates/ directoryprojects/[descriptive-name].pineIf the user isn't sure what to build, suggest these:
After understanding the user's needs:
/pinescript:pine-manager to orchestrate the projectprojects/ directorynpx claudepluginhub traderspost/pinescript-agentsGenerates Pine Script indicators and strategies from natural language descriptions. Useful for quickly prototyping TradingView scripts with templates and best practices.
Writes production-quality Pine Script v6 code for TradingView indicators and strategies, following TradingView guidelines and best practices.
Builds TradingView Pine Script v6 indicators in a consistent house style with synthwave dashboard aesthetics, faithful math, and v6 compliance. Handles porting from Python or other Pine scripts.