By jefrnc
Skills for doing quant research with LLMs without lookahead bias, filing-parsing pitfalls, or naive data assumptions
Use when determining whether a company has an active At-The-Market (ATM) offering, controlled equity offering, or equity line (ELOC). Defines the multi-signal inference required to distinguish ACTIVE dilution from dormant shelf capacity, and disambiguates ATM from ELOC.
Use when an SEC filing names a placement agent, underwriter, or sales agent (e.g., Goldman Sachs, H.C. Wainwright, Maxim, Aegis, Roth, B. Riley, Cantor, Jefferies). Classifies the firm into a 4-tier framework that materially changes the dilution risk profile of the offering.
Use when reviewing or writing Python/Go/SQL code for quant research, backtests, market-data pipelines, or trading systems. Provides a structured checklist of failure modes specific to time-series financial code (lookahead, splits, snapshots, currency, NaN propagation, joint-filer dedup) that generic code review skips.
Use when assessing, ranking, comparing, or rating dilution risk for one or more small-cap stocks. Produces a transparent 0-100 score integrating ATM activity, placement-agent tier, filing recency, cash runway, warrant attachment, and repeat-dilution history, with auditable component breakdown and action thresholds (SEVERE / HIGH / MODERATE / LOW / MINIMAL).
Use when aggregating beneficial-ownership filings (Schedule 13D, 13G, amendments) or insider transaction filings (Form 3, 4, 5, 144) to compute total insider holdings or insider activity. Defines the joint-filer, group, and shared-voting-power deduplication rules so that a single position is not double-counted across N filers.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
🇺🇸 English | 🇪🇸 Español | 🇨🇳 简体中文
Skills for quant research with LLMs that don't fall for the traps nobody talks about.
Most "AI trading" skill packs teach Claude how to backtest CANSLIM and parse 10-Ks for AAPL. They fail the moment you point them at a real small-cap with sparse XBRL, an active ATM, and four 13D filers reporting the same shares.
🎯 Especially valuable on Haiku and smaller models. Our regression suite shows 8–9 out of 11 evals measurably differentiate Haiku output — caught only with the plugin loaded. Cost-conscious users running cheaper models are silently shipping broken analyses. Reproduce in ~100 seconds:
make evals-baseline. See BENCHMARKS.md.
This pack distills hard rules from running production quant pipelines into Claude Code skills the LLM applies automatically — no system-prompt hacking, no manual invocation, no extra glue.
period_end is not a
publication date.See EXAMPLES.md for real prompt-and-response transcripts.
| Skill | What it does |
|---|---|
| lookahead-safety | Forces filing_date as known-date, never period_end. The #1 quant-backtest bug. |
| sec-filing-types | Disambiguates SEC forms (S-3, 424B, 8-K items, 13D/G, Form 4, 20-F, 6-K, NT 10-K). Knows that a shelf is capacity, not action. |
| atm-detection | Multi-signal inference for active ATMs. Distinguishes ATM from ELOC and registered direct. Catches dilution that 8-K-only scanners miss. |
| bank-tier-classification | 4-tier framework mapping placement agents (bulge bracket → small-cap specialist) to expected deal behavior. |
| xbrl-fallbacks | When SEC XBRL is empty or 404 (FPIs, recent IPOs, SPACs), defines the cover-page hierarchy and extraction rules. |
| dilution-event-scoring | 0–100 framework integrating ATM + agent tier + recency + cash runway + structure + history. Reproducible, auditable, with action thresholds. |
| insider-dedup | Joint-filer / group / family-attribution dedup rules for 13D/G and Form 4 aggregation. Stops the cover-page-sum bug. |
| code-review-for-quant | Domain-specific code-review checklist (lookahead, splits, snapshots, NaN propagation, joint-filer dedup). Ranks bugs by silent-corruption potential, not by severity-of-symptom. |
| transaction-cost-modeling | Realistic friction defaults for small caps. Catches borrow APR fiction (3% on Reg-SHO names instead of 50–500%), locate-failure-as-slippage bugs, and engine-default near-zero friction. |
| survivorship-bias | Catches the universe-built-from-today's-survivors trap. Special focus on small-cap patterns: reverse-split-then-delist phantom returns, ATM-into-delisting, SPAC merger flips. |
The skills compose: ask "score X's dilution risk" and the scoring skill calls the ATM, agent-tier, and lookahead skills automatically.
Once published to GitHub:
/plugin marketplace add jefrnc/quant-llm-skills
/plugin install quant-llm-skills@quant-llm-skills
For local testing now:
/plugin marketplace add /absolute/path/to/quant-llm-skills
/plugin install quant-llm-skills@quant-llm-skills
Or one-shot via CLI without installing:
claude --plugin-dir /absolute/path/to/quant-llm-skills -p "your prompt"
npx claudepluginhub jefrnc/quant-llm-skills --plugin quant-llm-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Advanced frontend design plugin with interactive wizard, trend research, moodboard creation, color/typography selection, and browser-based inspiration analysis
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.