generators

Generate Swift code templates for common iOS and macOS app components.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill generators-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generators
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill generators-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides production-grade Swift code generators that scaffold common app components, reducing boilerplate and accelerating project setup.

Core Features & Use Cases

  • Generates templates for onboarding, analytics, localization, persistence, networking, paywalls, and more.
  • Performs pre-generation checks, conflict detection, and environment-aware customization to fit your project.
  • Outputs comprehensive guidance including file lists, integration steps, and testing instructions.

Quick Start

Choose the modules you want to scaffold and run the generator to produce production-ready Swift templates.

Frequently Asked Questions about generators

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Swift code templates for common iOS app components?

To generate Swift code templates, choose the modules you want to scaffold such as onboarding or networking. The generator produces production-ready Swift code, file lists, and integration steps for your iOS and macOS projects.

What is scaffolding and how does it reduce boilerplate in macOS projects?

Scaffolding automates the creation of common app components like persistence and localization, reducing boilerplate. It outputs versioned file templates and configuration guidance to accelerate your macOS project setup.

Does the Swift code generator work with existing codebases?

Yes, the Swift code generator works with existing codebases by performing pre-generation checks and conflict detection. It provides environment-aware customization and integration steps to fit your current project structure.

Can I scaffold networking and paywall components for iOS apps?

Yes, you can scaffold networking and paywall components along with analytics and onboarding modules. The generator delivers complete outputs including required capabilities, file templates, and testing instructions for your iOS apps.

What are the limitations of using automated codegen for Swift project setup?

Automated codegen requires pre-generation checks and conflict detection to avoid overwriting existing files. You should review the generated integration steps and testing instructions to ensure the templates match your specific project architecture.