Skip to content

Feature: Add vue skill#51

Open
DaveDev13 wants to merge 3 commits intogoogle-labs-code:mainfrom
DaveDev13:feat/add-vue-skill
Open

Feature: Add vue skill#51
DaveDev13 wants to merge 3 commits intogoogle-labs-code:mainfrom
DaveDev13:feat/add-vue-skill

Conversation

@DaveDev13
Copy link
Copy Markdown

Adds a vue:components skill that converts Stitch HTML designs into Vue 3 Single File Components using the Composition API. Closed #50

Skill structure

vue-components/
├── SKILL.md — Core instructions & workflow
├── README.md — Install & usage
├── package.json — Validator dependencies
├── scripts/fetch-stitch.sh — Stitch asset downloader
├── scripts/validate.js — AST validator (defineProps & hex checks)
├── resources/architecture-checklist.md — Quality gate checklist
├── resources/component-template.vue — Starter SFC template
├── resources/style-guide.json — Theme token reference
└── examples/gold-standard-card.vue — Reference implementation

Modeled after the existing react-components skill, adapted for Vue 3's SFC format, Composition API conventions, and Vite project structure.

@google-cla
Copy link
Copy Markdown

google-cla bot commented Apr 10, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Add Skill for VUE

1 participant