Agent skill
experiment-report-writer
Write structured experiment sections (methods + results + discussion) for NQS + SQD projects in this repository, based on contents of results/ and figures/.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/experiment-report-writer
SKILL.md
Experiment Report Writer
Purpose
Given:
- processed result tables in
results/processed/(CSV / Parquet), - plots in
results/figures/,
produce structured write-ups that could be dropped into a paper, report, or slide deck.
Output Format
When asked to summarize experiments, produce:
-
Experimental setup
- Molecule, encoding (e.g. 12-bit H₂), Hamiltonian details if provided.
- NQS architecture (FFNN / Transformer; layers, heads, hidden sizes).
- SQD configuration (sample counts, iteration limits, configuration recovery, etc.).
-
Results
- Tables summarizing:
- estimated energies and reference values,
- bias / RMSE vs. reference,
- variance and empirical confidence intervals.
- Short bullet list of main numerical observations.
- Tables summarizing:
-
Discussion
- Interpretation of trends (e.g., how NQS helps or fails under low sample counts).
- Hypothesized causes of discrepancies.
- Concrete suggestions for follow-up experiments.
Instructions
- Read the relevant result files before writing.
- For each figure, include:
- what is plotted on each axis,
- key trends,
- any notable anomalies.
- If some information is missing, explicitly state assumptions.
Didn't find tool you were looking for?