Swiftui Performance Audit
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-performance-auditQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"swiftui-performance-audit": {
"command": "npx",
"args": [
"@modelcontextprotocol/swiftui-performance-audit"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
Tags
developmentgoswiftperformancedocumentationskill