Skillshub uniwind

Uniwind Best Practices

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/pproenca/dot-skills/uniwind" ~/.claude/skills/comeonoliver-skillshub-uniwind && rm -rf "$T"
manifest: skills/pproenca/dot-skills/uniwind/SKILL.md
source content

Uniwind Best Practices

Comprehensive performance optimization and best practices guide for Uniwind - the fastest Tailwind CSS bindings for React Native. Contains 45+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Setting up Uniwind in a new React Native project
  • Configuring Metro plugin and CSS entry points
  • Building theme systems with CSS variables
  • Integrating third-party components with className support
  • Creating responsive layouts for mobile and tablet
  • Optimizing styling performance
  • Migrating from NativeWind to Uniwind

Rule Categories by Priority

PriorityCategoryImpactPrefix
1Build-Time ConfigurationCRITICAL
build-
2Theme ArchitectureCRITICAL
theme-
3Component IntegrationHIGH
comp-
4Responsive DesignHIGH
resp-
5Performance OptimizationMEDIUM-HIGH
perf-
6Platform PatternsMEDIUM
plat-
7State & InteractionMEDIUM
state-
8Migration & CompatibilityLOW-MEDIUM
compat-

Quick Reference

1. Build-Time Configuration (CRITICAL)

2. Theme Architecture (CRITICAL)

3. Component Integration (HIGH)

4. Responsive Design (HIGH)

5. Performance Optimization (MEDIUM-HIGH)

6. Platform Patterns (MEDIUM)

7. State & Interaction (MEDIUM)

8. Migration & Compatibility (LOW-MEDIUM)

How to Use

Read individual reference files for detailed explanations and code examples:

Reference Files

FileDescription
AGENTS.mdComplete compiled guide with all rules
references/_sections.mdCategory definitions and ordering
assets/templates/_template.mdTemplate for new rules
metadata.jsonVersion and reference information