photos-library-editing-workflow

photos-library-editing-workflow is a skill for Claude Code, Codex from gaelic-ghost/socket. It costs 91 tokens per session (1,442 once invoked), scanned A, original, Apache-2.0.

A workflow for letting an Apple-platform app select, read, save, organize, and edit photos and videos through PhotosUI and PhotoKit. PhotosUI handles user-selected media, while PhotoKit provides broader access to the Photos library.

In plain words
What is it for?
Use it for photo pickers, library authorization, asset and album operations, image or video requests, change observation, and editing with adjustment data.
Why use it?
It helps request only the access the app needs and prevents mistakes with permissions, iCloud-delivered files, caching, cancellations, and nondestructive edits.

Skill for Claude CodeCodex

Part of the apple-dev-skills plugin — 65 skills, 2 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/gaelic-ghost/socket/photos-library-editing-workflow
Any agent
npx skills add gaelic-ghost/socket --skill photos-library-editing-workflow
Clone the repo
git clone --depth 1 https://github.com/gaelic-ghost/socket

Made for: Claude Code, Codex.

Or install apple-dev-skills, the plugin that ships this one along with the rest of its 65 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for photos-library-editing-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/gaelic-ghost/socket/photos-library-editing-workflow.svg)](https://agentmods.dev/skills/gaelic-ghost/socket/photos-library-editing-workflow)
Your own site
<a href="https://agentmods.dev/skills/gaelic-ghost/socket/photos-library-editing-workflow"><img src="https://agentmods.dev/badge/skills/gaelic-ghost/socket/photos-library-editing-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00091 $0.01442
Opus 5 $0.00046 $0.00721
Sonnet 5 $0.00018 $0.00288
Haiku 4.5 $0.00009 $0.00144

Measured yesterday against content hash f1029eb35232, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

photos-library-editing-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/apple-dev-skills/skills/photos-library-editing-workflow/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Photos Library and Editing Workflow

Purpose

Guide PhotosUI selection and PhotoKit library work while requesting the narrowest access, preserving typed asset/resource identity, and keeping image processing and video pipelines with their owning frameworks.

When To Use

  • Use for PhotosPicker, PHPickerViewController, PHPhotoLibrary, assets, fetches, collections, image/resource requests, changes, creation, albums, or nondestructive editing.
  • Prefer PhotosUI when the app only needs media the user explicitly selects.
  • Use PhotoKit authorization only for concrete library read, add, observe, organize, or edit behavior.

Single-Path Workflow

  1. Classify the request:
    • user-selected image/video through PhotosUI
    • add-only save
    • read/write or limited-library browse
    • asset/collection fetch and change observation
    • image, video, Live Photo, data, or resource request
    • iCloud-backed delivery, progress, cancellation, or caching
    • asset/album creation or transactional change
    • content-editing input/output and adjustment data
    • privacy, lifecycle, or correctness repair
  2. Apply the Apple docs gate:
    • read current PhotosUI, PhotoKit, SwiftUI, and Core Transferable documentation for the platform
    • state the documented behavior relied on
    • check API/platform availability before making macOS, iOS, iPadOS, or visionOS claims
  3. Choose the narrowest access:
    • use PhotosPicker or PHPickerViewController for explicit user selection when broad library access is unnecessary
    • use .addOnly when the app only saves into Photos
    • use .readWrite only for fetch, limited-library, organization, observation, or edit requirements
    • handle .notDetermined, .restricted, .denied, .authorized, and .limited distinctly
    • require .authorized, not merely .limited, before fetching, creating, or modifying user albums and provide a picker, selected-assets, or settings fallback when full-library organization is unavailable
  4. Preserve typed identity and lifecycle:
    • keep PhotosPickerItem, PHPickerResult, PHAsset, PHAssetCollection, PHFetchResult, PHAssetResource, request IDs, placeholders, and adjustment data typed
    • attach asynchronous results to the current selection, asset local identifier, request ID, fetch result, or edit generation
    • cancel obsolete loads and ignore stale callbacks
  5. Perform changes transactionally:
    • create PHAssetCreationRequest, asset/collection change requests, and placeholders only inside PHPhotoLibrary.performChanges
    • surface transaction errors and fetch created objects after commit when needed
  6. Return documented behavior, picker-versus-library decision, authorization/purpose-string policy, asset/resource identity, request/cancellation and iCloud policy, transactional/editing plan, diagnostics, validation, and handoffs.

Read the full file on GitHub · 94 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 94 lines · 91 tokens per session scan A f1029eb35232

Subscribe to this mod's changes

photos-library-editing-workflow is a skill published in the GitHub repository gaelic-ghost/socket (7 stars, last pushed 9d ago), licensed Apache-2.0. It adds 91 tokens to every session and 1,442 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

pipeline

Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…

kardebadas/claude-plugin · 80 tokens

craft

Use when a product idea is still vague and needs to become a clear definition of what to build — "let's craft an app like X", "help me define what I actually want", "clarify this idea before we plan it". Also use before planning or implementation when requirements, UX, domain behaviour, or technical preferences have…

kardebadas/claude-plugin · 83 tokens

bug-fix

Use when a bug, regression, or unexpected behaviour is reported and the user wants it fixed end to end — "why is X broken", "this stopped working after Y", "fix this crash". Also use when a symptom is known but its cause is not. Not for building new behaviour, and not for a change whose cause is already proven.

kardebadas/claude-plugin · 74 tokens

bug-investigate

Use when someone wants to know WHY something is broken and has not asked for it to be fixed — "why is this happening", "what's causing this error", "find out what's wrong", "diagnose this before we decide". Also use before committing to a fix, when the cause is unknown and the decision depends on it. Not for fixing …

kardebadas/claude-plugin · 83 tokens

setup

Use when superb's skills need their dependencies installed or checked — "set up superb", "install the dependencies", "why does pipeline say superpowers is missing", after a fresh plugin install, or on a new machine. Also use when a skill fails complaining that a superpowers sub-skill cannot be found.

kardebadas/claude-plugin · 64 tokens

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens