ios

Identify and summarize modular iOS commands for architecture, feature generation, and testing workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este conjunto de comandos facilita el descubrimiento y uso de las herramientas de desarrollo iOS dentro de una arquitectura modular SPM, acelerando la configuración y el ingreso a flujos de trabajo estandarizados.

Core Features & Use Cases

  • Guía de arquitectura modular: /ios-architecture
  • Generación de servicios: /ios-service
  • Generación de features: /ios-feature
  • Pruebas unitarias: /ios-unittest
  • Pruebas de UI: /ios-uitest

Quick Start

Pide una lista de comandos modulares para iOS y ejecuta uno de ellos.

Frequently Asked Questions about ios

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

FAQPage Schema
What is modular iOS development and how does SPM architecture help?

Modular iOS development using SPM architecture breaks projects into independent modules to accelerate configuration and standardize workflows. It isolates features and services, improving build times and maintainability across complex iOS projects.

How do I generate a new feature in a modular iOS project?

To generate a feature in a modular iOS project, you use specialized modular commands like /ios-feature. These commands create the necessary Swift package structure and boilerplate code, integrating the new feature seamlessly into your SPM modular architecture.

Can I automate unit testing and UI testing workflows for Swift modules?

Yes, you can automate unit testing and UI testing workflows for Swift modules using dedicated modular commands like /ios-unittest and /ios-uitest. These commands guide the creation and execution of standardized tests within your modular iOS architecture.

What's the best way to discover available commands for iOS modular architecture?

The best way to discover available commands for iOS modular architecture is to request a list of modular iOS commands. This returns a summarized guide of use cases for feature generation, service creation, and testing workflows.

Do I need Swift Package Manager to use these modular iOS commands?

Yes, these modular iOS commands are designed for projects using Swift Package Manager (SPM). They rely on SPM modular architecture to properly structure features, services, and testing workflows within your iOS development environment.