From quantlogix-quant
Build markets/trading workflows on QuantLogix's Pro+ MCP surface — the screener filter grammar, batch signals, microstructure, 13F flow, options flow, FX, and theme baskets — and the canonical "screen -> enrich -> verify" pattern. Use when the user is building a trading/research agent or workflow, screening systematically, or asking how to compose QuantLogix tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/quantlogix-quant:quantlogix-quantThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin is for **composing workflows** on QuantLogix's quantitative tools (Pro+ tier). All tools are on the `quantlogix` MCP server; tier gating is enforced server-side, so an under-tier call returns an upgrade message you should relay, not retry.
This plugin is for composing workflows on QuantLogix's quantitative tools (Pro+ tier). All tools are on the quantlogix MCP server; tier gating is enforced server-side, so an under-tier call returns an upgrade message you should relay, not retry.
Most good quant questions are three steps. Chain them:
screener filters the 5,000+ universe by signal, min_score/max_score, sector, cap (mega/large/mid/small/micro), min_price/max_price, min_market_cap/max_market_cap (raw USD), min_change/max_change, sort (score|change|market_cap|price), order, limit/offset. Returns ticker · name · sector · signal · composite · price · change% · market_cap, with total_matched.batch_signals (up to 50 tickers in one call) for the signal snapshot, then per-name get_microstructure (order flow), get_institutional_holders (13F conviction), get_options_flow (unusual activity), or get_earnings_setup (implied move + days-to-earnings).get_track_record to ground the read in the engine's audited historical performance for that setup type/sector. Never present a screen result as a recommendation without the verification step.Prefer ONE batch_signals call over N get_signal calls — it's a single request and the same data.
screener, get_signal_rankings (free, quick top-N), batch_signalsget_signal (free, long-term), get_day_signal (intraday QDTSS), get_swing_signal (A/B/C/D), get_microstructure (OFI/VPIN/smart-money)get_institutional_holders, get_institutional_fund (by CIK), get_options_flowget_earnings_setup, get_earnings_calendar, get_corporate_eventsget_fx_signal, get_crypto, get_market_overview, get_macrolist_baskets, get_basket, list_basket_themes, resolve_theme_basket (tier-metered: Free 5 / Starter 25 / Pro 100 / Inst unlimited distinct themes/month)get_track_record, engine_model_cardget_track_record rather than asserting an edge.resolve_theme_basket.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub portologix/quantlogix-plugins --plugin quantlogix-quant