Vuemorphic — Development skill for Claude Code
Agentic React→Vue 3 translation harness using LangGraph and Claude Code.
How to install Vuemorphic
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ByteBard97/vuemorphic and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Vuemorphic does
Agentic React→Vue 3 translation harness using LangGraph and Claude Code.
Alternatives in Development
- Web Artifacts Builder — Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui 94.1k ★
- Stitch React Components — Stitch to React components conversion 2.6k ★
- Astro — Astro 5.x components, routing, collections, i18n, SEO, Tailwind, React islands, transitions 2.6k ★
README
vuemorphic
An agentic harness for automated React→Vue 3 SFC translation, powered by [LangGraph](https://github.com/langchain-ai/langgraph) and Claude Code.
What It Does
Vuemorphic drives a two-phase pipeline that reads a React JSX codebase, analyzes its structure, and produces idiomatic Vue 3 Single File Components — one component at a time, in dependency order, verified at every step.
Built to port [Flora CAD](https://github.com/ByteBard97/flora) — a native-plants landscape design tool — from a React prototype to a Vue 3 production app.
Pipeline
| Phase | What it does |
|---|---|
| A — Analysis | JSX AST extraction, idiom detection, Vue skeleton generation, SQLite import, topological sort |
| B — Translation | LangGraph loop: pick → prompt → claude --print → verify → commit or queue for review |
flowchart LR
subgraph phaseA ["Phase A — Analysis"]
direction TB
jsxFiles[".jsx source files"]
astExtract["ts-morph AST
extraction"]
idiomDetect["idiom detection"]
skeleton["Vue SFC skeleton
generation"]
dbImport["JSON → SQLite
manifest import"]
topoSort["topological sort
by dependency"]
jsxFiles --> astExtract --> idiomDetect --> skeleton --> dbImport --> topoSort
end
manifest[("vuemorphic.db
+ Vue skeletons")]
subgraph phaseB ["Phase B — Translation"]
direction TB
pickNode["pick next node
(haiku, topo order)"]
buildCtx["build context
React src + Vue deps + idioms"]
claudeCall["claude --print --no-tools
(haiku by default)"]
verifySnip["verify
remnant · postfilter · compile · vue-tsc"]
gitCommit["git commit
feat(convert): NodeId"]
pickNode --> buildCtx --> claudeCall --> verifySnip
verifySnip -->|PASS| gitCommit
verifySnip -->|FAIL| review["queue fo
Related Skills
Component Gen
Generate React or Vue components with prop types, styling, accessibility, and tests
Agent Demo
基于Java Spring Boot + React + Vue 结合claude code 及 deepseek harness的设计范式 搭建的个人agent
ClaudeCode Leak
A comprehensive technical autopsy and archival index of the March 31, 2026 Anthropic Claude Code source leak.
Devflow
The most advanced agentic development meta-harness for generating production-grade code. Ambient Orchestration
Zat.Env
Verification-first agentic coding harness for Claude Code.
Narracode
A literary harness for agentic storytelling, inspired by Claude Code
Related Agents
Agentic AI Dev
Expert Agentic AI developer with Python 3.14, LangChain v1.2.8, LangGraph v1.0.7, and FastAPI 0.135.2. Use for
Agentic AI Specialist
Focused worker for the Python symptom-analysis service in agentic_ai/, including FastAPI routes, LangGraph orc
Agentic Pipeline Researcher
Focused researcher for the Python agentic_ai subsystem and its MCP server. Use when work touches agentic_ai/,