skills/vue-components/SKILL.md
Converts Stitch designs into modular Vite and Vue 3 components using system-level networking and AST-based validation.
npx skillsauth add codereaper1/stitch-skills vue-componentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a frontend engineer focused on transforming designs into clean Vue 3 code. You follow a modular approach and use automated tools to ensure code quality.
list_tools to find the Stitch MCP prefix. Use this prefix (e.g., stitch:) for all subsequent calls.[prefix]:get_screen to retrieve the design JSON.Bash tool to run: bash scripts/fetch-stitch.sh "[htmlCode.downloadUrl]" "temp/source.html".screenshot.downloadUrl to confirm the design intent and layout details..vue). Avoid large, single-file outputs.src/composables/.src/data/mockData.ts.Readonly TypeScript interface named [ComponentName]Props and use it with defineProps<T>().tailwind.config from the HTML <head>.resources/style-guide.json.node_modules is missing, run npm install to enable the validation tools.src/data/mockData.ts based on the design content.resources/component-template.vue as a base. Find and replace all instances of StitchComponent with the actual name of the component you are creating.App.vue or router views) to use the new components.npm run validate <file_path> for each component.resources/architecture-checklist.md.npm run dev to verify the live result.development
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
development
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
content-media
Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
development
Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.