What problem does it solve? Setting up a new Vue 3 + PrimeVue 4 frontend project from scratch involves repetitive copying, renaming, and configuration work that is error-prone, especially around dependency version mismatches. This Skill automates cloning the tcci-vue-template into a new target directory, customizing project metadata, and verifying the result builds and runs. ## Core Features & Use Cases - Template Copying with Exclusions: Copies the template project while excluding node_modules, .git, docs, and other non-essential files, always preserving package-lock.json for version locking. - Project Customization: Updates package.json name, index.html title, Vite base path, and topbar branding while keeping all demo routes, menus, and example pages intact for developer reference. - Deterministic Install and Verification: Uses npm ci instead of npm install to avoid PrimeVue version incompatibilities, then validates with npm run build and npm run dev. - Use Case: A developer needs a new MM material management system prototype. Provide the target directory and project title, and the Skill produces a compiling, runnable Vue 3 + PrimeVue 4 scaffold ready for development. ## Quick Start Ask the AI to generate a new system scaffold from tcci-vue-template into your chosen target directory with your desired project title and name.