From r-docs-guide
Query Shiny framework documentation for building interactive web applications in R. Use this skill proactively when the conversation involves: - Shiny app development (ui, server, reactive) - Shiny UI components (fluidPage, navbarPage, tabsetPanel) - Reactive programming (reactive, observe, eventReactive, reactiveVal) - Shiny modules (moduleServer, NS) - shinydashboard, bslib, shinyWidgets - Deploying Shiny apps (shinyapps.io, Posit Connect) - R Shiny debugging, testing (shinytest2)
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin r-docs-guideThis skill is limited to using the following tools:
Query Shiny framework 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 Shiny framework documentation directly via WebFetch.
When the user builds or debugs Shiny applications.
You MUST WebFetch official documentation - never answer from memory!
The user's query: $ARGUMENTS
Shiny documentation sources:
| Topic | URL |
|---|---|
| Shiny R Reference | https://shiny.posit.co/r/reference/shiny/latest/ |
| Shiny R Articles | https://shiny.posit.co/r/articles/ |
| Shiny R Gallery | https://shiny.posit.co/r/gallery/ |
| bslib (Bootstrap) | https://rstudio.github.io/bslib/reference/index.html |
| shinydashboard | https://rstudio.github.io/shinydashboard/ |
| shinyWidgets | https://dreamrs.github.io/shinyWidgets/reference/index.html |
| shinytest2 | https://rstudio.github.io/shinytest2/reference/index.html |
| Mastering Shiny (book) | https://mastering-shiny.org/ |
| DT (DataTables) | https://rstudio.github.io/DT/ |
| plotly for R | https://plotly-r.com/ |
By topic:
| Topic | URL |
|---|---|
| Reactivity | https://shiny.posit.co/r/articles/build/reactivity-overview/ |
| Modules | https://shiny.posit.co/r/articles/improve/modules/ |
| Layout Guide | https://shiny.posit.co/r/articles/build/layout-guide/ |
| Dynamic UI | https://shiny.posit.co/r/articles/build/dynamic-ui/ |
| Deployment | https://shiny.posit.co/r/articles/share/ |
| Performance | https://shiny.posit.co/r/articles/improve/performance/ |
| Testing | https://rstudio.github.io/shinytest2/articles/shinytest2.html |
Include working code examples with both ui and server components.
ui and server parts in exampleshttps://shiny.posit.co/r/articles/share/