claude-code-r-skills
Modern R coding, testing, and Bayesian analysis guidance
All Skills in This Repository (8)
Pure Emerald Level Indicatorsr-oop
Select an R object-oriented programming system among S3, S4, S7, and vctrs.
Bayesian inference in R
Perform Bayesian inference in R with brms and CmdStanR.
tidyverse-patterns
Convert legacy R code to modern tidyverse patterns with dplyr, purrr, and stringr.
rlang-patterns
Teach rlang metaprogramming patterns for tidy evaluation in R code.
r-style-guide
Enforce consistent R coding style with naming, spacing, and function design rules.
r-performance
Profile and benchmark R code using profvis, bench, and Rprof.
r-package-development
Standardize R package development with roxygen2 documentation and testthat tests.
tdd-workflow
Enforce test-driven development for R projects using testthat workflows.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-r-skills?โผ
Run `npx skills add ab604/claude-code-r-skills --all -g -y` in your terminal to install all R skills globally.
How to write modern tidyverse R code?โผ
The tidyverse-patterns skill enforces native pipes, join_by() syntax, .by grouping, and NA-safe filtering so generated R code follows current best practices.
Can it help with Bayesian analysis in R?โผ
Yes. The r-bayes skill covers brms models, DAG validation, multilevel models, and marginal effects with full posterior interpretation guidance.
Does it enforce test-driven development in R?โผ
Yes. The tdd-workflow skill requires tests before code using testthat Edition 3, with a minimum 80% coverage target and snapshot testing support.
Do I need R package experience to use these skills?โผ
No. The skills guide both beginners and package developers, covering everything from style rules to S7 OOP design and CRAN-ready package structure.
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