swiftui-design/SKILL.md
SwiftUI UI standards for beautiful, sleek, minimalistic iOS apps. Enforces modern SwiftUI patterns, consistent theming, smooth animations, and performance. Use when building or reviewing SwiftUI code to ensure modern, user-friendly interfaces...
npx skillsauth add peterbamuhigire/skills-web-dev swiftui-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
swiftui-design or would be better handled by a more specific companion skill.SKILL.md first, then load only the referenced deep-dive files that are necessary for the task.Goal: Every screen should feel beautiful, sleek, fast, and effortless to use.
mobile-custom-icons.| Element | Standard |
|---|---|
| Corner radius | 12pt cards, 8pt inputs, continuous corners via .clipShape(RoundedRectangle(cornerRadius:, style: .continuous)) |
| Card elevation | Use .shadow(radius: 2, y: 1) — subtle, never heavy |
| Content padding | 16pt horizontal, 8-16pt vertical between items |
| Screen padding | 16pt compact, 20pt regular |
| Touch targets | Minimum 44pt height/width (Apple HIG) |
| Icon size | SF Symbols: 17pt body, 22pt title, 48pt empty states |
| Typography | Use system Font API exclusively |
Extended guidance for swiftui-design was moved to references/skill-deep-dive.md to keep this entrypoint compact and fast to load.
Use that deep dive for:
Navigation Architecture (iOS 16+)TabView ArchitectureModal PresentationsLists and GridsTheming SystemAnimation StandardsLoading / Empty / Error StatesForm DesignSwift Charts (iOS 16+)Data Flow PatternPerformance RulesPatterns and Anti-Patternsdata-ai
Use when adding AI-powered analytics to a SaaS platform — semantic search over business data, natural language queries, trend detection, anomaly alerts, and AI-generated insights for dashboards. Covers embeddings, NL2SQL, and per-tenant analytics...
data-ai
Design AI-powered analytics dashboards — what metrics to show, how to display AI predictions and confidence, drill-down patterns, KPI cards, trend visualisation, AI Insights panels, export design, and role-based dashboard variants. Invoke when...
development
Use when designing, building, reviewing, or upgrading production software systems that must be secure, performant, maintainable, scalable, and user-centered. Apply before writing specs, code, architecture, APIs, databases, mobile apps, SaaS platforms, or ERP systems.
development
Professional web app UI using commercial templates (Tabler/Bootstrap 5) with strong frontend design direction when needed. Use for CRUD interfaces, dashboards, admin panels with SweetAlert2, DataTables, Flatpickr. Clone seeder-page.php, use...