From apple-skills
Search Combine API documentation to answer queries on publishers, subscribers, operators, and async data streams. References framework overview files.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
Search these docs to answer questions about Combine APIs.
Explains Apple's Combine framework for reactive programming in Swift. Covers publishers, subscribers, creating publishers, operators like map/flatMap/filter/debounce, combining, and error handling.
Guides Combine usage in Swift/iOS: publishers, AnyCancellable lifecycle, @Published properties, operator selection, memory management, and async/await bridging.
Reviews Swift Combine code for memory leaks, retain cycles, operator misuse, and error handling. Useful for code with Combine imports, AnyPublisher, @Published, PassthroughSubject, or CurrentValueSubject.
Share bugs, ideas, or general feedback.
Search these docs to answer questions about Combine APIs.
Always include:
combine-index.md for framework overviewcombine-index.md - Framework overview, publishers, subscribers, and operators