create-component

Generate React components following DaaS patterns and TypeScript standards.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-component-alif-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-component
Source: https://github.com/Alif-N/fe-sima-arome/tree/main/.agents/skills/create-component
Command: npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-component-alif-n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating React components in DaaS (Design as a Service) applications, enforcing consistency with Buildpad components and patterns to ensure seamless integration.

Core Features & Use Cases

  • Component Generation: Automates the creation of React components following DaaS platform patterns.
  • Buildpad-First Check: Ensures component uniqueness by cross-referencing against the Buildpad catalog before creation.
  • Custom Component Support: Allows the creation of custom components while adhering to TypeScript standards and Mantine layout guidelines.
  • Use Case: A developer can quickly create a new UI component for a DaaS application, saving time and ensuring it fits within the existing design system.

Quick Start

Generate a React component for a form page using the create-component skill, specifying the name as 'FormPage' and the type as 'form'.

Frequently Asked Questions about create-component

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate React component creation for DaaS applications?

You can automate React component creation for DaaS applications by generating components that adhere to DaaS platform patterns. This ensures compatibility with the Buildpad component library and TypeScript standards.

What's the best way to ensure new React components are compatible with Buildpad?

The best way to ensure Buildpad compatibility is to use a Buildpad-First check that cross-references your new component against the Buildpad catalog. This prevents redundancy and guarantees seamless integration with existing patterns.

Can I create custom React components that follow Mantine layout guidelines?

Yes, you can create custom React components following Mantine layout guidelines. The generation process enforces TypeScript standards and Mantine layouts while allowing custom component creation within DaaS applications.

How do I generate a form page component in a DaaS environment?

To generate a form page component in a DaaS environment, specify the component name as 'FormPage' and the type as 'form'. This creates a React component adhering to platform patterns and Buildpad compliance.

Why does my React component creation process result in duplicate UI elements?

Duplicate UI elements occur when new components are not cross-referenced against the existing catalog. Enforcing a Buildpad-First check before creation ensures component uniqueness and prevents redundancy in your DaaS application.