infinitule/apple-design-toolkit
Plugin Claude Code
Skills for building native macOS apps against Apple's official Figma UI kits — design extraction, single-file SwiftUI app builds, and safe password-free root operations.
infinitule/apple-design-toolkit
Plugin Claude Code
Skills for building native macOS apps against Apple's official Figma UI kits — design extraction, single-file SwiftUI app builds, and safe password-free root operations.
infinitule/apple-design-toolkit
Plugin Claude Code
Extract exact design specs from Apple's official Figma UI kits into SwiftUI, build signed macOS apps from a single Swift file without an Xcode project, implement password-free root operations safely, and preflight harness gates that block tool calls.
infinitule/apple-design-toolkit
Skill Claude CodeCodex
Extract 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…
infinitule/apple-design-toolkit
Skill Claude CodeCodex
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…
infinitule/apple-design-toolkit
Skill Claude CodeCodex
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.
infinitule/apple-design-toolkit
Skill Claude CodeCodex
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…