research-report

Generate LaTeX experiment reports with mermaid diagrams and PDF compilation.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/datamonsterr/mycoai_projects --skill research-report-datamonsterr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-report
Source: https://github.com/datamonsterr/mycoai_projects/tree/main/.opencode/skills/research-report
Command: npx skills add https://github.com/datamonsterr/mycoai_projects --skill research-report-datamonsterr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generate or update experiment research reports by creating or validating a LaTeX-based folder structure (report/{exp_name}/{report_number}) and rendering mermaid diagrams to PNG, producing a ready-to-compile main.tex and main.pdf.

Core Features & Use Cases

  • Create and update a complete report folder structure for experiments with content.md, notes.txt, results.txt, images/, main.tex, and main.pdf generation.
  • Render mermaid diagrams to PNG and include them in report images for visual clarity.
  • Compile LaTeX to PDF and validate the build, ensuring a correct and reproducible report output.

Quick Start

Generate or update the report for a given experiment as report/{exp_name}/{report_number}, ensuring main.tex exists and is compiled to main.pdf.

Frequently Asked Questions about research-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a LaTeX research report from experiment data?

Yes, you can include mermaid diagrams in LaTeX reports. The system renders mermaid diagrams to PNG images and places them in the report images folder for visual clarity before compiling the final PDF.

What's the best way to structure experiment reporting folders for LaTeX compilation?

The best way to structure experiment reporting folders is using the report/{exp_name}/{report_number} hierarchy, which includes content.md, notes.txt, results.txt, and an images directory to ensure reproducible LaTeX compilation.

Do I need a specific LaTeX environment to compile experiment reports?

You need an environment capable of compiling LaTeX to PDF. The system prepares the main.tex file and validates the final build, ensuring the expected structure and assets exist for a correct and reproducible report output.

How does rendering mermaid diagrams work for LaTeX reporting?

Rendering mermaid diagrams for LaTeX reporting works by converting the mermaid syntax into PNG files, which are then included in the report images directory and referenced within the main.tex document before PDF compilation.

Why does my LaTeX report compilation fail after adding experiment results?

LaTeX report compilation may fail if the expected folder structure is invalid or if assets like rendered mermaid PNG images are missing. The system validates the build and folder structure to ensure a reproducible output.