new-app

Clone StarterApp and guide JCS/JWS Swift app creation through define-implement-test-build-launch.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MeansAI/claude-plugins --skill new-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-app
Source: https://github.com/MeansAI/claude-plugins/tree/main/skills/new-app
Command: npx skills add https://github.com/MeansAI/claude-plugins --skill new-app

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about new-app

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

FAQPage Schema
How do I scaffold a new full-stack Swift application quickly?

Scaffolding a full-stack Swift application is done by cloning the StarterApp scaffold and renaming project components, which produces a ready-to-build JCS/JWS app structure for immediate development.

What is the agentic development workflow for a JCS/JWS app?

The agentic workflow enforces an iterative loop of defining, implementing, testing, and building. It guides you to implement DTOs in Bridge, update client and server code, and wire tests using swift-testing to validate the build.

How do I customize Bridge, Client, and Server modules in Swift?

Customizing Bridge, Client, and Server modules is handled through guided interactive steps during the scaffolding process, allowing you to surgically edit and rename directories to tailor the full-stack Swift architecture to your needs.

Can I use swift-testing to validate a newly generated Swift app?

Yes, you can use swift-testing to validate a newly generated Swift app. The scaffolding process wires tests using swift-testing and enforces a strict build-run-test loop with provided scripts to ensure a working app.

Do I need to manually configure build scripts for a JCS/JWS app?

You do not need to manually configure build scripts for a JCS/JWS app. The StarterApp scaffold includes provided build scripts that automatically validate the build and launch the application after your iterative development loop.