react:components

Convert Stitch MCP designs into modular React components with Tailwind classes.

Updated May 16, 2026
One-click install
npx skills add https://github.com/maleksaadi0109/almatjar --skill react-components-maleksaadi0109
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react:components
Source: https://github.com/maleksaadi0109/almatjar/tree/main/.agent/skills/react-components
Command: npx skills add https://github.com/maleksaadi0109/almatjar --skill react-components-maleksaadi0109

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Converts Stitch project designs into production-ready React components, enabling rapid, consistent front-end code generation.

Core Features & Use Cases

  • Converts the design JSON from Stitch MCP into a modular React component structure following an Atomic Design approach.
  • Validates tokens and style mappings against a local style guide to ensure visual consistency.
  • Supports a high-reliability retrieval flow and a ready-to-adapt code scaffold for integration.

Quick Start

Authenticate with Stitch MCP, fetch a screen, and generate React components for the target project.

Frequently Asked Questions about react:components

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

FAQPage Schema
How do I convert Stitch designs into React components?

You can convert Stitch designs into React components by fetching screens via Stitch MCP and applying an Atomic Design approach to generate modular components with type-safe props interfaces.

Does this React component generation pipeline validate design tokens and Tailwind classes?

Yes, the pipeline validates tokens and style mappings against a local style guide using AST-based checks to ensure visual consistency and flag hard-coded values.

Can I use this to generate TypeScript React components from design JSON?

Yes, you can generate TypeScript React components from Stitch design JSON. It enforces type-safe props interfaces and data decoupling to produce production-ready frontend code scaffolds.

What is the Atomic Design approach used for Stitch MCP screen conversion?

The Atomic Design approach structures converted Stitch MCP screens into modular React components, strictly separating data from presentation to ensure scalable frontend architecture.

Why does the component generation pipeline flag hard-coded values?

The pipeline flags hard-coded values during its AST-based validation step to ensure metadata alignment and prevent visual inconsistencies between the generated React components and the design tokens.

Do I need Stitch MCP to scaffold a React component library?

Yes, you need to authenticate with Stitch MCP to fetch the design JSON screens required to scaffold your modular React component library and wire design tokens to Tailwind classes.