
from claude-code-apple-skills531
Generates realistic sample data and comprehensive #Preview matrices for SwiftUI views, covering edge cases and UI states.
This skill automates the creation of mock data and preview configurations for SwiftUI development. It ensures that views are tested against realistic data as well as visual edge cases—such as extremely long strings, empty states, and loading indicators—that often break layouts.
Activate this skill when you need to add Xcode previews to a view, prototype a UI across different states (empty/loading/error), or verify how a layout handles Dynamic Type, Dark Mode, and Right-to-Left (RTL) locales.
Model.preview) and a variant preview matrix.PreviewModifier for cached data and @Previewable for state management in iOS 18+.test-data-factory to prevent duplication.Claude Code
This skill has not been reviewed by our automated audit pipeline yet.
Monetization Strategy (Apple)
End-to-end monetization guidance for iOS/macOS apps: readiness assessment, pricing model selection, tier design, free trial strategy, and implementation guidanc
Deep Linking Generator
Generates deep linking infrastructure for Apple apps: URL schemes, Universal Links (AASA), and App Intents/Shortcuts, with code and server templates.