From fe-experts
Create a new React component with architecture review, implementation, styling, and tests
npx claudepluginhub justn-hyeok/harness-for-yall --plugin fe-expertsThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Build a complete React component through the Expert Pool pipeline.
Architecture (fe-architect): Design the component spec
Implementation (fe-implementer): Build the component
Styling (fe-styler): Apply visual design
Review (fe-perf + fe-tester in parallel):
$ARGUMENTS.name — The component name$ARGUMENTS.type — server (default) or client$ARGUMENTS.feature — Feature area for file organizationStart by spawning fe-architect with:
Design a React component: $ARGUMENTS.name
Type: ${ARGUMENTS.type || "server"}
Feature area: ${ARGUMENTS.feature || "general"}
Provide the component spec, then delegate to fe-implementer for implementation.
After implementation, delegate to fe-styler for styling.
Finally, trigger parallel review with fe-perf and fe-tester.