ab604ab604Communityยท8 Agent Skills Included

claude-code-r-skills

Modern R coding, testing, and Bayesian analysis guidance

Generates idiomatic modern R code using tidyverse patterns, native pipes, and current dplyr APIs. Eliminates outdated syntax, silent join errors, and untested statistical code through enforced style rules and test-driven workflows. Covers Bayesian modeling, package development, performance profiling, and OOP design so R users ship reliable analysis code faster.
npx skills add ab604/claude-code-r-skills --all -g -y
Available:

Directs the agent to apply modern tidyverse patterns, evidence-based scientific reasoning, and Bayesian uncertainty quantification when writing R code, and routes tasks to the matching R skill files.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’