Agent skill · AI & Agents

llmquant-options

Router skill for LLMQuant options workflows. Use when the user needs IV rank, option scoring, strategy construction, Greeks, P&L simulation, volatility surface, unusual activity, earnings IV crush, backtests, or hedges.

LLMQuantgithub.com/LLMQuantGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add LLMQuant/skills --skill llmquant-options --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 13
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/llmquant-options/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 183 · +6 this week
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LLMQuant Options This category routes option, volatility, hedge, and options-backtest workflows. ## Routing Rules 1. Identify ticker, expiration, strikes, direction, horizon, risk budget, and strategy constraints. 2. Select the closest workflow below. 3. Open only the selected workflow and relevant scripts/assets. 4. Use LLMQuant Data for prices, option chains, IV history, Greeks, option flow, earnings, and event inputs. 5. Report timestamps, contract metadata, data windows, assumptions, stale notices, and missing inputs. ## Workflow Index | User intent | Workflow | |---|---| | Evaluate whether implied volatility is cheap or expensive versus history. | [`workflows/iv-rank.md`](workflows/iv-rank.md) | | Score and rank option contracts. | [`workflows/options-score.md`](workflows/options-score.md) | | Build a multi-leg option strategy from a market view. | [`workflows/options-strategy.md`](workflows/options-strategy.md) | | Calculate and interpret option Greeks. | [`workflows/greeks-dashboard.md`](workflows/greeks-dashboard.md) | | Simulate option P&L, breakevens, and stress scenarios. | [`workflows/pnl-simulator.md`](workflows/pnl-simulator.md) | | Analyze IV across strikes and exp

What's inside
Steps it walks through
  1. Routing Rules
  2. Workflow Index
  3. LLMQuant Data Contract
Ships with 12 files
  • assets/.gitkeep
  • scripts/.gitkeep
  • workflows/bull-put-spread-backtest.md
  • workflows/earnings-iv-crush.md
  • workflows/greeks-dashboard.md
  • workflows/iv-rank.md
  • workflows/options-score.md
  • workflows/options-strategy.md
  • workflows/pnl-simulator.md
  • workflows/unusual-activity.md
  • workflows/volatility-smile.md
  • workflows/volatility-surface.md
More from skills
All skills →
About this skill
What does the llmquant-options skill do?

Router skill for LLMQuant options workflows. Use when the user needs IV rank, option scoring, strategy construction, Greeks, P&L simulation, volatility surface, unusual activity, earnings IV crush, backtests, or hedges.

How do I install it?

Run `npx skills add LLMQuant/skills --skill llmquant-options --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LLMQuant/skills, a repository with 183 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going