One-click install
npx skills add https://github.com/ethanhanderson/church-presenter --skill sosumi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sosumi
Source: https://github.com/ethanhanderson/church-presenter/tree/main/.agents/skills/sosumi
Command: npx skills add https://github.com/ethanhanderson/church-presenter --skill sosumi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sosumi fetches authoritative Apple documentation as clean Markdown so developers can answer API, availability, and behavior questions without guessing or manually searching pages.

Core Features & Use Cases

  • Apple API reference retrieval: Pull precise symbol pages (framework + symbol) for implementation-level details.
  • Human Interface Guidelines (HIG) lookup: Retrieve design guidance topics and specific sections for product/UX decisions.
  • WWDC transcript access: Find video transcript pages to confirm platform-specific rationale and recommended patterns.
  • External Swift-DocC support: Fetch documentation from external Swift-DocC sources via absolute HTTPS URLs.

Quick Start

Ask your coding agent to fetch the Markdown for the exact Apple documentation page you need, using the corresponding sosumi.ai path.

Frequently Asked Questions about sosumi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Apple developer documentation as Markdown?

You can fetch Apple developer documentation as Markdown by converting the developer.apple.com URL to a sosumi.ai path or searching for the symbol, then retrieving the resolved page content for downstream reasoning.

Can I retrieve Human Interface Guidelines topics for SwiftUI design decisions?

Yes, you can retrieve Human Interface Guidelines topics and specific sections to resolve product and UX design questions by fetching the authoritative Apple HIG pages formatted as Markdown.

How do I access WWDC transcripts to confirm platform-specific implementation patterns?

You can access WWDC transcripts by searching for the relevant video session page, which fetches the transcript as Markdown to confirm platform-specific rationale and recommended coding patterns.

Does this work with external Swift-DocC documentation pages?

Yes, it supports fetching external Swift-DocC documentation by providing an absolute HTTPS URL, retrieving the hosted DocC page content and returning it formatted as Markdown.

What Apple frameworks are supported for API reference retrieval?

It supports fetching API reference for Swift, SwiftUI, UIKit, AppKit, and Foundation, pulling precise symbol pages to answer implementation-level behavior and availability questions.

Why convert developer.apple.com URLs before fetching documentation?

Converting developer.apple.com URLs to sosumi.ai paths is required because the fetching mechanism targets the sosumi.ai domain to successfully retrieve and format the Apple documentation as Markdown.