claude-skills
Modern R programming, tidyverse patterns, and package development
All Skills in This Repository (7)
Pure Emerald Level Indicatorsmetaprogramming-rlang
Implement tidy evaluation and metaprogramming in R with rlang.
customizing-vectors-r
Create type-stable vector operations and custom vector classes in R using vctrs.
writing-tidyverse-r
Guide R code migration to modern Tidyverse with dplyr 1.1+ features.
optimizing-r
Profile and benchmark R code to identify performance bottlenecks.
posit-news
Aggregate recent Posit blog posts, podcasts, videos, and events.
designing-oop-r
Guide R developers in selecting and implementing OOP systems like S7, S3, S4, and vctrs.
developing-packages-r
Guide R package development with tidyverse patterns and error handling.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core