Coding agent skills for R programming
npx skills add https://github.com/jsperger/llm-r-skills --skill designing-tidy-r-functions使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
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.