Swiftui View Refactor
MCP Serverby sundial-org · Added 5mo ago
Claude
33
Install
git clone https://github.com/sundial-org/awesome-openclaw-skillsAdd to Claude
claude mcp add swiftui-view-refactorQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"swiftui-view-refactor": {
"command": "npx",
"args": [
"@modelcontextprotocol/swiftui-view-refactor"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
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.
Tags
developmentswiftexpressapiskill