Od vue export
Skill nexu-io/open-design/plugins/_official/scenarios/od-vue-export
🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.
npx -y skills add nexu-io/open-design --skill od-vue-exportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, as published. Nobody here has run it
Export To Vue
Use this plugin when the user wants to hand an accepted Open Design artifact to a Vue 3 project.
Workflow
- Convert the artifact into a Vue 3 single-file component with a clear template, script, and style boundary.
- Use Composition API only when the component needs state, lifecycle hooks, or derived values.
- Prefer Tailwind CSS when the target project already supports it; otherwise use scoped CSS.
- Preserve accessibility semantics from the artifact, including headings, buttons, links, labels, focus states, and alt text.
- Finish with file placement notes, required assets, and any assumptions about routing or data.
Quality Bar
- Do not add Vue state for static content.
- Do not introduce a UI framework unless the target project already uses it.
- Keep generated props and emits minimal.