nexu-io/open-design

od-nextjs-export

Use this plugin when the user wants to hand an accepted Open Design artifact to a Next.js App Router project.

65Collecting
See source evidenceView GitHub source
npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-nextjs-export"
Source profileDesignCatalog only

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Limited to facts supported by the pinned source

What the pinned source establishes about od-nextjs-export

Use this plugin when the user wants to hand an accepted Open Design artifact to a Next.js App Router project.

npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-nextjs-export"
Check the pinned source

The pinned source contains about 135 English words and 2 usable sections. That evidence supports a source profile, not a complete guide.

135 source words · 2 usable sections

What the source actually contains

2 verifiable source sections for od-nextjs-export

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

Workflow

1. Decide whether the result should be a route, layout fragment, or reusable component. 2. Keep components server-first unless interactivity, browser APIs, or client state require 'use client'. 3. Preserve the artifact's visual system while adapting image, link, font, and metada…

SKILL.md · 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.
02

Quality Bar

Do not mark the whole tree as client-side unless necessary.

SKILL.md · 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.

Choose a different workflow

When another Skill is the better fit

vercel-react-view-transitions

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view

A separate implementation from vercel-labs/agent-skills; compare its source, maintenance signals, and permission requirements.

Open source detail

suede-code-review

Find the bugs a diff can actually ship: TypeScript, React, Next.js, OWASP, accessibility, SEO, database, and deploy-risk review. Return findings, not a grade.

A separate implementation from JasonColapietro/suede-creator-skills; compare its source, maintenance signals, and permission requirements.

Open source detail

gsap-framer-scroll-animation

Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says "anim

A separate implementation from github/awesome-copilot; compare its source, maintenance signals, and permission requirements.

Open source detail

FAQ

How do I install od-nextjs-export?

The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "plugins/_official/scenarios/od-nextjs-export". Inspect the command and pinned source before running it.

Repository stars
82,073
Repository forks
9,485
Quality
65/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

65/100
Documentation16/30
Specificity17/25
Maintenance15/20
Trust signals17/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

vercel-react-view-transitions by vercel-labs

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view

suede-code-review by JasonColapietro

Find the bugs a diff can actually ship: TypeScript, React, Next.js, OWASP, accessibility, SEO, database, and deploy-risk review. Return findings, not a grade.

gsap-framer-scroll-animation by github

Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says "anim

export-nextjs-handoff by nexu-io

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.

design-review by event4u-app

Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

Export To Next.js

Use this plugin when the user wants to hand an accepted Open Design artifact to a Next.js App Router project.

Workflow

  1. Decide whether the result should be a route, layout fragment, or reusable component.
  2. Keep components server-first unless interactivity, browser APIs, or client state require 'use client'.
  3. Preserve the artifact's visual system while adapting image, link, font, and metadata usage to Next.js conventions.
  4. Prefer Tailwind CSS when the target project already supports it; otherwise keep styling local and easy to move.
  5. 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.
Skill path
plugins/_official/scenarios/od-nextjs-export/SKILL.md
Commit SHA
89d6d4ef21ba
Repository license
Apache-2.0
Data collected