Enforce design token usage in SwiftUI apps using iOS Human Interface Guidelines. Use when implementing design tokens, colors, or typography in SwiftUI.
Scanned 6/6/2026
Install via CLI
openskills install HoangNguyen0403/agent-skills-standard---
name: ios-design-system
description: Enforce design token usage in SwiftUI apps using iOS Human Interface Guidelines. Use when implementing design tokens, colors, or typography in SwiftUI.
metadata:
triggers:
files:
- '**/*View.swift'
- '**/Theme/**'
- '**/DesignSystem/**'
keywords:
- Color
- Font
- SwiftUI
- ViewModifier
- Theme
---
# iOS Design System (SwiftUI)
## **Priority: P2 (OPTIONAL)**
Enforce design token usage in SwiftUI. Follow Apple HIG for iOS-native feel.
## Token Structure
Define tokens in `Theme/` folder: Colors via Asset Catalog (`Color("Name")`), `Spacing` enum for all margins, `Font` extensions for typography. See [Token Structure & Examples](references/example.md).
## Anti-Patterns
- **No Hex Colors**: Define in asset catalog, use `Color("Name")`.
- **No Magic Spacing**: Use `Spacing.md` not `spacing: 16`.
- **No System Colors for Brand**: Use `.appPrimary` not `Color.blue`.
## References
- [Token Structure & Usage Examples](references/example.md)No comments yet. Be the first to comment!
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.