Pine Developer
Pine Developer helps you build and test TradingView Pine Script strategies directly within the platform, streamlining your charting workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pine-developer npx -- -y @trustedskills/pine-developer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pine-developer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pine-developer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The pine-developer skill allows AI agents to write, debug, and optimize Pine Script code for TradingView. It can generate complete indicator scripts based on descriptions or modify existing scripts according to user instructions. This skill is designed specifically for creating custom trading strategies and technical analysis tools within the TradingView ecosystem.
When to use it
- Generating a new TradingView indicator from scratch, given a description of its functionality (e.g., "create an RSI indicator with overbought/oversold levels at 70 and 30").
- Modifying an existing Pine Script indicator to add features or correct errors.
- Optimizing the performance of a Pine Script indicator for faster execution on TradingView charts.
- Translating trading strategy ideas into functional Pine Script code.
Key capabilities
- Pine Script code generation
- Pine Script debugging
- Pine Script optimization
- Support for existing Pine Script modifications
Example prompts
- "Write a Pine Script indicator that plots a 20-period simple moving average."
- "Modify this Pine Script to add an alert when the MACD crosses above its signal line."
- "Optimize this Pine Script for faster execution on TradingView."
Tips & gotchas
The skill requires familiarity with Pine Script syntax and concepts. Providing clear and specific instructions will yield better results; vague requests may produce less desirable code.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.