Our review
Loads the TradingView Desktop platform profile and routes Pine Script, MCP, and backtesting requests to the appropriate specialist skills.
Strengths
- Provides a unified entry point with a routing table to downstream skills.
- Includes a local DEEP6 context for project-specific Pine Script patterns.
- Reduces complexity by dispatching tasks to the right specialist without duplicating effort.
- Supports platform setup, Pine building, debugging, MCP operations, and strategy backtesting.
Limitations
- Requires local file paths (e.g., DEEP6) to be present; not portable across environments.
- Serves as a router, not a hands-on coder; actual work happens in downstream skills.
- Assumes TradingView Desktop is installed and MCP connectivity is available.
Use when starting any TradingView or Pine Script task within this repository, especially when DEEP6 context is needed.
Do not use for generic Pine Script questions outside this repository or when no TradingView Desktop integration is involved.
Security analysis
SafeThe skill only instructs the agent to read local documentation files and route tasks to other skills. It does not execute shell commands, network calls, or dangerous operations. The hardcoded path is a minor privacy concern but does not pose a direct security threat.
- •Hardcoded local path (C:\Users\Tea\DEEP6\.claude\skills\tradingview-machine-profile\) could reveal user directory structure, but no sensitive data is exfiltrated.
Examples
Connect to TradingView Desktop via MCP and tell me if the platform is ready.How does TradingView Desktop's Strategy Tester handle repainting and order filling?I need a Pine Script indicator for a DEEP6 strategy, where should I start?TradingView Machine Profile
Invoke this skill when the user asks you to:
- Connect to TradingView Desktop or verify MCP connectivity
- Explain TradingView Desktop, Pine Editor, compiler, or Strategy Tester behavior
- Work on Pine Script in this repo and you need platform limits, execution model, or local DEEP6 context first
- Route a TradingView/Pine request to the correct downstream skill
Skill Entry Point
Load knowledge.md in this directory first.
Workflow
- Read
knowledge.mdfor the platform model, local DEEP6 context, and routing table. - Confirm whether the task is platform/setup, Pine building, Pine debugging, MCP operation, or strategy/backtesting.
- Route to the minimum downstream skill set needed.
- For DEEP6-specific Pine scripts, also load
C:\Users\Tea\DEEP6\.claude\skills\tradingview-pinescript-builder-doctor\deep6\deep6-patterns.md.
Downstream Skills
tradingview-pinescript-builder-doctor— build indicators, strategies, libraries, alerts, and DEEP6 Pine featurestradingview-pinescript-error-doctor— fix compile/runtime/repainting/MTF issuestradingview-mcp-trading-operator— chart control, Pine injection, compile loops, screenshots, alertstradingview-strategy-backtesting-operator— Strategy Tester, trade interpretation, backtest quality, risk settings
Base path: C:\Users\Tea\DEEP6\.claude\skills\tradingview-machine-profile\
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.