| name | sosumi |
| description | Fetches Apple documentation as Markdown via Sosumi. Use for Apple API reference, Human Interface Guidelines, WWDC transcripts, and external Swift-DocC pages. |
Sosumi Skill
Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details.
When to Use
Use Sosumi when the request involves any of the following:
- Apple platform APIs (
Swift, SwiftUI, UIKit, AppKit, Foundation, etc.)
- API signatures, availability, parameter behavior, or return semantics
- Human Interface Guidelines questions
- WWDC session transcript lookup
- External Swift-DocC documentation (for example, GitHub Pages or Swift Package Index hosts)
Core Workflow
- If you already have a
developer.apple.com URL, replace the host with sosumi.ai and keep the same path.
- If you do not know the exact page path, search first, then fetch the best match.
- Prefer specific symbol pages instead of broad top-level pages when answering implementation questions.
Optional CLI Preflight
If the Sosumi CLI is available, quickly verify local access before deeper debugging:
sosumi --version confirms the CLI is installed and on PATH.
sosumi --help shows top-level usage.
sosumi <command> --help is the manual for command-specific behavior.
HTTP Usage
Replace developer.apple.com with sosumi.ai:
- Original:
https://developer.apple.com/documentation/swift/array