Build Shiny Module

Build reusable Shiny modules with proper namespace isolation using NS(). Covers module UI/server pairs, reactive return values, inter-module communication, and nested module composition. Use when extracting a reusable component from a growing Shiny app, building a UI widget used in multiple places, encapsulating complex reactive logic behind a clean interface, or composing larger applications from smaller, testable units.

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/build-shiny-module commit 61e4ef78f9

Frequently asked questions

npx skillmds@latest add pjt222/build-shiny-module