llmquant/skills

llmquant-etfs

Router skill for LLMQuant ETFs workflows. Use when the user needs ETF holdings, overlap, concentration, issuer snapshot, or theme exposure analysis.

First seen May 30, 2026

Installation

$ npx skills add llmquant/skills --skill llmquant-etfs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from llmquant/skills · top by installs.

npx skills add llmquant/skills

Browse all from llmquant/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 212
License LICENSE
Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,662 B
  • docs SUMMARY.md 169 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 442 installs

SKILL.md

LLMQuant ETFs

This category routes ETF analysis tasks to holdings and exposure workflows.

Routing Rules

  1. Identify the ETF tickers, comparison universe, as-of date, and required output.
  2. Select the closest workflow below.
  3. Open only the selected workflow and required local resources.
  4. Use LLMQuant Data for holdings, fund metadata, prices, and coverage notices.
  5. Report holdings asofdate, source, stale flags, unsupported tickers, and missing fields.

Workflow Index

User intent Workflow
Compare ETF holdings, overlap, concentration, and exposure. [workflows/etf-overlap-report.md](workflows/etf-overlap-report.md)

LLMQuant Data Contract

Prefer LLMQuant Data when available. The workflows may need these data capabilities:

  • Look up ETF identity, issuer, category, expense ratio, market price, NAV, and coverage status.
  • Retrieve ETF holdings with weights, identifiers, sectors, countries, source, and holdings as-of date.
  • Compare ETF holdings overlap, top-name concentration, and exposure breakdowns.
  • Retrieve price history, fund-flow history, and sector exposure history when available.

Fallback:

  • If holdings coverage is unsupported, report the unsupported ticker and the ETF identifiers needed.
  • If LLMQuant Data or a compatible data MCP is unavailable, ask the user for issuer holdings files or holdings tables.
  • Do not approximate holdings from memory.