coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Guide native Apple-game MetalFX integration for spatial or temporal upscaling, frame interpolation, and temporal denoising. Use when Codex works with MetalFX descriptors, jitter, motion vectors, depth, exposure, history, dynamic resolution, present threads, or MetalFX
$ npx -y skills add gaelic-ghost/socket --skill metalfx-game-rendering-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/metalfx-game-rendering-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Guide native Apple-game MetalFX integration for spatial or temporal upscaling, frame interpolation, and temporal denoising. Use when Codex works with MetalFX descriptors, jitter, motion vectors, depth, exposure, history, dynamic resolution, present threads, or MetalFX
name: metalfx-game-rendering-workflow description: Guide native Apple-game MetalFX integration for spatial or temporal upscaling, frame interpolation, and temporal denoising. Use when Codex works with MetalFX descriptors, jitter, motion vectors, depth, exposure, history, dynamic resolution, present threads, or MetalFX performance validation; use Game Porting Toolkit guidance for a D3D or Vulkan port.
Own the renderer-side contract that makes a MetalFX effect correct. MetalFX is not a generic FPS toggle: each effect has required inputs, lifecycle state, feature gates, and a presentation path.
Read [effect-selection.md](references/effect-selection.md) before choosing an effect. Confirm the effect’s documented availability from local Xcode or Dash API references before coding.
1. Establish the target device and OS matrix, target display cadence, baseline quality, and GPU-bound evidence. Do not add MetalFX to mask a CPU or asset-streaming bottleneck. 2. Choose one job: spatial scaling for a simpler resolution conversion, temporal scaling for reconstruction from history and motion, interpolation for generated display frames, or denoised temporal scaling for noisy rendered input. 3. Define the input contract explicitly: render/output size, color format, depth, motion-vector convention and units, jitter sequence, exposure, reset conditions, and history ownership. 4. Keep dynamic-resolution changes synchronized with the effect descriptor and resource allocation. Reset temporal history after camera cuts, resolution changes, content discontinuities, or other invalidating events. 5. Keep frame interpolation presentation isolated on its documented dedicated presentation path; do not let simulation or UI state advance merely because a generated frame is displayed. 6. Validate image quality before performance: inspect disocclusion, HUD/UI separation, motion-vector sign and scale, ghosting, shimmer, latency, and frame pacing on suitable hardware.
Return the selected effect, availability and fallback, exact input/history contract, presentation ownership, visual-validation plan, and measured performance question.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…