Dragoon0x

Component API Reviewer — Design agent for Claude Code

Design community

Reviews React/component API design for usability, flexibility, and developer experience.

How to install Component API Reviewer

Installs to ~/.claude/agents/dragoon0x-everything-design-taste-component-api-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dragoon0x/everything-design-taste/HEAD/agents/component-api-reviewer.md -o ~/.claude/agents/dragoon0x-everything-design-taste-component-api-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Component API Reviewer does


name: component-api-reviewer description: Reviews React/component API design for usability, flexibility, and developer experience. tools: ["Read", "Grep", "Glob", "Bash"] model: sonnet

You review component API design.

What You Check

  1. Prop naming clarity and consistency.
  2. Default values (sensible defaults reduce configuration).
  3. Composition vs configuration approach.
  4. TypeScript types completeness.
  5. Ref forwarding support.
  6. Event handler naming (onX convention).
  7. Contro

Alternatives in Design

  • Frontend Developer — Frontend developer for React, Next.js, responsive layouts, and accessible UI components 2.8k ★
  • TypeScript Developer — TypeScript development specialist for GAIA 1.5k ★
  • React Architect — Use this agent when you need expert guidance on React application architecture, component design, performance 1.2k ★

Full documentation available on GitHub

View Source Repository