What problem does it solve? Starting a new Twenty app requires setting up a project, authenticating against a Twenty instance, and syncing entities before any development can begin. This Skill guides the AI through scaffolding a new Twenty app correctly, including choosing the target instance and avoiding common post-scaffold mistakes. ## Core Features & Use Cases - Guided Scaffolding: Runs npx create-twenty-app@latest with the correct flags for app name, display name, description, and instance URL. - Instance Selection: Connects to an existing Twenty instance via OAuth by default, or falls back to a disposable local Docker instance on http://localhost:2020. - Post-Scaffold Guardrails: Prevents redundant validation runs and directs follow-up work to the appropriate development or management workflows. - Use Case: A developer says "scaffold a new Twenty app called deal-tracker" and the Skill confirms the app shape, asks for the instance URL, runs the scaffolder, and reports the app is synced and ready. ## Quick Start Ask the AI to scaffold a new Twenty app with your chosen name and the URL of your Twenty instance.