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.mdsource content
PhotosUI Documentation
Search these docs to answer questions about photo picker APIs.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details
Files
- Framework overview, Live Photo viewsphotosui-index.md
- SwiftUI PhotosPicker for selecting photosphotospicker.md