swiftui-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Project Scaffolding Guidelines: The skill provides structured guidance for organizing macOS application code, including recommended folder hierarchies and file naming conventions. These patterns promote maintainable and well-organized codebases.
- Development Workflow Integration: The instructions include standard developer actions such as initializing a git repository (
git init) and configuring environment files (environment.toml) to facilitate integration with development tools. These are routine operations within a software development context. - Platform-Native Affordances: The guidelines focus on leveraging native macOS features like system-adaptive colors, materials, keyboard shortcuts, and menu bar components, ensuring that applications align with platform design standards and accessibility best practices.
- Resource Management: The skill encourages appropriate state management using SwiftUI-native property wrappers (e.g.,
@SceneStorage,@AppStorage) and promotes modularity by advising against monolithic file structures.
Audit Metadata