This is a collection of production-ready code generators for iOS and macOS apps that actually read your project structure before generating anything. Instead of dumping generic snippets, these skills detect your Swift version, architecture patterns, and platform to output code that fits your codebase. They cover the boring infrastructure work: logging with os.log, analytics with swappable providers, StoreKit 2 paywalls, authentication flows, CloudKit sync, and about 30 other components. The protocol-based approach means you can swap providers by changing one line, which is genuinely useful when you realize Firebase isn't what you wanted. If you're tired of copying boilerplate from old projects or Stack Overflow, this handles the setup grunt work so you can focus on the actual app logic.
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill generators