# create > Create new application command. Triggers App Builder skill and starts interactive dialogue with user. - Author: Gerardo Argueta - Repository: argueta15/claudecode-kit - Version: 20260131095101 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/argueta15/claudecode-kit - Web: https://mule.run/skillshub/@@argueta15/claudecode-kit~create:20260131095101 --- --- name: create description: Create new application command. Triggers App Builder skill and starts interactive dialogue with user. allowed-tools: Read, Grep, Glob, Bash, Edit, Write, Task version: 1.0 priority: NORMAL --- # Create Skill ## Usage This skill can be invoked with arguments: ```bash claude /create [arguments] ``` The arguments will be passed to the skill and used in the workflow below. --- --- ## Task This command starts a new application creation process. ### Steps: 1. **Request Analysis** - Understand what the user wants - If information is missing, use `conversation-manager` skill to ask 2. **Project Planning** - Use `project-planner` agent for task breakdown - Determine tech stack - Plan file structure - Create plan file and proceed to building 3. **Application Building (After Approval)** - Orchestrate with `app-builder` skill - Coordinate expert agents: - `database-architect` → Schema - `backend-specialist` → API - `frontend-specialist` → UI 4. **Preview** - Start with `auto_preview.py` when complete - Present URL to user --- ## Usage Examples ``` /create e-commerce app with product listing and cart /create todo app /create Instagram clone /create crm system with customer management ``` --- ## Before Starting If request is unclear, ask these questions: - What type of application? - What are the basic features? - Who will use it? Use defaults, add details later.