What problem does it solve?
This Skill automates the creation of a new JCS/JWS full-stack Swift application by cloning the StarterApp scaffold and guiding the user through surgical edits to tailor it to their requirements.
Core Features & Use Cases
- Automated scaffolding: Clone StarterApp and rename project components to create a ready-to-build app.
- Agentic customization: Interactively customize architecture (Bridge, Client, Server) via guided steps.
- Integrated testing & build: Enforce a strict build-run-test loop using swift-testing and the provided build scripts to validate success.
- Use Case: A developer wants a new full-stack Swift app quickly; they run this skill to generate a working scaffold, then locally implement features and launch.
Quick Start
Use the new-app skill to clone StarterApp into a new project, rename directories, and begin the agentic development loop.