Use this plugin when the user wants to hand an accepted OpenDesign artifact to a Next.js App Router project.
Workflow
Decide whether the result should be a route, layout fragment, or reusable component.
Keep components server-first unless interactivity, browser APIs, or client state require 'use client'.
Preserve the artifact's visual system while adapting image, link, font, and metadata usage to Next.js conventions.
Prefer Tailwind CSS when the target project already supports it; otherwise keep styling local and easy to move.
Finish with file placement notes, client/server assumptions, assets, and any data requirements.
Quality Bar
Do not mark the whole tree as client-side unless necessary.
Do not add framework features unrelated to the artifact handoff.
Keep route and component boundaries easy to review.
1---2name: od-nextjs-export3description: Export To Next.js4---5# Export To Next.js67Use this plugin when the user wants to hand an accepted OpenDesign artifact to a Next.js App Router project.89## Workflow10111. Decide whether the result should be a route, layout fragment, or reusable component.122. Keep components server-first unless interactivity, browser APIs, or client state require `'use client'`.133. Preserve the artifact's visual system while adapting image, link, font, and metadata usage to Next.js conventions.144. Prefer Tailwind CSS when the target project already supports it; otherwise keep styling local and easy to move.155. Finish with file placement notes, client/server assumptions, assets, and any data requirements.1617## Quality Bar1819- Do not mark the whole tree as client-side unless necessary.20- Do not add framework features unrelated to the artifact handoff.21- Keep route and component boundaries easy to review.
Run npx skillmds@latest add gabrielmoreira/od-nextjs-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 Next.js 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.