What problem does it solve? Setting up a new fullstack project from scratch requires manually recreating backend layering, frontend structure, AI agent configuration, and documentation folders. This Skill clones a proven FastAPI + Vue 3 PrimeVue architecture into a new target directory, excluding Delphi-specific and project-specific content. ## Core Features & Use Cases - Architecture Replication: Copies the backend Clean Architecture layers (core, domain, infrastructure, services, api, schemas, db, tests), the Vue 3 + PrimeVue + Vite frontend, locales, and docs skeleton into a user-specified target folder. - Selective Exclusion: Automatically excludes Delphi source code, Delphi-related skills and instructions, device drivers, build artifacts, and project-specific documents. - Project Customization: Updates package.json name, index.html title, FastAPI app title, copilot-instructions.md, and generates README.md and .gitignore for the new project. - Verification: Installs Python and npm dependencies and runs a frontend build to confirm the scaffolded project works. - Use Case: You want to start a new internal system based on your existing FastAPI/Vue codebase. Provide a target path and project title, and the Skill produces a ready-to-develop project skeleton. ## Quick Start Ask the AI to scaffold a new fullstack project into an absolute target path such as C:\git_repos\my-new-system with your desired project title.