r-package-developer-skill

R Package Developer Skill

This repository provides a reusable skill for R package development workflows.

AI Statement

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:

How To Use

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)"
  1. Put the skill under skills/r-package-developer/ in your target repository.
  2. Ask your coding agent to read and follow skills/r-package-developer/SKILL.md.
  3. Request the concrete task (for example, create a package skeleton, implement a feature, or run a release sync).

Example prompt:

Read and follow skills/r-package-developer/SKILL.md, then create a complete R package skeleton in this repository.

What You Should Expect

For scaffold requests, the result should be a usable package baseline, typically including:

Governance

Skill File Index