
from apple-skills226
Local, grep-friendly SwiftUI API reference for views, layouts, property wrappers (@State/@Binding/@Environment/@Observable), navigation, and common view modifie
Provides a local, searchable SwiftUI documentation set so agents can answer framework questions quickly without live web fetches. It bundles a large overview and many per-topic markdown pages (views, modifiers, state, binding, navigation) that are optimized for fast grep and context retrieval.
Invoke this skill when you need authoritative, concise information about SwiftUI APIs: view protocols and modifiers, property wrappers like @State and @Binding, navigation components (NavigationStack, NavigationSplitView), and platform-specific features in recent iOS releases. Use it when web access is slow or you want deterministic, reproducible snippets from the packaged docs.
Best for agents that can read and search local markdown content (Claude Code, Codex-style agents, Code-aware assistants). It’s a documentation/reference skill rather than a runtime integration.
This skill has not been reviewed by our automated audit pipeline yet.
Swift Testing Reference
Reference skill for Apple's modern Swift Testing framework: defines @Test/@Suite, expectations (#expect/#require), traits, and migration patterns from XCTest.
Combine API Reference
Reference skill for Apple Combine framework: publishers, subscribers, operators, and async data stream patterns for answering API questions and locating docs.