quant-skills
NewClaude Skills for quant trading gates: earnings calendar, VIX regime, 3-layer macro regime. Educational only — not financial advice.
Summary
This skill provides Claude Code with tools to analyze quant trading gates, including earnings calendar data, VIX regime classification, and a 3-layer macro regime framework.
- It is designed for educational purposes to help developers explore market timing and risk assessment concepts without providing financial advice.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/quant-skills.md https://raw.githubusercontent.com/doertail/quant-skills/main/SKILL.md/quant-skillsUse Cases
Usage Examples
/quant-skills earnings-calendar --ticker AAPL --date-range 2025-03-01:2025-03-31
/quant-skills vix-regime --lookback 30 --output current
/quant-skills macro-regime --layers growth,inflation,monetary --region US
Security Audits
Frequently Asked Questions
What is quant-skills?
This skill provides Claude Code with tools to analyze quant trading gates, including earnings calendar data, VIX regime classification, and a 3-layer macro regime framework. It is designed for educational purposes to help developers explore market timing and risk assessment concepts without providing financial advice.
How to install quant-skills?
To install quant-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/quant-skills.md https://raw.githubusercontent.com/doertail/quant-skills/main/SKILL.md. Finally, /quant-skills in Claude Code.
What is quant-skills best for?
quant-skills is a skill categorized under General. Created by doertail.
What can I use quant-skills for?
quant-skills is useful for: Check upcoming earnings dates for a specific stock to prepare for volatility events.; Determine the current VIX regime (low, moderate, high) to gauge market fear or complacency.; Analyze the 3-layer macro regime combining economic growth, inflation, and monetary policy for broad market context.; Evaluate how earnings calendar events might interact with current VIX and macro conditions.; Backtest a simple trading strategy based on VIX regime changes over a historical period.; Generate a summary of current market conditions using all three quant gates for a daily briefing..