
Shinyorg Mediator
- 51 repo stars
- Updated July 16, 2026
- shinyorg/mediator
shinyorg-mediator is a Claude Code plugin that scaffolds and documents Mediator-pattern implementations for .NET apps using Shiny-style middleware pipelines.
About
shinyorg-mediator is a Claude Code plugin from shinyorg/mediator that helps.NET developers adopt the Mediator pattern with what the project describes as strong middleware support. developers shipping APIs or Shiny-based mobile backends use it when they want agent-guided scaffolding, implementation notes, and documentation rather than copying boilerplate from blogs. The plugin count is one, concentrating on pattern enforcement—wiring requests through a mediator pipeline instead of fat controllers or ad hoc service calls. It suits intermediate developers who already chose.NET and want faster, consistent handler registration and middleware chains. It does not replace learning domain-driven design fundamentals, and it is narrowly scoped to mediator architecture rather than full-stack UI work. Install through Claude Code plugin registration, then invoke when adding new commands, queries, or middleware to an existing solution.
- Claude plugin for Mediator pattern in .NET (Shiny ecosystem)
- Scaffolding and implementation assistance for handlers and pipeline middleware
- Documentation generation aligned to mediator setup
- Single-plugin bundle focused on architecture consistency, not generic snippets
- Keywords: mediator, pattern, scaffolding, shiny, generation
Shinyorg Mediator by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install shinyorg-mediator@shinyorg/mediatorAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 51 |
|---|---|
| Last updated | July 16, 2026 |
| Repository | shinyorg/mediator ↗ |
What it does
Add the Shiny Mediator plugin when you are building.NET apps and want Claude to scaffold, document, and implement mediator-pattern handlers with supported middleware.
Who is it for?
.NET or Shiny developers standardizing CQRS-style handlers and middleware in a growing API or app backend.
Skip if: Frontend-only projects, non-.NET stacks, or teams that do not use mediator/CQRS patterns.
What you get
After install, Claude can generate mediator scaffolding, implementation guidance, and docs so new features follow the same handler and middleware patterns.
- Mediator handler and pipeline scaffolding aligned to project conventions
- Implementation guidance for middleware registration
- Generated or updated documentation for mediator setup
By the numbers
- 1 plugin in shinyorg/mediator repository
- Repository: shinyorg/mediator
- ~45 GitHub stars (catalog metadata)
Recommended Plugins
How it compares
.NET backend scaffolding plugin, not a general Claude marketplace or fiction-writing skill suite.
FAQ
Who is Shinyorg Mediator for?
It is for.NET developers—especially those using Shiny—who want Claude Code to help implement and document the Mediator pattern with middleware.
When should I use Shinyorg Mediator?
Use it when adding new commands, queries, handlers, or middleware to a.NET solution and you want consistent structure instead of one-off controllers.
How do I add Shinyorg Mediator to my agent?
Register the shinyorg/mediator plugin in Claude Code, open your.NET solution in the workspace, and invoke the plugin when scaffolding or extending mediator pipelines.