component-api-reviewer

component-api-reviewer is an agent for Claude Code from Dragoon0x/everything-design-taste. It costs 19 tokens per session (156 once invoked), scanned A, original, MIT.

A review of a React or other UI component's programming interface, meaning the properties and usage patterns developers work with.

In plain words
What is it for?
Use it to assess component properties, composition, TypeScript types, refs, events, accessibility options, style overrides, and documentation.
Why use it?
It finds confusing names, missing defaults or types, inflexible configuration, and other issues that make components harder to use correctly.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the edt plugin — 117 skills, 80 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/dragoon0x/everything-design-taste/component-api-reviewer
Clone the repo
git clone --depth 1 https://github.com/Dragoon0x/everything-design-taste

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for component-api-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/component-api-reviewer.svg)](https://agentmods.dev/agents/dragoon0x/everything-design-taste/component-api-reviewer)
Your own site
<a href="https://agentmods.dev/agents/dragoon0x/everything-design-taste/component-api-reviewer"><img src="https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/component-api-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00156
Opus 5 $0.00010 $0.00078
Sonnet 5 $0.00004 $0.00031
Haiku 4.5 $0.00002 $0.00016

Measured 6d ago against content hash 4181e6f6e039, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

component-api-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/component-api-reviewer.md · 26 lines

What it actually says

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. Controlled vs uncontrolled patterns.
  8. Accessibility props (aria-label, role).
  9. Style override mechanism.
  10. Documentation quality.

Output: Component API Review

Naming Issues

DX Issues

Flexibility Issues

Recommendations

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 26 lines · 19 tokens per session scan A 4181e6f6e039

Subscribe to this mod's changes

component-api-reviewer is an agent published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 4mo ago), licensed MIT. It adds 19 tokens to every session and 156 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

prism

Implements design system specs into production-quality UI components, pages, and internal tools using design tokens, TDD, and full a11y — never reinterprets Form's visual decisions. Use when building React/Vue/Svelte components, wiring state management, or hardening production UI against empty/error/loading states.…

jeremylongshore/tons-of-skills-marketplace · 78 tokens

frontend-specialist

Frontend UI/UX implementation specialist.

ChanningLua/prax-agent · 10 tokens

migrate-to-skeleton

Migrates a legacy KoliBri web component to the Skeleton Blueprint architecture (WC orchestrator + Behaviors + FC + props pattern).

public-ui/kolibri · 34 tokens

frontend-implementer

Builds production-quality, accessible UI code from a design or brief using the recommended modern stack (React + TypeScript + Tailwind v4 + shadcn/ui + Radix + Motion). Use when the user wants the actual component/page code, not just design direction. Produces clean, typed, accessible, state-complete components.

ca-who-codes/ultimate.UIUX.design.skills · 73 tokens

frontend-developer

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.

viksant/vibe-coding-tools-content · 51 tokens

react-security

PROACTIVELY review React code for security vulnerabilities, XSS risks, authentication issues, and React-specific security concerns. MUST BE USED when reviewing authentication, user input handling, API integration, or when explicitly requested for security review.

gizix/cc_projects · 49 tokens