Agent skill

r-reproducibility-guide

Create reproducible research workflows with R and RMarkdown/Quarto

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill r-reproducibility-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/tools/code-exec/r-reproducibility-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Reproducible Research with R A skill for creating fully reproducible research workflows in R using RMarkdown, Quarto, package management with renv, and project organization best practices. Covers literate programming, environment management, automated reporting, and sharing reproducible analyses. ## Project Organization ### Recommended Directory Structure ``` my-research-project/ README.md my-project.Rproj # RStudio project file renv.lock # Package versions (managed by renv) renv/ # renv library directory data/ raw/ # Untouched original data processed/ # Cleaned, analysis-ready data R/ 01-clean.R # Data cleaning functions 02-analyze.R # Analysis functions 03-visualize.R # Plotting functions utils.R # Helper functions analysis/ main-analysis.Rmd # Primary analysis notebook supplementary.Rmd # Supplementary analyses output/ figures/ # Generated plots tables/ # Generated tables manuscript.pdf # Compiled document Makefile # Reproducible build commands ``` ### Key Principles ``` 1. Raw data is read-only (never modify original data files) 2. All processing steps are scripted (no manual spreadsheet edits) 3. Generated outputs can be deleted and recreated from source 4. Package versions

What's inside
Steps it walks through
  1. Project Organization
  2. Recommended Directory Structure
  3. Key Principles
  4. RMarkdown and Quarto
  5. RMarkdown Document
  6. Quarto (Next Generation)
  7. Package Management with renv
  8. Setting Up renv
  9. How renv Works
  10. Automated Reporting
  11. Make-Based Pipeline
  12. targets Package (R-native Pipeline)
  13. Sharing Reproducible Analyses
  14. Options for Sharing
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the r-reproducibility-guide skill do?

Create reproducible research workflows with R and RMarkdown/Quarto

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill r-reproducibility-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going