sozercan / swiftui-view-refactor
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/swiftui-view-refactor && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3127" && unzip -o skill.zip -d .claude/skills/swiftui-view-refactor && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/swiftui-view-refactor/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view's layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
0 views
0 installs