sosumi/SKILL.md
Fetches Apple documentation as Markdown via Sosumi. Use for Apple API reference, Human Interface Guidelines, WWDC transcripts, and external Swift-DocC pages.
npx skillsauth add abanoub-ashraf/manus-skills-import sosumiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details.
Use Sosumi when the request involves any of the following:
Swift, SwiftUI, UIKit, AppKit, Foundation, etc.)developer.apple.com URL, replace the host with sosumi.ai and keep the same path.Replace developer.apple.com with sosumi.ai:
https://developer.apple.com/documentation/swift/arrayhttps://sosumi.ai/documentation/swift/arrayhttps://sosumi.ai/documentation/{framework}/{symbol}https://sosumi.ai/documentation/swift/arrayhttps://sosumi.ai/documentation/swiftui/viewhttps://sosumi.ai/design/human-interface-guidelines/{topic}https://sosumi.ai/design/human-interface-guidelineshttps://sosumi.ai/design/human-interface-guidelines/foundations/colorhttps://sosumi.ai/videos/play/{collection}/{id}https://sosumi.ai/videos/play/wwdc2021/10133https://sosumi.ai/videos/play/meet-with-apple/208https://sosumi.ai/external/{full-https-url}https://sosumi.ai/external/https://apple.github.io/swift-argument-parser/documentation/argumentparser/https://sosumi.ai/external/https://swiftpackageindex.com/pointfreeco/swift-composable-architecture/1.23.1/documentation/composablearchitectureUse these when Sosumi is configured as an MCP server (https://sosumi.ai/mcp):
| Tool | Parameters | Use |
|---|---|---|
| searchAppleDocumentation | query: string | Search Apple documentation and return structured results |
| fetchAppleDocumentation | path: string | Fetch Apple docs or HIG content by path as Markdown |
| fetchAppleVideoTranscript | path: string | Fetch Apple video transcript by /videos/play/... path |
| fetchExternalDocumentation | url: string | Fetch external Swift-DocC page by absolute HTTPS URL |
robots.txt or X-Robots-Tag directives.development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes