
Claude Skills by infinitule
github.com/infinituleExtract exact design specs (fills, radii, metrics, effects) from Apple's official UI kits in Figma libraries and map them to native SwiftUI — search, import, read resolved geometry programmatically. Also covers building parametric app-icon marks in Figma and exporting them to a correct .icns. Use when matching an app's look to Apple's macOS/iOS UI kits from Figma.
Satisfy policy hooks that gate tool calls (fact-forcing preambles, destructive-command confirmation, first-call declarations) on the FIRST attempt instead of failing and retrying — and recognise the unconditional gates that no preamble can satisfy. Use whenever a hook blocks a Bash/Write/Edit call demanding justification.
Build, sign, and ship a native SwiftUI macOS app (menu-bar accessory, floating island/HUD panels, GUI admin prompts, custom icns) from a single Swift file with swiftc — no Xcode project. Use when creating or iterating native Mac apps outside Xcode.
Give a macOS app password-free privileged operations safely — a root LaunchDaemon watching a spool directory executes a fixed whitelist of bare verbs, installed with one GUI admin prompt. No sudoers edits, no injection surface. Use when an app needs repeated root actions (pmset, powermetrics, purge) without prompting every time.