plugin-swiftui
plugin-swiftui contiene 71 skills recopiladas de yigitkonur, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Audit macOS SwiftUI accessibility for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI animation motion for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI api currency for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI appearance color for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI appkit interop for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI appkit overuse for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI async data for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI availability gating for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI charts for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI concurrency safety for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI controls forms for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI document model for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI drawing canvas for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI layout and tables for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI liquid glass for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI localization for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI macos nativeness for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI menus commands for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI navigation toolbars for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI pointer gestures for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI previews for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI sandbox files for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI scenes windows for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI state observation for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI state restoration for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI swiftdata for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI typography text for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Audit macOS SwiftUI view performance for correctness, current APIs, and production conventions. Use for that domain or as part of a full audit.
Orchestrate a complete macOS SwiftUI audit across all relevant domains, then aggregate evidence-backed findings and a nativeness score.
Build or revise a production macOS SwiftUI app using native scenes, state, commands, settings, and current platform conventions.
Find production patterns for complete macOS SwiftUI features such as menu bar apps, settings, windows, and AppKit bridges.
Ground SwiftUI code in ranked examples from shipping macOS apps before choosing APIs, argument shapes, or implementation patterns.
Modernize existing macOS SwiftUI code by replacing deprecated APIs with verified current production patterns.
Create or update project settings for the SwiftUI plugin. Use only when explicitly requested with $swiftui-settings.
Audits a finished or in-progress macOS SwiftUI codebase for typography and text-rendering defects on macOS 26 Tahoe and writes per-finding Markdown to swiftui-audits/. Use when the user says text looks wrong, fonts jump on size change, numbers jiggle, labels are misaligned, or styled text is broken; when they ask to verify Text composition, Text + Text concatenation, AttributedString styling, Font.system design, Dynamic Type, ScaledMetric, lineLimit reservesSpace, TextRenderer, textRenderer, LabeledContent, or monospacedDigit on a Mac target; when AI may have written fontSize, textStyle, attributedText, Text(styled:), or font(size:); or when a deployment target below macOS 26 leaves Text + Text or Font.system(_:design:) ungated for deprecation. AUDIT-ONLY, macOS-only, SwiftUI-only. Not for AppKit NSTextView/NSAttributedString rendering, not for color/material craft, not for string externalization or localization catalogs, not for the general deprecation sweep, not for writing new typographic UI from scratch.
Run the full evidence-backed macOS SwiftUI audit suite over a project. Use only when explicitly requested with $swiftui-audit.
Review SwiftUI code or a diff for deprecated and non-idiomatic macOS usage. Use only when explicitly requested with $swiftui-review.
Create or update project settings for the SwiftUI plugin. Use only when explicitly requested with $swiftui-settings.
Look up how a SwiftUI API or interface intent is used in production macOS apps. Use only when explicitly requested with $swiftui.
Orchestrates a FULL macOS SwiftUI audit by routing one finished or in-progress codebase through the toolkit's 28 domain audit skills in a dependency-sensible order, then consolidates every per-skill finding into one swiftui-audits/_SUMMARY.md dashboard with severity, per-skill, and nativeness-score rollups. Use when the user says "audit my macOS SwiftUI app", "full SwiftUI review", "review the whole Mac app", "is this Mac app native", "pre-ship SwiftUI check", "run all the SwiftUI audits", or asks for an end-to-end / everything pass rather than one domain. Also use to gate a release (the per-skill hard-fail tally). AUDIT-ONLY, macOS-only, SwiftUI-only. This is a META skill that sequences and aggregates the 28 owners; it contains NO domain rules or fixes of its own. Not for a single domain (route straight to that audit-swiftui-* skill), not for AppKit-only apps, not for writing UI from scratch, not for HIG snapshot review.