reactive-programming
✓Implement reactive programming patterns using RxJS, streams, observables, and backpressure handling. Use when building event-driven UIs, handling async data streams, or managing complex data flows.
Installation
SKILL.md
Build responsive applications using reactive streams and observables for handling asynchronous data flows.
| map | Transform values | | filter | Filter values | | debounceTime | Wait before emitting | | distinctUntilChanged | Only emit if changed | | switchMap | Switch to new observable | | mergeMap | Merge multiple observables | | catchError | Handle errors | | tap | Side effects | | take | Take n values | | takeUntil | Take until condition |
Implement reactive programming patterns using RxJS, streams, observables, and backpressure handling. Use when building event-driven UIs, handling async data streams, or managing complex data flows. Source: aj-geddes/useful-ai-prompts.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill reactive-programming Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill reactive-programming- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is reactive-programming?
Implement reactive programming patterns using RxJS, streams, observables, and backpressure handling. Use when building event-driven UIs, handling async data streams, or managing complex data flows. Source: aj-geddes/useful-ai-prompts.
How do I install reactive-programming?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill reactive-programming Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aj-geddes/useful-ai-prompts
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01