byaaronontheweb· 35 skills
Build reactive/event-driven C# with R3 (Cysharp's modern reimplementation of Reactive Extensions). Covers the Observable<T>/Observer<T> model, the OnErrorResume error contract, async dispatch with AwaitOperation, Task/IAsyncEnumerable integration, TimeProvider/FrameProvider scheduling, the concurrency contract, and how R3 differs from System.Reactive (Rx.NET).
$npx -y skills add aaronontheweb/dotnet-skills --skill r3-reactive-extensionsInstalls into the current project.
Run `npx skills use "https://github.com/aaronontheweb/dotnet-skills" --skill "aaronontheweb/dotnet-skills/r3-reactive-extensions"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aaronontheweb/dotnet-skills" that are relevant to the current task. Run `npx skills add "https://github.com/aaronontheweb/dotnet-skills"` and select the relevant skills, then follow their instructions.