
Rxappkit
- 4 repo stars
- Updated July 23, 2026
- Mx-Iris/RxAppKit
RxAppKit is a Claude Code marketplace that ships the rxappkit-bindings skill so developers can build macOS AppKit UIs with idiomatic RxSwift reactive bindings.
About
rxappkit is a Claude Code marketplace for the RxAppKit macOS reactive framework. Its rxappkit-bindings skill teaches Claude to wire AppKit controls, table views, and menus through RxSwift streams instead of boilerplate delegates or PublishRelay hacks. Use it when building or refactoring macOS desktop UIs that should follow RxAppKit idioms.
- RxSwift macOS bindings beyond RxCocoa's iOS focus
- Avoids hand-rolled data sources when data is already in Rx streams
- @dynamicMemberLookup exposes NSControl properties as ControlProperty
- Installable rxappkit-bindings plugin via marketplace
- Covers table, outline, collection, and browser views
Rxappkit by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add Mx-Iris/RxAppKitAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | July 23, 2026 |
| Repository | Mx-Iris/RxAppKit ↗ |
How do I stop Claude from using iOS-centric Rx patterns or manual AppKit delegates when my macOS UI data already lives in Rx streams?
Teach Claude idiomatic RxAppKit bindings for macOS so RxSwift streams drive AppKit controls without manual delegates or PublishRelay plumbing.
Who is it for?
macOS developers using RxSwift and RxAppKit who want Claude to generate correct reactive bindings for AppKit controls and data sources.
Skip if: iOS-only SwiftUI or UIKit projects that do not use RxAppKit on macOS.
What you get
Claude produces RxAppKit-idiomatic bindings leveraging ControlProperty, reactive data sources, and dynamic member lookup instead of imperative delegate code.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do I install the skill?
Run /plugin marketplace add Mx-Iris/RxAppKit then /plugin install Rxappkit-bindings@Rxappkit.
What problem does RxAppKit solve?
RxCocoa focuses on iOS; RxAppKit provides macOS-specific reactive extensions for AppKit controls and data-source views.
Does it work without the marketplace?
Yes—clone the repo for auto-discovery, symlink the skill to ~/.claude/skills, or curl the SKILL.md from GitHub.