react-components

Convert Stitch design JSON into React components with AST-based validation.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/lildibbb/tele-crm-frontend --skill react-components-lildibbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-components
Source: https://github.com/lildibbb/tele-crm-frontend/tree/main/.agents/skills/react-components
Command: npx skills add https://github.com/lildibbb/tele-crm-frontend --skill react-components-lildibbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @swc/core, and includes scripts (resource) and resources (resource) components.

What problem does it solve?

The Skill solves the problem of manually converting design files into modular React components, streamlining the process and improving code quality.

Core Features & Use Cases

  • Design Conversion: Converts design JSON into React components, adhering to atomic design principles.
  • System-level Networking: Handles Google Cloud Storage fetch with system-level curl scripts.
  • AST-based Validation: Ensures code quality with an automated AST check.
  • Use Case: For instance, it can automatically generate React components for a new feature or page in an app, saving time on manual coding.

Quick Start

Use the react-components skill to convert a design JSON file to React components.

Frequently Asked Questions about react-components

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

FAQPage Schema
How do I convert design JSON to React components?

You can convert design JSON to React components by processing Stitch design data into modular code structures. The conversion adheres to atomic design principles and validates the generated output using AST checks.

What is AST-based validation for React component generation?

AST-based validation is an automated abstract syntax tree check used during React component generation. It ensures design-to-code conversion produces structurally sound, modular React components.

Does this design-to-code conversion require Bash and system-level fetch?

Yes, this design-to-code conversion requires Bash and system-level fetch capabilities. It uses system-level curl scripts to handle Google Cloud Storage fetch operations for retrieving design JSON files.

How do I generate modular React components for web application front-ends?

You generate modular React components for web application front-ends by processing design JSON files. This automated conversion emphasizes code modularity and quality through atomic design principles and AST validation.

Can I use system-level curl scripts to fetch design files for AST validation?

Yes, you can use system-level curl scripts to fetch design files from Google Cloud Storage. The retrieved JSON is then processed into React components and validated using automated AST checks.