ui-creator

Creates Expo React Native UI screens with TS/TSX components and design tokens.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/piotrgawel5/project_delta --skill ui-creator-piotrgawel5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-creator
Source: https://github.com/piotrgawel5/project_delta/tree/main/.agent/skills/ui-creator
Command: npx skills add https://github.com/piotrgawel5/project_delta --skill ui-creator-piotrgawel5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Translate visual references into production-ready Expo React Native UI implementations, enabling faster delivery and consistent design language across iOS and Android apps.

Core Features & Use Cases

  • Automatic translation of design references into TS/TSX components for screens, charts, and sheets.
  • Define local tokens for colors, spacing, radii, blur, and shadows to maintain a cohesive design system.
  • Expo-friendly implementations with React Navigation, bottom sheets, and chart integration.

Quick Start

Create a production-ready UI screen in apps/mobile using The Outsiders-inspired design tokens and component patterns.

Frequently Asked Questions about ui-creator

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

FAQPage Schema
How do I create production-ready Expo React Native UI screens from visual references?

Create production-ready Expo React Native UI screens by translating visual references into TS/TSX components, applying local design tokens for colors, spacing, radii, blur, and shadows to maintain a cohesive design system across iOS and Android.

What is the best way to build consistent mobile navigation and bottom sheets in Expo?

Build consistent mobile navigation and bottom sheets in Expo using React Navigation and Expo libraries, implementing screens with local design tokens and TS/TSX components to ensure a unified design language across iOS and Android platforms.

Can I use this approach to build dashboards and charts for React Native apps?

Yes, you can build dashboards and charts for React Native apps by translating references into TS/TSX components, utilizing Expo libraries for chart integration and applying The Outsiders-inspired design tokens for visual consistency.

Does this Expo UI implementation require external design system dependencies?

No, this Expo UI implementation defines local tokens directly for colors, spacing, radii, blur, and shadows, meaning it does not require external design system dependencies to maintain a cohesive visual language across your mobile application screens.

How do I apply design tokens for blur and shadows in React Native components?

Apply design tokens for blur and shadows in React Native components by defining local token variables within your TS/TSX files, utilizing Expo libraries to render gradients and blur effects consistently across iOS and Android environments.

When should I not use local design tokens for Expo mobile UI development?

Avoid using local design tokens for Expo mobile UI development if your project already mandates an external global design system, as mixing local token definitions with established external systems can create conflicts and visual inconsistencies across your application.