Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Prepare a replication package for the sewage-house-prices project. Generates AEA-compliant README, master script, numbered script order, install script, and deposit checklist. Validates the package against 10 verification checks. This skill should be used when asked to "prepare replication", "data deposit", "create replication package", or "package for submission".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 191% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 118% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 28% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 55% | 0% |
Prepare an AEA Data Editor compliant replication package for the sewage-house-prices project.
Input: $ARGUMENTS — output directory (defaults to Replication/).
The project has a 6-layer data pipeline in scripts/R/:
01_data_ingestion/ — Raw data collection (EDM archives, APIs)02_data_cleaning/ — Format standardisation, geocoding, validation03_data_enrichment/ — Temporal aggregation, rainfall metrics, dry spill identification04_feature_engineering/ — Spatial matching (house/rental ↔ spill sites)05_data_integration/ — Merging historical and API EDM data06_analysis_datasets/ — Final dataset assemblyAnalysis scripts: scripts/R/09_analysis/ (6 subdirectories by approach) Utilities: scripts/R/utils/ Python scripts: scripts/python/ (river network processing) Docker pipelines: RiverNetworks/, upstream_downstream/
data/raw/ — Original immutable data (EDM, Land Registry, Met Office, shapefiles)
data/processed/ — Intermediate pipeline outputs (parquet)
data/final/ — Analysis-ready datasets
data/cache/ — Postcode geocoding cacherenv (renv.lock)uv in scripts/python/scripts/R/ and parse data file referencesrenv.lock for package versionsoutput/tables/ and output/figures/ for output filesdocs/overleaf/_main.tex) for table/figure referencesscripts/python/ for Python dependenciesReadMe.mdCreate in Replication/ (or specified directory):
r # Master replication script for "Sewage in Our Waters" # Estimated runtime: X hours]
source(here::here("scripts", "R", "01_data_ingestion", "script.R")) # ... through all layers source(here::here("scripts", "R", "09_analysis", "subdir", "script.R"))
r install.packages(c("tidyverse", "fixest", "modelsummary", ...))
Run the 10 verification checks (equivalent to /audit-replication):
Replication/Other measured skills in the registry, with their headline benchmark lift.