generators

Generate Swift templates for iOS/macOS app components from YAML frontmatter.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill generators-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generators
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/generators
Command: npx skills add https://github.com/mazicimert/RunDom --skill generators-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production-ready Swift templates for common iOS/macOS components are time-consuming to build from scratch; this skill automates boilerplate generation to accelerate projects.

Core Features & Use Cases

  • Template-driven generation for logging, analytics, onboarding, persistence, localization, paywalls, and more
  • YAML frontmatter-driven discovery that enables auto-wiring and integration guidance
  • Optional resources directories (scripts/, references/, assets/) to support on-demand tooling and docs

Quick Start

Describe the component you want to generate, and the system will output ready-to-integrate 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 boilerplate code for iOS app components?

To generate Swift boilerplate code, describe the iOS or macOS component you need and the system outputs production-ready SwiftUI templates for logging, analytics, onboarding, persistence, and localization.

What is the best way to automate logging and analytics template creation in SwiftUI?

Automating logging and analytics template creation in SwiftUI uses a YAML frontmatter-driven discovery pattern, which outputs ready-to-integrate Swift code with auto-wiring and integration guidance.

Can I use this to generate persistence and localization templates for macOS apps?

Yes, you can generate persistence and localization templates for macOS apps by describing the component, which produces frontmatter-driven Swift templates designed for common iOS and macOS app components.

Do I need external dependencies to generate Swift code for onboarding and paywalls?

No external dependencies are required to generate Swift code for onboarding and paywalls; the system relies on optional resources directories like scripts and references to support on-demand tooling and docs.

How does frontmatter-driven discovery work for iOS code generation?

Frontmatter-driven discovery uses YAML metadata to enable auto-wiring and integration guidance, generating production-ready Swift templates for common iOS and macOS app components based on the specified component description.