Help us improve
Share bugs, ideas, or general feedback.
From factor-researcher
Generates static reports, tearsheets, and exports from FactorMiner research runs for human review. Useful after finishing a factor search to package results.
npx claudepluginhub minihellboy/factorminer --plugin factor-researcherHow this skill is triggered — by the user, by Claude, or both
Slash command
/factor-researcher:factor-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill turns a finished run into reviewable artifacts: a static report, plots, and portable exports.
Runs FactorMiner benchmark workflows: Table 1 Top-K freeze benchmark, memory/strategy ablations, transaction-cost pressure tests, and the full suite. Use to compare against baselines or reproduce paper results.
Generates structured Markdown research report from prior phase outputs like brainstorm, plans, code, tests, and plots. Integrates visuals, generates missing plots, verifies claim-evidence integrity.
Compiles causal analysis artifacts into a structured report with tables, figures, and method summaries. Activated by phrases like 'write a report' or 'executive summary'.
Share bugs, ideas, or general feedback.
This skill turns a finished run into reviewable artifacts: a static report, plots, and portable exports.
factorminer report output/run1/factor_library.json \
--session-log output/run1/session_log.json \
--format markdown --output output/run1/report.md
--format — markdown or html. HTML is self-contained (no JavaScript).--session-log — includes run metadata (iterations, yield rate).--benchmark path.json — fold in benchmark results; repeatable.The report defines every admission metric inline, lists each factor with its formula and IC/ICIR/correlation, and warns on stale artifacts.
factorminer -o output/run1 visualize output/run1/factor_library.json \
--data market_data.csv --period test \
--correlation --ic-timeseries --quintile --format png
factorminer export output/run1/factor_library.json --format formulas --output output/run1/formulas.txt
--format options: json (full library), csv (tabular metrics), formulas (plain formula list for handoff).
A complete note pairs the generated report with narrative the analyst can sign off on:
factorminer session inspect.