docker/templates/finance-researcher/skills/quant-analysis/SKILL.md
Quantitative finance analysis including portfolio optimization, risk modeling, and time series econometrics using jupyter_execute. Use when the user asks about portfolio analysis, stock returns, financial risk, investment optimization, or volatility modeling.
npx skillsauth add luminpulse-ai/prismer quant-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Perform quantitative finance research including data analysis, portfolio optimization, risk modeling, and econometric analysis.
jupyter_execute - Execute Python code for financial analysis (auto-switches to Jupyter)jupyter_notebook - Manage analysis notebooksupdate_notebook - Set up analysis cells in Jupyterupdate_latex - Write finance paper content to LaTeX editorlatex_compile - Compile research papers (auto-switches to LaTeX editor)update_notes - Write analysis summaries and findingsWhen user says: "Analyze the performance of [asset/portfolio]"
When user says: "Build a [pricing/risk/factor] model"
# via jupyter_execute
import yfinance as yf
import pandas as pd
import numpy as np
data = yf.download("AAPL", start="2023-01-01", end="2024-01-01")
returns = data["Close"].pct_change().dropna()
print(f"Mean: {returns.mean():.4f}, Vol: {returns.std():.4f}, Sharpe: {returns.mean()/returns.std()*np.sqrt(252):.2f}")
development
Compile LaTeX documents to PDF using pdflatex, xelatex, or lualatex with template support. Use when the user asks to compile .tex files, build a LaTeX document, generate PDF from LaTeX, or typeset an academic paper.
data-ai
Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.
testing
Verify proofs, check theorem correctness, and solve satisfiability problems using Lean 4, Coq, and Z3 SMT solver. Use when the user asks to prove theorems, verify mathematical proofs, check logical satisfiability, or work with proof assistants.
research
Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications.