This repository provides a reusable skill for R package development workflows.
This skill has been build by Codex for usage in Codex, Claude Code, and similar coding agents using a consistent, reviewable process.
It is therefore optimised by Codex for AI usage.
Use this structure:
README.md (this file, user-facing overview in repo root)skills/r-package-developer/SKILL.mdskills/r-package-developer/references/*skills/r-package-developer/scripts/* (optional helpers)Install/update directly from r-package-developer-skill:
Run this from the root directory of your R package repository:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rkrug/r-package-developer-skill/main/skills/r-package-developer/scripts/sync-from-github.sh)"
skills/r-package-developer/ in your target repository.skills/r-package-developer/SKILL.md.Example prompt:
Read and follow skills/r-package-developer/SKILL.md, then create a complete R package skeleton in this repository.
For scaffold requests, the result should be a usable package baseline, typically including:
DESCRIPTION, NAMESPACER/, man/tests/testthat/.Rbuildignore, .gitignoreREADME.md, NEWS.md_pkgdown.ymlSKILL.md is the executable agent policy.references/checklist.md is the commit/merge execution gate.