report-research
Write a complete Numerai experiment report in experiment.md (abstract, methods, results tables, decisions, next steps) and generate/link the standard show_experiment plot(s). Use after running any Numerai research experiments, or when a user asks for a “full report”, “write up”, “experiment.md update”, or “generate the standard plot”.
Install
mkdir -p .claude/skills/report-research && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6030" && unzip -o skill.zip -d .claude/skills/report-research && rm skill.zipInstalls to .claude/skills/report-research
About this skill
Report Research
Overview
This skill turns an experiment run into a durable write-up: a full experiment.md plus the standard show_experiment plot(s) linked from the report.
Workflow (do all steps)
1) Locate the experiment folder
Use the folder that contains:
configs/(the configs you ran)results/(JSON metrics output)predictions/(OOF parquet output)experiment.md(the report you will write/update)
2) Inventory what was actually run
- List configs that exist.
- Determine which ones were executed by checking for matching
results/*.jsonandpredictions/*.parquet. - Identify the “best” model(s) using
bmc_meanandbmc_last_200_eras.mean(primary), withcorr_meanas a sanity check. - If experiments were run in rounds, summarize each round’s intent (what changed) and whether it improved the current best.
3) Extract metrics for the report
For each run you report, include at least:
corr_meanbmc_meanbmc_last_200_eras.meanavg_corr_with_benchmark(from the BMC summary)
Prefer a single markdown table with one row per model.
4) Write a full report in experiment.md
Update/create experiment.md with these sections (keep it crisp but complete):
- Title + Date
- Abstract (what was tested + headline result)
- Hypothesis / Motivation (why this should help BMC)
- Method (data split, CV, feature set, model type/hparams, any transforms)
- Experiments run (one subsection per config that actually ran; include output artifacts)
- Results (the metrics table; mention best run + trade-offs)
- Standard plot (embed the PNG and include the generating command)
- Decisions made (what you chose and why; e.g., per-era vs global, feature set choice, sweep choices)
- Stopping rationale (why you stopped iterating; e.g., plateau after N rounds, confirmatory scale step, diminishing returns)
- Findings (what worked / didn’t; interpret the plot)
- Next experiments (2–5 concrete follow-ups)
- Repro commands (train + plot commands from repo root)
5) Generate the standard plot(s) and link them
Default standard plot (baseline = benchmark predictions):
PYTHONPATH=numerai python3 -m agents.code.analysis.show_experiment benchmark <best_model_results_name> \
--base-benchmark-model v52_lgbm_ender20 \
--benchmark-data-path numerai/v5.2/full_benchmark_models.parquet \
--start-era 575 --dark \
--output-dir numerai/agents/experiments/<experiment_name> \
--baselines-dir numerai/agents/baselines
Then embed it in experiment.md with a relative link:

If you have multiple candidate models, either:
- generate one plot with multiple experiment models, or
- generate one plot per candidate (and link all of them).
6) Final checks
- Plot files exist under
plots/. experiment.mdlinks resolve (use relative paths).- Metrics table matches
results/*.json. - Report clearly states what was run vs what is only planned/configured.
More by numerai
View all skills by numerai →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversAutomate Excel file tasks without Microsoft Excel using openpyxl and xlsxwriter for formatting, formulas, charts, and ad
Learn how to use Python to read a file and manipulate local files safely through the Filesystem API.
Mastra Docs: AI assistants with direct access to Mastra.ai’s full knowledge base for faster, smarter support and insight
Arize Phoenix — unified interface for managing prompts, exploring datasets, and running LLM experiments across providers
Use any LLM for deep research. Performs multi-step web search, content analysis, and synthesis for comprehensive researc
Explore official Google BigQuery MCP servers. Find resources and examples to build context-aware apps in Google's ecosys
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.