๐ŸŽฏ

correlation-analysis

๐ŸŽฏSkill

from agiprolabs/claude-trading-skills

VibeIndex|
What it does
|

Performs cross-asset correlation analysis for crypto markets including rolling correlation, hierarchical clustering, tail dependence, and regime-dependent correlation to support portfolio construction, risk management, and pairs trading.

๐Ÿ“ฆ

Same repository

agiprolabs/claude-trading-skills(69 items)

correlation-analysis

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add agiprolabs/claude-trading-skills --skill correlation-analysis
skills.sh Installโš  Installs to .agents/skills/
npx skills add agiprolabs/claude-trading-skills --skill correlation-analysis
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/correlation-analysis/SKILL.md

SKILL.md

166Installs
-
AddedMar 22, 2026

More from this repository10

๐ŸŽฏ
pandas-ta๐ŸŽฏSkill

Part of a collection of 62 trading, DeFi, and quantitative finance agent skills. Provides pandas-ta technical analysis capabilities for market data analysis, enabling AI agents to compute indicators and execute quantitative trading workflows.

๐ŸŽฏ
risk-management๐ŸŽฏSkill

A comprehensive collection of 62 ready-to-use trading, DeFi, and quantitative finance agent skills for AI tools like Claude Code and Cursor, covering market data analysis, on-chain research, backtesting, risk management, and tax compliance.

๐ŸŽฏ
walk-forward-validation๐ŸŽฏSkill

A skill covering walk-forward validation frameworks for trading strategies and ML models, addressing why standard k-fold cross-validation fails on financial time series and providing correct techniques including rolling/expanding windows, purged cross-validation, and overfit detection.

๐ŸŽฏ
kelly-criterion๐ŸŽฏSkill

A trading agent skill implementing the Kelly criterion for optimal bet sizing in crypto trading, covering full and fractional Kelly variants, edge estimation from historical data, and practical application for managing position sizes and ruin risk.

๐ŸŽฏ
signal-classification๐ŸŽฏSkill

A machine learning trading skill that trains XGBoost/LightGBM classifiers with walk-forward validation for predicting trading signals, part of a 62-skill collection of ready-to-use trading, DeFi, and quant finance skills.

๐ŸŽฏ
regime-detection๐ŸŽฏSkill

Identifies current market regimes using volatility clustering, trend detection, and statistical methods such as ATR percentile, ADX, and Hurst exponent analysis. Classifies markets into four quadrants (trending/ranging vs low/high volatility) to guide strategy selection, position sizing, and risk management.

๐ŸŽฏ
trading-visualization๐ŸŽฏSkill

Creates professional trading visualizations including candlestick charts, equity curves, drawdown plots, correlation heatmaps, and return distributions using mplfinance, matplotlib, and plotly with dark theme defaults.

๐ŸŽฏ
feature-engineering๐ŸŽฏSkill

A comprehensive collection of 62 ready-to-use trading, DeFi, and quantitative finance agent skills for AI tools like Claude Code and Cursor, covering market data analysis, on-chain research, backtesting, risk management, and tax compliance.

๐ŸŽฏ
market-microstructure๐ŸŽฏSkill

A skill for DEX orderflow analysis on Solana, covering trade classification (buy vs sell), volume profiles, buyer/seller pressure metrics, whale detection, flow momentum signals, and wash trading detection for AMM-based trading.

๐ŸŽฏ
position-sizing๐ŸŽฏSkill

Covers trade position sizing methods including fixed fractional, volatility-adjusted, Kelly criterion, liquidity-constrained, and anti-martingale approaches with formulas, risk tiers, and practical examples for portfolio risk management.