بنقرة واحدة
new-notebook
Creates a Quarto notebook (.qmd) and registers it in _quarto.yml. Use when adding a new notebook.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Creates a Quarto notebook (.qmd) and registers it in _quarto.yml. Use when adding a new notebook.
التثبيت باستخدام 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 | new-notebook |
| description | Creates a Quarto notebook (.qmd) and registers it in _quarto.yml. Use when adding a new notebook. |
| argument-hint | <name> <title> |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep |
| version | 1.0.0 |
| workflow_stage | analysis |
| tags | ["notebook","Quarto","scaffold"] |
Create a new Quarto notebook (.qmd) and register it in the manuscript.
$ARGUMENTS — the notebook name and title (e.g., "notebook-04 Spatial Analysis")notebook-NN.qmd (sequential numbering)notebooks/ for existing notebooks to determine the next number.qmd file in notebooks/ with:
title and jupyter kernel (ask user: Python → python3, R → ir, Stata → nbstata)import random; import numpy as np; random.seed(42); np.random.seed(42)set.seed(42)clear all followed by set seed 42../images/<label>.png../tables/<label>.csv, ../tables/<label>.md, and ../tables/<label>.texCLAUDE.md § Notebook Conventions for language-specific export patterns_quarto.yml under manuscript.notebooks:
- notebook: notebooks/<name>.qmd
title: "<title>"
index.qmd:
{{< embed notebooks/<name>.qmd#fig-label >}}{{< include tables/<label>.md >}} (with a bold caption and .table-notes div)quarto render notebooks/<name>.qmd