BeClaude

quant-skills

New
GitHub TrendingGeneralby doertail

Claude Skills for quant trading gates: earnings calendar, VIX regime, 3-layer macro regime. Educational only — not financial advice.

First seen 5/23/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/quant-skills.md https://raw.githubusercontent.com/doertail/quant-skills/main/SKILL.md
3
Invoke in Claude Code
/quant-skills

Use Cases

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.

Usage Examples

1

/quant-skills earnings-calendar --ticker AAPL --date-range 2025-03-01:2025-03-31

2

/quant-skills vix-regime --lookback 30 --output current

3

/quant-skills macro-regime --layers growth,inflation,monetary --region US

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..