| name | starter-project |
| description | Generate starter projects pre-configured with Claude Code agents and skills. Choose from SaaS app, API service, component library, CLI tool, e-commerce, or browser game templates. |
Starter Project Generator
Tip: For a full app launch workflow with staged build plans and agent team assignments, use /launch-app instead. This skill is for quick scaffolding without detailed planning.
Instructions
IMPORTANT: Execute immediately. If the user provided a category argument, start building. If not, ask the user to choose a template using AskUserQuestion - do NOT print a menu and wait.
Parse arguments:
$1 = category: saas, api, components, cli, ecommerce, game
$2 = project name (if not provided, ask the user)
If no category was provided, use AskUserQuestion to ask which template they want:
- SaaS Web App - Full-stack Next.js with auth and dashboard
- API Service - Node.js REST API with testing
- Component Library - React components with Storybook
- CLI Tool - Command-line application
- E-Commerce Store - Next.js store with Stripe integration
- Browser Game - Canvas/Phaser game
Once you have category and name, proceed immediately to Step 1.
Step 1: Set Up Template Configuration
Based on the category, determine tech stack and which agents to copy: