ワンクリックで
figures-gallery
Generates an HTML gallery of all project figures with captions and source notebooks. Use when reviewing figures.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generates an HTML gallery of all project figures with captions and source notebooks. Use when reviewing figures.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold a Quarto analysis notebook (generic or method-specific — DiD, IV, RDD, LASSO, Panel FE), register it in _quarto.yml, apply publication-quality figure styling, and generate dataset codebooks. Use when starting a new analysis notebook.
Manage the project's literature workflow — ideate research questions, run structured literature reviews, add citations to references.bib, write annotation notes in references/, and audit citation integrity. Use for any bibliography or literature task.
Audit a Quarto manuscript or a single notebook — freeze freshness, data-path existence, citation integrity, figure/table export presence, placeholder and anonymization checks. Produces a scored review report under notes/. Read-only — never modifies notebooks, data, or the manuscript.
Build publication-quality regression and robustness tables from notebook estimation output, exported to tables/ as CSV + Markdown + LaTeX. Use when creating a results table.
Draft and revise manuscript prose for index.qmd — sections, the abstract, regression-result interpretation, and referee responses. Use when writing or revising the manuscript.
Reads the manuscript and notebooks to generate a structured abstract. Use when writing or updating the abstract.
| name | figures-gallery |
| description | Generates an HTML gallery of all project figures with captions and source notebooks. Use when reviewing figures. |
| allowed-tools | Bash, Read, Write, Glob, Grep |
| version | 1.0.0 |
| workflow_stage | communication |
| tags | ["figures","gallery","review"] |
Create an HTML gallery page displaying all project figures with their captions and source notebooks.
Scan images/ for all image files:
.png, .jpg, .jpeg, .svg, .pdfScan all registered notebooks (from _quarto.yml) for cells with fig- labels:
.qmd files for #| label: fig- directivesfig-sample, fig-event-study)#| fig-cap: directivesGenerate an HTML gallery page with:
images/:
{{< embed notebooks/<name>.qmd#<label> >}}Save the gallery to _manuscript/figures-gallery.html (the _manuscript/ directory is gitignored, so this output won't be committed).
Report:
images/open _manuscript/figures-gallery.htmlimages/ does not exist or is empty, note it and continue with notebook figures.fig- labeled cells, note it and continue with images/ files.