
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.
A SwiftUI API reference skill providing local, grep-friendly documentation files. No scripts are bundled — it's purely a documentation lookup skill directing agents to search local .md files or fetch from sosumi.ai. Clean and benign with no executable code.
Pure reference/documentation skill with no scripts. Security is strong by default since there's nothing executable. Architecture follows skill conventions with frontmatter and organized sections. Useful for iOS/SwiftUI developers but niche audience.
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.