settings-screen

Generate SwiftUI settings screens for iOS and macOS apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a complete, production-ready settings UI scaffold for iOS and macOS apps, reducing boilerplate and accelerating delivery of configurable interfaces.

Core Features & Use Cases

  • Modular sections (Appearance, Account, Notifications, About, Legal) tailored to project naming and platform conventions.
  • Cross-platform compatibility with iOS Form-based navigation and macOS Settings windows.
  • Template-driven scaffolding that adapts to your project's architecture and UI patterns.

Quick Start

Create a complete Settings screen using the generator with default sections for an iOS/macOS project.

Frequently Asked Questions about settings-screen

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

FAQPage Schema
How do I generate a SwiftUI settings screen for iOS and macOS?

Generate a SwiftUI settings screen by using a template-driven scaffold that adapts to project naming and supports iOS Form-based navigation and macOS Settings window patterns. The scaffold outputs modular sections like Appearance, Account, and Notifications automatically.

What is the best way to create a macOS Settings window in SwiftUI?

The best way to create a macOS Settings window is using a template-driven scaffold that implements platform-specific navigation and accessibility patterns. It generates production-ready UI sections tailored to macOS conventions, reducing manual boilerplate.

Can I use AppStorage with a generated settings UI template?

Yes, you can use AppStorage with a generated settings UI. The template integrates directly with AppStorage-based settings to ensure preferences persist correctly across iOS and macOS platforms without requiring additional configuration.

Does the generated settings scaffold include sections for Legal and About?

Yes, the generated settings scaffold includes modular sections for Legal and About. It also creates sections for Appearance, Account, and Notifications, all tailored to your specific project naming and platform conventions.

How do I add cross-platform navigation to a SwiftUI settings screen?

Add cross-platform navigation to a SwiftUI settings screen by implementing the template-driven scaffold. It automatically adapts platform-specific navigation, using Form-based navigation for iOS and dedicated Settings windows for macOS.

Why does generating a settings screen reduce SwiftUI boilerplate?

Generating a settings screen reduces SwiftUI boilerplate by using a template-driven approach that automatically scaffolds modular sections and platform-specific accessibility patterns. This eliminates repetitive code for standard configurations like Appearance and Notifications.