Apple-skills photosui

API reference: PhotosUI. Query for PhotosPicker, PHLivePhotoView, photo selection.

install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/photosui" ~/.claude/skills/vabole-apple-skills-photosui && rm -rf "$T"
manifest: skills/photosui/SKILL.md
source content

PhotosUI Documentation

Search these docs to answer questions about photo picker APIs.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details

Files

  • photosui-index.md
    - Framework overview, Live Photo views
  • photospicker.md
    - SwiftUI PhotosPicker for selecting photos