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.
npx agentmods add skills/gaelic-ghost/socket/avfaudio-session-workflownpx skills add gaelic-ghost/socket --skill avfaudio-session-workflowgit clone --depth 1 https://github.com/gaelic-ghost/socketWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00084 | $0.01598 |
| Opus 5 | $0.00042 | $0.00799 |
| Sonnet 5 | $0.00017 | $0.00320 |
| Haiku 4.5 | $0.00008 | $0.00160 |
Grade A, and why
avfaudio-session-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 2d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AVFAudio Session Workflow
Purpose
Guide Apple app audio-session design and repair. This skill owns the app-level audio intent boundary: what the app tells the system it wants to do with audio, when it activates that intent, how it responds to interruption and route changes, how it preserves typed AVFAudio policy surfaces, and how it explains failures.
It is not the audio-engine graph workflow, not the AVFoundation media-pipeline workflow, not the Core Media timing workflow, and not the Xcode execution workflow.
When To Use
- Use this skill when configuring or repairing
AVAudioSession,AVAudioApplication,AVAudioApplication.requestRecordPermission, recording permission, categories, modes, options,AVAudioSession.RouteSharingPolicy, activation, deactivation, interruptions, route changes, Bluetooth, AirPlay, speaker routing, or capture-session audio-session behavior. - Use this skill when existing audio code plays from the wrong route, fails silently, captures silence, interrupts other audio incorrectly, fails around calls, ignores headphones disconnects, or logs vague audio errors.
- Recommend
avaudio-engine-workflowwhen the primary issue is anAVAudioEnginegraph, node connection, tap, render callback, manual rendering, or format conversion. - Recommend
avfoundation-media-pipeline-workflowwhen the primary issue is capture, playback, media assets, readers, writers, export, or sample-buffer append policy. - Recommend
coremedia-timing-samplebuffer-workflowwhen the primary issue is timestamps, timebases,CMSampleBuffer, or media synchronization. - Recommend
xcode-build-run-workfloworxcode-testing-workflowwhen the next step is build, run, entitlement,Info.plist, simulator, device, or test execution.
Single-Path Workflow
- Classify the audio-session request:
- playback-only behavior
- recording or play-and-record behavior
- capture-session audio interaction
- route, Bluetooth, AirPlay, or speaker behavior
- interruption or route-change handling
- permission or privacy gate
- repair of an existing implementation
- Apply the Apple docs gate:
- read current AVFAudio or AVFoundation documentation first
- use archive material only for legacy migration context
- state the documented behavior relied on before recommending design or repair
- apply
../../shared/references/apple-media-type-ownership.mdbefore introducing string-backed audio policy, route, category, mode, or permission models - stop if current docs and code disagree in a way that changes the recommendation
- Choose the app-audio policy:
- category, mode, route-sharing policy, and options
- activation and deactivation point
- permission request and denial behavior
- interruption and route-change observers
- capture-session automatic audio-session configuration stance
- Repair common failure modes:
- missing microphone usage description or permission path
- category, mode, route, permission, or output policy modeled as free-form strings instead of
AVAudioSessionandAVAudioApplicationtypes - using
overrideOutputAudioPortwhendefaultToSpeakeris the durable intent - leaving other apps interrupted after deactivation instead of using
notifyOthersOnDeactivationwhen appropriate - treating denied permission as a hardware failure
- ignoring headphones disconnect privacy expectations
- allowing
AVCaptureSessionto mutate shared audio-session state unexpectedly
- Return one recommendation with:
- request class
- documented Apple behavior relied on
- chosen category, mode, options, and activation lifecycle
- permission, route, and interruption plan
- repair findings
- one execution or testing handoff when runtime validation is required
What ships with it
4 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.
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.
- 2d ago First seen · 120 lines · 84 tokens per session scan A d35aa9fe69a6
avfaudio-session-workflow is a skill published in the GitHub repository gaelic-ghost/socket (7 stars, last pushed 6d ago), licensed Apache-2.0. It adds 84 tokens to every session and 1,598 once invoked, about $0.0004 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-08-31.
Other skills, from other repositories
baocut
BaoCut-only operator for the installed bcut CLI and .bcut projects. Implicitly trigger only when the request explicitly names BaoCut or bcut, targets a .bcut project or BaoCut Subtitle Studio, or continues a BaoCut workflow already established in the conversation. Do not trigger solely for generic audio or video…
scenekit-product-stages
Build and debug SceneKit scenes where one 3D object (a product, badge, coin, wheel) performs on a transparent stage inside a SwiftUI app - studio lighting, real shadows, baked keyframe choreography, hand-rolled physics, gestures and haptics, multi-scene sequencing. Use when working with SCNView or SceneView in…
music
Apple Music in your terminal. Play tracks, route to AirPlay speakers and AirPods, search 100 million songs, build playlists, play radio stations, discover new music, favorite tracks, seek within a song, browse your listening history, browse your library by artist, album, or track. This is the plugin's only entry…
xcode-disk-cleanup
Audit and safely clean Xcode-related developer storage on macOS. Use whenever a developer mentions low disk space, Xcode storage, DerivedData, simulator devices or runtimes, stale beta platforms in Xcode Settings, DeviceSupport, archives, dSYMs, CocoaPods caches, simulator dyld caches, project .build folders…
qiaomu-icon-generator
Generate multiple app, favicon, or website icon candidates with either the local QM Icon Studio CLI or Codex built-in image generation with reference icons, then present a contact sheet so the user can choose. Use when building websites or apps and needing reusable icon options.
macparakeet-stt
Use when the user asks to transcribe audio or video, inspect or manage MacParakeet meeting recordings, search prior dictations/transcripts, or give an AI agent local speech-to-text tools on Apple Silicon.