jeremy-allenjeremy-allenCommunityยท7 Agent Skills Included

claude-skills

Modern R programming, tidyverse patterns, and package development

Guides R developers through modern tidyverse coding, metaprogramming with rlang, custom vector classes, and object-oriented design. Eliminates guesswork around deprecated patterns, slow code, and inconsistent package APIs. Includes profiling workflows, performance benchmarks, and migration references to help you write faster, cleaner R packages.
npx skills add jeremy-allen/claude-skills --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-skills?โ–ผ

Run `npx skills add jeremy-allen/claude-skills --all -g -y` in your terminal to install all R programming skills globally.

How to write modern tidyverse R code?โ–ผ

The writing-tidyverse-r skill teaches current patterns like the native pipe, join_by() syntax, and .by grouping, plus migration tables from base R and older dplyr code.

How to speed up slow R code?โ–ผ

The optimizing-r skill walks you through profiling with profvis, benchmarking with bench, choosing between dplyr and data.table, and safe parallel processing.

Which R OOP system should I use?โ–ผ

The designing-oop-r skill gives a clear decision matrix for S3, S4, S7, and vctrs, with working examples and migration guidance for each system.

Do I need R experience to use these skills?โ–ผ

Basic R familiarity helps, but each skill includes copy-paste examples, anti-patterns to avoid, and plain explanations your agent can apply directly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’