
R Dev Agent
- Updated April 29, 2026
- matheus-rech/r-dev-agent
r-dev-agent is a Claude Code plugin marketplace that provides an R development agent and R language server so developers can build packages, Shiny apps, and Quarto projects with LSP-backed assistance.
About
r-dev-agent marketplace publishes r-dev and r-lsp plugins that bring first-class R support to Claude Code with project auto-detection, LSP diagnostics, and disciplined testthat behavior. The agent reads DESCRIPTION, Shiny, or Quarto markers, delegates to tidyverse and testing skills when present, and can pair with the btw MCP server for deeper docs. Install it when you write R packages, Shiny apps, or Quarto projects inside Claude Code and need more than generic polyglot assistance.
- r-dev agent detects packages, Shiny, Quarto, and Rmd projects
- Strict rules: fix implementation when tests fail, not tests
- r-lsp adds diagnostics, navigation, hover, and completions
- Optional btw MCP server for on-demand R documentation
R Dev Agent by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add matheus-rech/r-dev-agentAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | April 29, 2026 |
|---|---|
| Repository | matheus-rech/r-dev-agent ↗ |
How do you get reliable R package, Shiny, and Quarto workflows in Claude Code without the agent breaking tests or lacking language intelligence?
Add r-dev agent and r-lsp plugins for R packages, Shiny, Quarto, strict testthat discipline, and LSP diagnostics in Claude Code.
Who is it for?
R developers using Claude Code who need project-aware agents, r-lsp diagnostics, and strict testthat safety rules.
Skip if: Teams with no R toolchain installed or projects outside R packages, Shiny, Quarto, and plain R scripts.
What you get
Sessions activate R LSP features and an agent that reads project markers, respects test constraints, and can query btw docs on demand.
Plugins in this marketplace
2 plugins - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Which plugins are included?
README lists r-dev for R development tasks and r-lsp for diagnostics, go-to-definition, hover, and completions.
What test rules does the agent follow?
It may add tests but cannot alter assertions, delete tests, add skips, or mock failures away—implementation must change instead.
What R packages should be installed first?
Quick start recommends languageserver, devtools, testthat, roxygen2, pak, and optionally posit-dev/btw via pak.