ios-feature

Generates iOS feature modules with customizable views and navigation.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/roncuevas/ios-mv-skill --skill ios-feature
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ios-feature
Source: https://github.com/roncuevas/ios-mv-skill/tree/main/ios-feature
Command: npx skills add https://github.com/roncuevas/ios-mv-skill --skill ios-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The ios-feature skill automates generating a complete iOS feature module (Screen, Route, Views, Components) following a modular architecture, saving development time on scaffolding repetitive structures.

Core Features & Use Cases

  • Generates a full feature module with Screen, Route, Views (List, Detail, Edit) and a Card component, following a modular architecture.
  • Includes templates for Route, Screen, ListView, DetailView, EditView, and Card, with localization strings and navigation integration guidance.
  • Use cases: creating a new screen, adding a feature, or generating a module with common screens and navigation.

Quick Start

Provide the feature name and required views to generate a complete iOS feature module ready for integration.

Frequently Asked Questions about ios-feature

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

FAQPage Schema
How do I scaffold a new SwiftUI feature module with list and detail screens?▼

To scaffold a SwiftUI feature module, provide the feature name and required views to generate a complete module with Screen, Route, ListView, DetailView, and EditView following a modular architecture.

What files are included when generating an iOS feature module?▼

Generating an iOS feature module includes templates for Route, Screen, ListView, DetailView, EditView, and a Card component, complete with localization strings and navigation integration guidance.

Can I use this scaffolding tool to create a modular iOS architecture?▼

Yes, this tool generates a complete iOS feature module conforming to a modular Library/Sources/Features structure, using Routable navigation and SwiftUI views for a modular architecture.

What is the best way to automate iOS screen generation for a new feature?▼

Automating iOS screen generation involves using template-driven file creation to output a complete feature module with Screen, Route, Views, and Components, saving development time on repetitive scaffolding structures.

Do I need to manually configure Routable navigation when adding a new screen?▼

No, manual configuration is unnecessary because the generated feature module includes Route templates with built-in navigation integration guidance conforming to the Routable protocol.

Are localization strings automatically generated for SwiftUI views?▼

Yes, localization strings are automatically generated and included in the feature module alongside the SwiftUI views and components during the template-driven file generation process.