wordflow-design-system

Apply WordFlow AI design tokens and adaptive layouts to the poly_apps/wordflow-ai application.

1|Updated Jan 26, 2024
One-click install
npx skills add https://github.com/accountbelongstox/core_node --skill wordflow-design-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordflow-design-system
Source: https://github.com/accountbelongstox/core_node/tree/main/.cursor/skills/wordflow-design-system
Command: npx skills add https://github.com/accountbelongstox/core_node --skill wordflow-design-system

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill ensures consistent application of the WordFlow AI design system across the poly_apps/wordflow-ai application, maintaining visual coherence and adherence to design principles.

Core Features & Use Cases

  • Design Token Enforcement: Applies centralized design tokens for colors, spacing, typography, and motion.
  • UI Beautification: Implements advanced visual effects like Ultra-Glassmorphism, mesh gradients, and material presets.
  • Component Styling: Standardizes buttons, cards, and navigation bars according to the design system.
  • Use Case: When developing new UI components for the poly_apps/wordflow-ai mobile app, use this skill to ensure they seamlessly integrate with the existing design language, from button styles to adaptive layouts.

Quick Start

Apply the WordFlow AI design system to the poly_apps/wordflow-ai UI by referencing poly_apps/wordflow-ai/index.css for tokens and base styles.

Frequently Asked Questions about wordflow-design-system

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

FAQPage Schema
How do I enforce design tokens and UI consistency in a mobile app?

To enforce design tokens and UI consistency, apply a centralized design system using CSS variables for colors and spacing, alongside TypeScript components to manage standard styles, ensuring visual coherence across the mobile app.

What is Ultra-Glassmorphism and how do I apply it to UI components?

Ultra-Glassmorphism is an advanced visual effect used in UI beautification. You apply it by utilizing predefined material presets and mesh gradients from a centralized style center to standardize component aesthetics like cards and navigation bars.

How do I manage design tokens for frontend development using TypeScript?

Manage design tokens for frontend development by referencing TypeScript components in a StyleCenter file to apply centralized styles, ensuring that typography, motion easing, and button styles remain consistent throughout the application.

Does this design system approach work for mobile-first adaptive layouts?

Yes, this design system approach explicitly supports mobile-first adaptive layouts. It utilizes CSS variables and predefined styling components to ensure the user interface adapits seamlessly while maintaining strict design token enforcement.

Can I use CSS variables to standardize button styles and motion easing?

Yes, you can use CSS variables defined in the index.css file to standardize button styles, motion easing, and material presets, ensuring that all UI components maintain a consistent visual language.

What is the best way to maintain visual coherence when adding new UI components?

The best way to maintain visual coherence is to enforce a centralized design system with defined tokens and material presets, ensuring new components seamlessly integrate with existing adaptive layouts and advanced visual effects.