
Shinyorg Reflector
- 24 repo stars
- Updated July 2, 2026
- shinyorg/reflector
shinyorg-reflector is a Claude Code plugin that brings source-generator-based .NET reflection and serialization context into your agent while you implement backend assemblies.
About
shinyorg-reflector is a Claude Code plugin entry for developers building on.NET who want reflection-like capabilities—discovering types, wiring serializers, or mapping assemblies—while leaning on source generators instead of heavy runtime reflection. developers shipping APIs, desktop agents, or internal tools often hit performance and trimming issues when libraries rely on reflection; this plugin points your coding agent at shinyorg’s reflector tooling so suggestions stay aligned with compile-time generation patterns. Use it during active backend work when you are modeling entities, configuring serialization, or refactoring services that previously used reflection. It is a narrow integration plugin, not a full methodology skill: one plugin in the bundle, focused on development context rather than journey-wide process. Pair it with your normal.NET SDK workflow and Claude Code for faster scaffolding and reviews around generated metadata code.
- Source-generator-based .NET reflection替代 without classic runtime reflection hotspots
- Targets assembly introspection and serialization scenarios common in APIs and services
- Single-plugin bundle from shinyorg/reflector for Claude Code agent context
- Keywords cover reflection, source-generated serializers, and Shiny ecosystem integration
- Repository-backed plugin with community catalog metadata and star tracking
Shinyorg Reflector by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install shinyorg-reflector@shinyorg/reflectorAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 24 |
|---|---|
| Last updated | July 2, 2026 |
| Repository | shinyorg/reflector ↗ |
What it does
Install this Claude Code plugin when you need compile-time.NET metadata and serialization helpers without runtime reflection overhead in your app or library.
Who is it for?
.NET developers shipping APIs or services who already use or want source generators for reflection and serialization.
Skip if: Skip if you're on non-.NET stacks or frontend-only work with no assembly or serializer design needs.
What you get
After you add the plugin, Claude Code can reference reflector-oriented generation workflows so backend changes favor compile-time metadata instead of fragile runtime reflection.
- Agent sessions grounded in shinyorg reflector and source-generation patterns
- Faster backend edits around serialization without defaulting to runtime reflection
- Catalog-linked plugin bundle (1 plugin) for ongoing .NET build work
By the numbers
- Plugin count: 1
- Repository: shinyorg/reflector
- GitHub stars (catalog): 21
Recommended Plugins
How it compares
Backend development plugin, not an agent methodology skill or MCP server directory.
FAQ
Who is Shinyorg Reflector for?
and small-team.NET developers using Claude Code who need reflection-like behavior via source generators for serialization and assembly-aware code.
When should I use Shinyorg Reflector?
Use it while building or refactoring C# backends when you are replacing runtime reflection, designing serializers, or working with generated metadata in your solution.
How do I add Shinyorg Reflector to my agent?
Register the shinyorg/reflector Claude Code plugin from the Skillselion catalog in your Claude Code plugins or marketplace flow, then reload the project so the single bundled plugin is available in sessions.