Claude Code Plugins

Community-maintained marketplace

Feedback

react-native-component-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate React Native components with TypeScript, styling, and platform-specific code. Triggers on "create react native component", "generate rn component", "mobile component", "react native screen".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name react-native-component-generator
description Generate React Native components with TypeScript, styling, and platform-specific code. Triggers on "create react native component", "generate rn component", "mobile component", "react native screen".

React Native Component Generator

Generate React Native TypeScript components with StyleSheet and platform handling.

Output Requirements

File Output: *.tsx component files Format: Valid React Native TypeScript Standards: React Native 0.72+, TypeScript

When Invoked

Immediately generate a complete React Native component with styles and types.

Example Invocations

Prompt: "Create React Native button component" Output: Complete Button.tsx with variants, loading state, and styles.