core-components

Installation
SKILL.md

Core Components

Design System Overview

Use components from your core library instead of raw platform components. This ensures consistent styling and behavior.

Design Tokens

NEVER hard-code values. Always use design tokens.

Spacing Tokens

// CORRECT - Use tokens
<Box padding="$4" marginBottom="$2" />

// WRONG - Hard-coded values
<Box padding={16} marginBottom={8} />
Related skills

More from xfstudio/skills

Installs
6
Repository
xfstudio/skills
GitHub Stars
5
First Seen
Jan 27, 2026