One-click install
npx skills add https://github.com/Butanium/claude-lab --skill write-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: write-report
Source: https://github.com/Butanium/claude-lab/tree/main/plugins/clab/skills/write-report
Command: npx skills add https://github.com/Butanium/claude-lab --skill write-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers often struggle to turn scattered experiment results into cohesive, reproducible reports. This skill automates the creation of a polished Quarto project that integrates narrative, figures, and data exploration.

Core Features & Use Cases

  • Scaffold a Quarto report from experiment data, including sections for Introduction, Methods, Experiments, Discussion, and Appendix.
  • Integrate interactive figures and a sample explorer (OJS-based) to browse model outputs and data interactively within the report.
  • Produce a ready-to-render Quarto project that can be previewed locally with Quarto.

Quick Start

Provide your experiment data and run the generation workflow to produce a complete Quarto report project ready for rendering.

Frequently Asked Questions about write-report

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

FAQPage Schema
How do I turn experiment results into an interactive Quarto report?▼

You can turn experiment results into an interactive Quarto report by providing your data to the generation workflow, which scaffolds a complete project with narrative sections, figures, and interactive OJS-based data explorers.

What is the best way to create reproducible research reports from scattered experiment data?▼

Creating reproducible research reports is best achieved by generating a ready-to-render Quarto project that integrates structured storytelling, interactive figures, and data exploration across multiple experiments into a single cohesive document.

Can I add interactive data visualizations to a Quarto report?▼

Yes, you can add interactive data visualizations to a Quarto report by using the generated OJS-based sample explorer, which allows readers to browse model outputs and data interactively within the report's sections.

Do I need Quarto installed locally to preview an interactive report?▼

You need Quarto installed locally to preview the interactive report because the workflow outputs a ready-to-render Quarto project designed to be previewed and rendered using the Quarto environment.

Does automated report writing support structured storytelling for multiple experiments?▼

Automated report writing supports structured storytelling for multiple experiments by reading your data and generating a cohesive layout that integrates narrative, figures, and data exploration across all provided experiment results.