platform-specific-code
Installation
SKILL.md
Platform-Specific Code Skill
This skill covers patterns for handling iOS and Android differences.
When to Use
Use this skill when:
- Writing platform-specific UI
- Handling platform APIs differently
- Creating platform-specific files
- Styling for each platform
Core Principle
WRITE ONCE, ADAPT WHERE NEEDED - Share code where possible, diverge only when necessary.
Platform Detection
Related skills