vue-creater
Vue Web Artifacts Builder
Data Flow & Context Management (CRITICAL)
You must maintain a Session Context to store file paths. Do not proceed to subsequent steps until you have populated the required variables.
$SKILL_DIR: The absolute path to this skill's directory (where the vue-creater/SKILL.md is located).$PROJECT_ROOT: The absolute path to the project created in Step 1.$DSL_PATH: The absolute path to thedsl.jsonfile generated in Step 2 (only for Default template workflow).
IMPORTANT: All script paths mentioned in this document are relative to $SKILL_DIR. When executing scripts, always use the full path: $SKILL_DIR/scripts/script-name.py
Quick Start
Step 0: Select Project Type
FIRST STEP - MANDATORY: You must ask the user to select a project type:
More from helloggx/skill
code-review-expert
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
47coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript and Node.js development.
43component-creater
An autonomous workflow that converts a design file (via URL) into production-ready Shadcn-Vue components. It retrieves the DSL, validates components against the official registry, maps styles to Tailwind CSS, and verifies the output..
34java-coding-standards
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
30springboot-patterns
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
14springboot-security
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
12