react-component-generator

Installation
SKILL.md

React Component Generator

Instructions

When creating React components:

  1. Determine component type: Client or Server component
  2. Define props interface with TypeScript
  3. Implement with best practices
  4. Add accessibility attributes

Templates

Client Component

'use client';

import { useState, useCallback } from 'react';
Related skills

More from onewave-ai/claude-skills

Installs
117
GitHub Stars
127
First Seen
Feb 26, 2026