Web & Frontendlow risk
export-nextjs-handoff
Use this plugin when the user wants an accepted Open Design artifact converted into a Next.js App Router handoff with clean components, styles, assets, and implementation notes.
nexu-io/open-design·plugins/spec/examples/export-nextjs-handoff/SKILL.md
61/ 100おすすめ度
この Skill を導入
coding agent を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.agents/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a codex -y個人環境に導入~/.agents/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a codex -g -yプロジェクトに導入.claude/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a claude-code -y個人環境に導入~/.claude/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a claude-code -g -yプロジェクトに導入.agents/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a github-copilot -y個人環境に導入~/.copilot/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a github-copilot -g -yプロジェクトに導入.agents/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a cursor -y個人環境に導入~/.cursor/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a cursor -g -yプロジェクトに導入.agents/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a gemini-cli -y個人環境に導入~/.gemini/skills/export-nextjs-handoff
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/export-nextjs-handoff -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/export-nextjs-handoff⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# Export Next.js Handoff ## Workflow 1. Read the accepted artifact and identify components, assets, layout tokens, and interactions. 2. Generate a Next.js App Router folder with page, component, and style boundaries. 3. Preserve visual fidelity while using maintainable component names and accessible markup. 4. Run available typecheck or build commands when a package is present. 5. Return a diff summary and handoff notes. ## Output Contract Produce `nextjs-handoff/` and `handoff-summary.md`.