gpd-export

Export research results to HTML, LaTeX, or ZIP reproducibility packages.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics --skill gpd-export-michaelsengineering
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gpd-export
Source: https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics/tree/main/.agents/skills/gpd-export
Command: npx skills add https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics --skill gpd-export-michaelsengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Sharing completed research phases with collaborators or preparing publication material requires manually collecting summaries, equations, scripts, and figures scattered across phase directories. This Skill automates that collection and packages everything into shareable formats. ## Core Features & Use Cases - HTML Export: Generates a standalone HTML report with MathJax-rendered equations, per-phase key results, conventions, and a verification summary. - LaTeX Export: Produces a journal-submission scaffold with derivations as appendices and an optional BibTeX file. - ZIP Reproducibility Package: Bundles scripts, data files, SUMMARY.md files, PROJECT.md, and ROADMAP.md with a README containing reproduction instructions. - Use Case: After completing several research phases in a Get Physics Done project, run the export to produce a MathJax HTML report and a ZIP archive for collaborators, with text exports committed to git automatically. ## Quick Start Ask the AI to export all completed research phases to HTML and ZIP formats using the gpd-export workflow.

Frequently Asked Questions about gpd-export

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

FAQPage Schema
How do I export research results to HTML or LaTeX?▼

Run the export workflow with a --format argument of html, latex, zip, or all. It collects key results, equations, and figures from completed phases and writes the output files to the exports/ directory.

What formats can research results be exported to?▼

Three formats are supported: standalone HTML with MathJax equations, a LaTeX document scaffold with derivations as appendices, and a ZIP reproducibility package containing scripts, data, and summaries. The 'all' option generates every format at once.

Why does the export fail with no completed phases found?▼

The export only includes phases that have at least one SUMMARY.md file. If no phase has been completed and summarized, the workflow stops with an error and asks you to execute a phase first.

Does the export commit files to git automatically?▼

Text-based exports such as results.html, results.tex, and results.bib are committed via the GPD commit CLI, which respects the commit_docs config setting. ZIP and tar.gz archives are never committed because they are binary artifacts.

What are the limitations of the generated LaTeX document?▼

The LaTeX output is a scaffold, not a finished paper. Introduction, discussion, and conclusion sections are placeholders, and the author name must be filled in manually before journal submission.