sosumi — for Claude Code sosumi, community, for Claude Code, ide skills, SwiftUI, AppKit, Foundation, developer.apple.com, sosumi.ai, AI-readable

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need use this skill to reliably fetch apple docs as markdown when coding agents need precise api details. Resumen localizado: Mount GitHub repositories as a virtual read-only macOS filesystem # Sosumi Skill Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Características

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:
Apple platform APIs (Swift, SwiftUI, UIKit, AppKit, Foundation, etc.)
API signatures, availability, parameter behavior, or return semantics
Human Interface Guidelines questions

# Core Topics

indragiek indragiek
[354]
[9]
Updated: 4/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
67
Canonical Locale
en
Detected Body Locale
en

Escenario recomendado: Ideal for AI agents that need use this skill to reliably fetch apple docs as markdown when coding agents need precise api details. Resumen localizado: Mount GitHub repositories as a virtual read-only macOS filesystem # Sosumi Skill Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

¿Por qué usar esta habilidad?

Recomendacion: sosumi helps agents use this skill to reliably fetch apple docs as markdown when coding agents need precise api details. Mount GitHub repositories as a virtual read-only macOS filesystem # Sosumi Skill

Mejor para

Escenario recomendado: Ideal for AI agents that need use this skill to reliably fetch apple docs as markdown when coding agents need precise api details.

Casos de uso accionables for sosumi

Caso de uso: Applying Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details
Caso de uso: Applying Use Sosumi when the request involves any of the following:
Caso de uso: Applying Apple platform APIs (Swift, SwiftUI, UIKit, AppKit, Foundation, etc.)

! Seguridad y limitaciones

  • Limitacion: Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details.
  • Limitacion: If you do not know the exact page path, search first, then fetch the best match.
  • Limitacion: # Sosumi Skill Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is sosumi?

Escenario recomendado: Ideal for AI agents that need use this skill to reliably fetch apple docs as markdown when coding agents need precise api details. Resumen localizado: Mount GitHub repositories as a virtual read-only macOS filesystem # Sosumi Skill Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install sosumi?

Run the command: npx killer-skills add indragiek/GHFS/sosumi. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for sosumi?

Key use cases include: Caso de uso: Applying Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details, Caso de uso: Applying Use Sosumi when the request involves any of the following:, Caso de uso: Applying Apple platform APIs (Swift, SwiftUI, UIKit, AppKit, Foundation, etc.).

Which IDEs are compatible with sosumi?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for sosumi?

Limitacion: Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details.. Limitacion: If you do not know the exact page path, search first, then fetch the best match.. Limitacion: # Sosumi Skill Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add indragiek/GHFS/sosumi. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sosumi immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

sosumi

Install sosumi, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

  1. If you already have a developer.apple.com URL, replace the host with sosumi.ai and keep the same path.
  2. If you do not know the exact page path, search first, then fetch the best match.
  3. Prefer specific symbol pages instead of broad top-level pages when answering implementation questions.

HTTP Usage

Replace developer.apple.com with sosumi.ai:

  • Original: https://developer.apple.com/documentation/swift/array
  • AI-readable: https://sosumi.ai/documentation/swift/array

Content Types

Apple API Reference

  • Pattern: https://sosumi.ai/documentation/{framework}/{symbol}
  • Examples:
    • https://sosumi.ai/documentation/swift/array
    • https://sosumi.ai/documentation/swiftui/view

Human Interface Guidelines

  • Pattern: https://sosumi.ai/design/human-interface-guidelines/{topic}
  • Examples:
    • https://sosumi.ai/design/human-interface-guidelines
    • https://sosumi.ai/design/human-interface-guidelines/foundations/color

Apple Video Transcripts

  • Pattern: https://sosumi.ai/videos/play/{collection}/{id}
  • Examples:
    • https://sosumi.ai/videos/play/wwdc2021/10133
    • https://sosumi.ai/videos/play/meet-with-apple/208

External Swift-DocC

  • Pattern: https://sosumi.ai/external/{full-https-url}
  • Examples:
    • 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/composablearchitecture

MCP Tools Quick Reference

Use these when Sosumi is configured as an MCP server (https://sosumi.ai/mcp):

ToolParametersUse
searchAppleDocumentationquery: stringSearch Apple documentation and return structured results
fetchAppleDocumentationpath: stringFetch Apple docs or HIG content by path as Markdown
fetchAppleVideoTranscriptpath: stringFetch Apple video transcript by /videos/play/... path
fetchExternalDocumentationurl: stringFetch external Swift-DocC page by absolute HTTPS URL

Best Practices

  • Search first if the exact path is unknown.
  • Fetch targeted symbol pages for coding questions.
  • Keep source links in answers so users can verify details quickly.
  • Use Sosumi paths directly in responses whenever referencing Apple documentation pages.

Troubleshooting

404 or sparse output

  • The path may be incorrect or too broad.
  • Run a search query first, then fetch a specific result path.

External page cannot be fetched

  • The host may block access via robots.txt or X-Robots-Tag directives.
  • Try another canonical page URL for the same symbol.

Habilidades relacionadas

Looking for an alternative to sosumi or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador