
from apple-skills226
Reference skill for Apple Combine framework: publishers, subscribers, operators, and async data stream patterns for answering API questions and locating docs.
Provides an agent-focused reference for Apple's Combine framework. The skill helps the agent search framework docs and return concise, actionable answers about publishers, subscribers, operators, and common async stream patterns. It points to index files in the repo for further reading.
Use this skill when a user asks about Combine APIs, how to implement reactive streams with publishers/subscribers, or when seeking example operator chains and file locations in the repository. It's suitable for documentation lookup and quick API clarifications.
Documentation and code-assistant agents such as Claude Code, Codex, or Cursor that can surface project files and API examples.
A minimal Apple Combine framework API reference skill with only a short SKILL.md pointing to a single reference file (combine-index.md). No scripts, no real instructions beyond 'search these docs'. The skill body is essentially a stub — it references files not included in the skill itself, making it non-functional standalone. Low usefulness as it requires external documentation files not bundled with the skill.
Pure documentation-pointer skill with no scripts, no code, and no actionable instructions. SKILL.md is ~15 lines of boilerplate. Security is near-perfect (nothing to exploit) but quality and architecture are very low — it's barely a skill, more of a bookmark into a larger doc set.