Use this plugin when the user wants to hand an accepted OpenDesign artifact to a React app.
Workflow
Inspect the current artifact and identify the smallest React component boundary that preserves the design.
Produce React 18 + TypeScript code with clear props only for content or state that is likely to vary.
Prefer Tailwind CSS when the target project already supports it; otherwise keep styling local and easy to move.
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 flatten the artifact into generic divs.
Do not introduce a component library unless the target project already uses it.
Keep generated props and variants minimal.
1---2name: od-react-export3description: Export To React4---5# Export To React67Use this plugin when the user wants to hand an accepted OpenDesign artifact to a React app.89## Workflow10111. Inspect the current artifact and identify the smallest React component boundary that preserves the design.122. Produce React 18 + TypeScript code with clear props only for content or state that is likely to vary.133. Prefer Tailwind CSS when the target project already supports it; otherwise keep styling local and easy to move.144. Preserve accessibility semantics from the artifact, including headings, buttons, links, labels, focus states, and alt text.155. Finish with file placement notes, required assets, and any assumptions about routing or data.1617## Quality Bar1819- Do not flatten the artifact into generic divs.20- Do not introduce a component library unless the target project already uses it.21- Keep generated props and variants minimal.
Run npx skillmds@latest add gabrielmoreira/od-react-export in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Export To React It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
gabrielmoreira (@gabrielmoreira) published this skill. Their other Agent Skills are listed on their SkillMD profile.