React + Next.js stack profile for design-kit. Implements the prototype and handoff-prep contract commands.
Build a single React/Next.js component from a design spec or Figma reference. Uses the frontend-design and component-builder skills. Works with full specs (Figma + Design Rules) or Shadcn-first when specs aren't ready. Chains component-builder skill → QA review. Invoke with /build-component [ComponentName].
Builds a data visualization or dashboard prototype for a specific project. Reads the design brief if available; otherwise enters conversational mode with dashboard templates. Uses the data-viz-engineer agent and data-viz-react skill. Invoke with /data-viz <project-path>.
Sprint Stage 2.5 for React/Next.js. Builds cheap, throwaway implementations of the 2-3 design directions from 02.5-design-explore.md using real DS components. No tests, no polish — just enough to see each option in the browser before picking one.
Scaffold Playwright e2e tests for a design-kit project prototype. Takes a project path as argument. Generates fixtures, handlers, test specs, constants, and a handoff README colocated at <project-path>/_e2e/. Invoke with /e2e-scaffold <project-path>.
Stage 4 of the design sprint for React/Next.js. Packages the prototype into a handoff folder with design spec, E2E scaffold, a11y report, screenshots, and handoff package metadata. Requires both a design brief and a built prototype. Invoke with /handoff-prep <project-path>.
Use this when building a net-new React component for the design system. Works with full specs (Figma + Design Rules) or Shadcn-first when specs aren't ready yet. Triggers on: "Build [ComponentName]", "Create a new component for [X]", "Implement [ComponentName] from Figma", "Scaffold [ComponentName] from Shadcn".
Use this when reviewing a React component for engineering/production quality. Triggers on: "Run QA on [component]", "Is [component] ready for handoff?", "Generate QA report for [component]".
Use when generating React data-visualization components (charts, dashboards). Pairs with the design-kit core data-visualization skill which handles chart selection reasoning. Uses Recharts by default; adapt to the project's viz library.
Use when scaffolding Playwright e2e tests for prototypes built with design-kit-react-nextjs. Generates tests colocated with the prototype.
Implements polished animations and transitions using Framer Motion. Invoke when adding entrance/exit animations, gesture interactions, layout animations, or orchestrated sequences to React components. Follows the principle of animations feeling unhurried and intentional.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace for design agents and orchestration. Ships a stack-agnostic design-sprint pipeline with pluggable brand, design-system, and stack configuration.
| Plugin | Provides |
|---|---|
design-kit | 9 design agents, 8 skills, 13 commands, init scaffolding, 5 JSON Schemas, session-start hook |
design-kit-react-nextjs | 8 skills, 6 commands — React/Next.js prototype + shadcn/ui setup |
design-kit-html | 4 commands — self-contained HTML + Tailwind CDN + Alpine.js, no build step |
# In Claude Code — pick one stack profile:
# React/Next.js (full stack, shadcn/ui)
/plugin marketplace add anindhitavidia/design-agent-kit
/plugin install design-kit@design-agent-kit
/plugin install design-kit-react-nextjs@design-agent-kit
# HTML-only (no build, open in browser — good for quick prototyping)
/plugin marketplace add anindhitavidia/design-agent-kit
/plugin install design-kit@design-agent-kit
/plugin install design-kit-html@design-agent-kit
# In your repo:
/design-kit:init # sets up config, context files, and runs stack-specific setup
/design-kit:design-sprint <project-name>
/design-kit:design-sprint runs a 7-stage pipeline with human review pauses between every stage:
data-analyst + ux-designer (qualitative signals) + market-researcher produce 01-data-intent.md
1.5. Ideation (optional) — brainstorming-design skill explores problem space before locking in directionux-designer + product-designer produce 02-brief.md + 02-design-spec.md
2.5. Design Explore — design-explore skill generates 2-3 lightweight directions that challenge the brief; stack profile builds cheap DS-component sketches; user picks one direction before any prototype code is writtendesign-kit-react-nextjs:prototype)
3.5. Design Iterate — automated design-qa run + mandatory stakeholder review pause; iterates until sign-offdesign-kit-react-nextjs:handoff-prep)Each stage's artifacts are JSON-Schema validated before the next stage begins.
/design-kit:init scaffolds a design-kit.config.json at your repo root and creates context files under docs/context/:
{
"stackProfile": "react-nextjs",
"projectRoot": "design-kit/projects",
"contextPaths": {
"brand": "docs/context/brand.md",
"designSystem": "docs/context/design-system.md",
"personas": "docs/context/personas.md",
"codingRules": "docs/context/coding-rules.md"
},
"confirmBeforeStages": false
}
Fill in the context files with your brand, design system, and persona details. Agents read them at runtime.
Key config options:
| Field | Default | Description |
|---|---|---|
stackProfile | "react-nextjs" | Which stack profile plugin to dispatch Stage 3 & 4 to |
confirmBeforeStages | true | Pause for human review between every stage. Set to false only for automated/CI runs |
marketResearch | "light" | "light" = training knowledge only (token-efficient); "full" = web search enabled; "off" = skip |
Claude Code doesn't auto-update plugins. To get the latest agents, skills, and commands:
/plugin marketplace remove design-agent-kit
/plugin marketplace add anindhitavidia/design-agent-kit
/plugin install design-kit@design-agent-kit
/plugin install design-kit-react-nextjs@design-agent-kit
Your repo files (design-kit.config.json, docs/context/, DESIGN.md, etc.) are never touched by a reinstall — only the plugin cache is replaced. If a new version adds config options you want (check the CHANGELOG), add them to your design-kit.config.json manually.
A stack profile is a second Claude Code plugin that implements two required commands:
prototype — reads 02-design-spec.md, scaffolds the prototypehandoff-prep — packages the prototype for engineering handoffSee docs/architecture.md for the full contract.
design-kit)npx claudepluginhub anindhitavidia/design-agent-kit --plugin design-kit-react-nextjsHTML stack profile for design-kit. Outputs self-contained HTML + Tailwind CDN + Alpine.js prototypes — no build step, no deployment. Open in browser directly.
Core design agents and design-sprint orchestration. Stack-agnostic; pair with a stack profile (e.g. design-kit-react-nextjs).
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.