Fähigkeiten frontend-mobile-development-component-scaffold
📦

frontend-mobile-development-component-scaffold

Sicher

Scaffold React Components with TypeScript and Tests

This skill generates production-ready React and React Native components with full TypeScript typing, accessibility features, testing setup, and multiple styling options. It ensures consistent code quality across your component library.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "frontend-mobile-development-component-scaffold". Create a Button component with variant, size, and disabled props

Erwartetes Ergebnis:

A complete React component with TypeScript interface, CSS Modules styles, accessibility attributes, and test file

Verwendung von "frontend-mobile-development-component-scaffold". Generate a Card component for React Native with image, title, and description

Erwartetes Ergebnis:

React Native component with StyleSheet, TouchableOpacity, accessibilityLabel, and proper TypeScript types

Sicherheitsaudit

Sicher
v1 • 2/25/2026

All static security findings are false positives. The detected patterns (external_commands, weak_crypto, obfuscation) are actually JavaScript template literals and standard array methods used in example code. The skill is a legitimate React component scaffolding tool with no security risks.

1
Gescannte Dateien
406
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

Rapid Component prototyping

Quickly generate complete component files with tests and documentation to speed up development workflow

Team code standardization

Ensure all team members create components following consistent patterns and best practices

Accessibility-first development

Generate components with built-in accessibility features to meet WCAG compliance requirements

Probiere diese Prompts

Basic component generation
Create a functional React component called [ComponentName] with props for [prop1], [prop2]. Use TypeScript and CSS Modules for styling.
Full-featured component with tests
Generate a complete React component with TypeScript, including: component file, prop types, CSS Modules styles, Jest tests with Testing Library, and Storybook story. Make it accessible.
React Native mobile component
Create a React Native component for [ComponentName] that works on iOS and Android. Include TypeScript interfaces, StyleSheet styles, and accessibility props.
Component library entry point
Generate a set of related components for a [ComponentName] feature including: main component, sub-components, types, styles, tests, and index file for clean imports.

Bewährte Verfahren

  • Always use TypeScript interfaces for component props to ensure type safety across your application
  • Include accessibility attributes from the start rather than adding them later
  • Generate tests alongside components to maintain high test coverage

Vermeiden

  • Avoid generating components without prop types - this leads to runtime errors
  • Do not skip accessibility features as they are harder to add after implementation
  • Avoid mixing styling approaches in the same component

Häufig gestellte Fragen

Does this skill create actual files in my project?
No, this skill generates code templates that you can copy and paste into your project. It does not modify your filesystem.
Which styling options are supported?
The skill supports CSS Modules, styled-components, and Tailwind CSS. Choose the approach that matches your project configuration.
Can I use this for React Native projects?
Yes, specify 'native' or 'universal' as the platform in your request to generate React Native compatible code.
How do I add custom props to generated components?
Include your prop requirements in the prompt. The skill will generate appropriate TypeScript interfaces for your custom props.
Are the generated tests ready to run?
Yes, tests use Jest and React Testing Library with proper setup. You may need to configure your testing environment.
Does this work with Claude Code and Codex?
Yes, this skill is compatible with Claude, Codex, and Claude Code AI assistants.