CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
hypier avatar

Tradingview Quantitative

hypier/tradingview-quantitative-skills
1.4k installs14 stars
Summary

A quantitative analysis system built on TradingView's MCP tools that combines real-time quotes, technical indicators, and fundamental screening into structured workflows. It enforces a metadata-first architecture where you must fetch valid parameter values before querying leaderboards or market data. The skill shines in multi-timeframe analysis and pattern recognition, with pre-built workflows for everything from sector rotation to event-driven trading. It includes reference documentation for technical scoring models and risk management formulas, plus China A-share examples if that's your market. The disclaimer is there for good reason: this generates analysis frameworks, not trading signals you should blindly follow.

Install to Claude Code

npx -y skills add hypier/tradingview-quantitative-skills --skill tradingview-quantitative --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Files
SKILL.mdView on GitHub

Quantitative Investment Analysis Expert

Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations.

Hosted MCP (25 tradingview_* tools): add https://mcp.tradingviewapi.com/mcp with "type": "http" and sign in with Console. Older clients may use "type": "streamable-http". JWT fallback: POST /api/mcp/generate, then copy exampleConfig. RapidAPI without Console OAuth: local npx -y @ivotoby/openapi-mcp-server (OpenAPI tools, not hosted tradingview_*).

Core Rules

Metadata First Principle

Before calling tradingview_get_leaderboard, you must first call tradingview_get_metadata to get parameter values:

  1. type='markets' → Get market_code (required for stock leaderboard)
  2. type='tabs' + asset_type → Get available tab values
  3. type='columnsets' → Get available columnset values

Read references/api-documentation.md for the complete metadata dictionary (market codes, tabs, columnsets, and exchanges).

Price Data Rule

  • Real market prices, returns, stops, targets, backtests, and pattern levels: tradingview_get_ohlcv / tradingview_get_ohlcv_batch (Japanese candles only; never Heikin-Ashi)
  • Synthetic chart styles: tradingview_get_price / tradingview_get_price_batch with type='HeikinAshi' or Range

Tool Selection Quick Reference

NeedToolKey Parameters
Search instrumentstradingview_search_marketquery, filter(stock/crypto/forex...)
Real-time quotestradingview_get_quote / tradingview_get_quote_batchsymbol, session
Standard OHLCVtradingview_get_ohlcv / tradingview_get_ohlcv_batchsymbol, timeframe(1/5/15/30/60/240/D/W/M), range(max 500)
Chart-style candlestradingview_get_price / tradingview_get_price_batchsame timeframes; type='HeikinAshi' or Japanese
Chart eventstradingview_get_price_eventssymbol, timeframe(D), range — earnings/dividends/splits markers
Technical analysistradingview_get_tasymbol, include_indicators=true for detailed indicators
Company fundamentalstradingview_get_market_datasymbol, category(company/indicators/financials_quarterly/dividend/analyst_recommendations...)
Leaderboardtradingview_get_leaderboardasset_type, tab, market_code, columnset(overview/performance/valuation/dividends/profitability/income_statement/balance_sheet/cash_flow/technical)
Advanced screenertradingview_get_screener_presets + tradingview_get_screener_filter_options + tradingview_screen_assetsasset type, preset fields, filter operators, market
Newstradingview_get_news / tradingview_get_news_detailmarket_country, lang(zh-Hans/en/ja), symbol
Community ideastradingview_get_ideas_hot / tradingview_get_ideas_editors_picks / tradingview_get_ideas_by_symbol / tradingview_get_minds / tradingview_get_idea_detailsymbol, lang, image_url
Economic calendartradingview_get_calendartype(economic/earnings/revenue/ipo), from/to(Unix seconds), market
World economytradingview_get_world_economy_indicatorsindicator slug, region
Metadatatradingview_get_metadata / tradingview_get_world_economy_indicator_metadatatype(markets/tabs/columnsets/languages/exchanges/world_economy_indicators)

Workflows

Read the relevant workflow reference before performing a multi-step analysis:

Core Analysis

  • deep-stock-analysis.md - Deep individual stock analysis (quote + ohlcv multi-timeframe + ta + news + calendar + price events)
  • smart-screening.md - Smart stock screening (leaderboard multi-columnset + ta + ohlcv)
  • fundamental-screening.md - Fundamental screening (leaderboard valuation/profitability/dividends columnsets)
  • fundamental-data-dive.md - Company fundamentals deep dive (tradingview_get_market_data)
  • pattern-recognition.md - Technical pattern recognition (ohlcv + ta + pattern-library)
  • multi-timeframe-analysis.md - Multi-timeframe trend confirmation (ohlcv D/W/M + ta)
  • advanced-screener.md - Advanced custom screener (tradingview_screen_assets)

Market & Sectors

  • market-review.md - Market review (leaderboard gainers/losers + news)
  • sector-rotation.md - Sector rotation analysis (leaderboard performance columnset)
  • news-briefing.md - Financial news briefing (tradingview_get_news / tradingview_get_news_detail)
  • community-sentiment.md - Community sentiment (hot/editors-picks/minds/idea detail)
  • macro-dashboard.md - Macro dashboard (world-economy indicators + economic calendar + macro news)

Risk & Events

  • risk-assessment.md - Risk assessment (ohlcv history + quote + volatility)
  • event-analysis.md - Event-driven analysis (calendar + news + tradingview_get_price_events)
  • calendar-tracking.md - Calendar event tracking (calendar 4 types + chart event markers)

Quotes & Search

  • symbol-search.md - Instrument search (tradingview_search_market)
  • realtime-monitor.md - Real-time quote monitoring (tradingview_get_quote / tradingview_get_quote_batch)
  • multi-symbol-analysis.md - Multi-instrument batch analysis (tradingview_get_quote_batch + tradingview_get_ohlcv_batch + tradingview_get_ta)
  • exchange-overview.md - Exchange overview (tradingview_get_metadata)

Reference Knowledge Base

Read these references only when their subject is required:

  • api-documentation.md - REST parameter dictionary (market codes/tabs/columnsets/exchanges). Live calls use tradingview_* MCP tools
  • mcp-tools-guide.md - MCP tools usage guide (ohlcv vs price, metadata-first, screener/fundamentals/macro)
  • technical-analysis.md - Technical analysis methodology (search: comprehensive scoring model, RSI, MACD)
  • pattern-library.md - Pattern recognition library (search: double bottom, head and shoulders, triangle)
  • risk-management.md - Risk management system (search: Kelly formula, volatility, stop loss take profit)
  • china-a-stock-examples.md - China A-share practical cases
  • us-stock-examples.md - US stock practical cases

Disclaimer

The analysis and recommendations provided by this Skill are for reference only and do not constitute investment advice. Investing involves risks; decisions should be made cautiously.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Categories
Git & Pull RequestsCode Review & QualityFinance & Trading
First SeenApr 16, 2026
View on GitHub

Recommended

More Git & Pull Requests →
k-dense-ai avatar
scientific-brainstorming

k-dense-ai/scientific-agent-skills

Facilitates evidence-aware scientific ideation with independent generation, structured discussion, explicit assumptions, transparent evaluation, adversarial review, and decision logs. Use for early-stage research brainstorming or prioritizing candidate directions; hand off empirical validation, study design, ethics or regulatory review, and clinical questions to appropriate experts or skills.
1.4k
33k
lingzhi227 avatar
rebuttal-writing

lingzhi227/agent-research-skills

Write point-by-point rebuttals to reviewer comments. Extract concerns from reviews, generate evidence-based responses, and format as a structured rebuttal document. Use after receiving peer review feedback.
1.4k
265
affaan-m avatar
intent-driven-development

affaan-m/ecc

Turn ambiguous or high-impact product and engineering changes into scoped, verifiable acceptance criteria before or alongside implementation. Use when a user asks to clarify a feature, define acceptance criteria, de-risk a security/data/migration/integration change, prepare implementation requirements for another agent, or make a complex request testable. Do not trigger for trivial edits, straightforward fixes, active debugging, code review, or implementation requests whose acceptance conditions are already clear unless the user explicitly invokes this skill.
1.4k
240.8k
tradermonty avatar
scenario-analyzer

tradermonty/claude-trading-skills

Skill that analyzes 18-month scenarios from a news headline. Runs the primary analysis with the scenario-analyst agent and obtains a second opinion with the strategy-reviewer agent. Generates a comprehensive English report covering 1st/2nd/3rd-order impacts, recommended stocks, and a critical review. Example: /scenario-analyzer "Fed raises rates by 50bp" Triggers: news analysis, scenario analysis, 18-month outlook, medium-to-long-term investment strategy
1.4k
2.6k
earthtojake avatar
render

earthtojake/text-to-cad

Start or reuse the CAD Explorer viewer, return review links, and create saved snapshots for explicit CAD and robot-description files. Use when rendering or visually reviewing `.step`, `.stp`, `.glb`, `.stl`, `.3mf`, `.dxf`, `.urdf`, `.srdf`, or `.sdf` files, especially when handed off from CAD, URDF, SRDF, or SDF generation skills.
1.4k
13.1k
webup avatar
webup-statusline

webup/skills-cc

Generate and install a custom Claude Code status line with selectable columns (model, context, effort level, git, dir, worktree, vim) and a color theme. Context and effort elements color-change based on level. Triggers on "status line", "statusline", "customize status", "status bar", "effort level display", "状态栏", "ステータスライン", or similar.
1.3k
118