From r-docs-guide
Query tidyverse package documentation (dplyr, ggplot2, tidyr, purrr, readr, stringr, forcats, tibble, lubridate). Use this skill proactively when the conversation involves: - tidyverse packages or pipe workflows (%>%, |>) - dplyr verbs (filter, mutate, summarise, group_by, join) - ggplot2 plotting (geom_, aes, theme, scale_) - tidyr reshaping (pivot_longer, pivot_wider, nest, unnest) - purrr functional programming (map, walk, reduce) - readr/readxl data import - stringr string manipulation - lubridate date/time handling
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin r-docs-guideThis skill is limited to using the following tools:
Query tidyverse package documentation directly via WebFetch.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Query tidyverse package documentation directly via WebFetch.
When the user works with any tidyverse package or asks about tidy data workflows.
You MUST WebFetch official documentation - never answer from memory!
The user's query: $ARGUMENTS
Tidyverse package sites:
| Package | Reference URL | Cheatsheet |
|---|---|---|
| dplyr | https://dplyr.tidyverse.org/reference/index.html | https://dplyr.tidyverse.org/articles/dplyr.html |
| ggplot2 | https://ggplot2.tidyverse.org/reference/index.html | https://ggplot2.tidyverse.org/articles/ggplot2.html |
| tidyr | https://tidyr.tidyverse.org/reference/index.html | https://tidyr.tidyverse.org/articles/tidy-data.html |
| purrr | https://purrr.tidyverse.org/reference/index.html | https://purrr.tidyverse.org/articles/base.html |
| readr | https://readr.tidyverse.org/reference/index.html | — |
| stringr | https://stringr.tidyverse.org/reference/index.html | — |
| forcats | https://forcats.tidyverse.org/reference/index.html | — |
| tibble | https://tibble.tidyverse.org/reference/index.html | — |
| lubridate | https://lubridate.tidyverse.org/reference/index.html | — |
| readxl | https://readxl.tidyverse.org/reference/index.html | — |
| haven | https://haven.tidyverse.org/reference/index.html | — |
| glue | https://glue.tidyverse.org/reference/index.html | — |
For a specific function:
https://{pkg}.tidyverse.org/reference/{function}.html
For articles/vignettes:
https://{pkg}.tidyverse.org/articles/
Include: function signature, parameters, return value, and a working example from the docs.
https://www.rdocumentation.org/packages/{pkg}/topics/{function}