Skills for R programming with Claude Code
npx claudepluginhub jsperger/llm-r-skillsSkills for R programming covering tidyverse patterns, rlang conditions, targets pipelines, metaprogramming, and more
Claude Code plugin providing skills for R programming. Complementary to Posit skills.
After pushing to GitHub:
/plugin marketplace add jsperger/llm-r-skills
/plugin install r-skills@r-skills
claude --plugin-dir /path/to/r-skills
For full functionality, the following are required:
Guidelines for designing user-friendly R function APIs, covering naming conventions, argument ordering, and output stability.
ggplot2 4.0+ features including S7 migration, theme defaults, and new scale/position aesthetics.
Infrastructure for building tidymodels-compatible modeling packages using mold() and forge().
Techniques for manipulating R expressions using rlang: defuse-and-inject pattern, quosures, and symbol construction.
Error handling with rlang and cli: formatted output, error chaining, and input validation.
Complex targets patterns: static branching, dynamic branching, hybrid patterns, and custom target factories.
Programming patterns for data-masked functions in the tidyverse using {{}} and managing variable ambiguity.
Overview of the tidymodels ecosystem for machine learning in R.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations