- resources/skills/vue3-vite/SKILL.md: procedure, outputs, and atomic design conventions - resources/scripts/scaffold-vue3-vite.mjs: self-contained scaffold generating package.json, vite.config.js, index.html, router, pages, atomic component dirs, and SCSS foundations - resources/scripts/scaffold-vue3-vite.sh: Node.js-delegating shell wrapper - resources/prompts/scaffold-vue3-vite.prompt.md: chat-invocable prompt following shared pattern
813 B
813 B
name, description, agent, tools, argument-hint
| name | description | agent | tools | argument-hint | |||
|---|---|---|---|---|---|---|---|
| scaffold-vue3-vite | Scaffold a new Vue 3 + Vite project with vue-router, atomic component directories, and SCSS styling foundations. | agent |
|
project-root=<path> app-name=<name> mode=<dry-run|apply> port=<dev-server-port> |
Scaffold a new Vue 3 + Vite project using the shared scaffold script.
Requirements:
- Prefer
resources/scripts/scaffold-vue3-vite.shover manually creating files. - Default to
--mode dry-rununless the user explicitly asks for apply mode. - Resolve
--project-rootand--app-namebefore running; ask if missing. - After
--mode applycompletes, instruct the user to runnpm installthennpm run devto verify the dev server starts cleanly. - Summarize the files created and the next steps.