start-new-app

Installation
SKILL.md

Start New App

Scaffold a new application from the context-kit template.

Step 1: Ask for the App Name

Ask the user:

What should the app be called? (This will be used for the directory name, package.json name, page titles, etc.)

Validate that the name is a reasonable kebab-case or lowercase slug (e.g. my-cool-app). If the user gives a human-readable name like "My Cool App", convert it to kebab-case (my-cool-app) and confirm with them.

Also ask:

Where should I create the project? (Default: the current working directory's parent, so the new app sits alongside the current project)

If the user doesn't specify, use the parent of the current working directory.

Step 2: Fetch the Latest Setup Instructions

Related skills
Installs
8
First Seen
Feb 14, 2026