From Build Swift Apps
Searches Apple Dev Search for Swift, SwiftUI, Xcode, iOS, macOS community articles, tutorials, and blogs. Useful for finding community content instead of official docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:apple-dev-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bundled commands use `$PLUGIN_ROOT` (`$env:PLUGIN_ROOT` in PowerShell; same path suffix) for the plugin root. Set it once: use the host's plugin-root variable when defined (Claude Code: `PLUGIN_ROOT="$CLAUDE_PLUGIN_ROOT"`), otherwise the absolute path of this plugin's root directory.
Bundled commands use $PLUGIN_ROOT ($env:PLUGIN_ROOT in PowerShell; same path suffix) for the plugin root. Set it once: use the host's plugin-root variable when defined (Claude Code: PLUGIN_ROOT="$CLAUDE_PLUGIN_ROOT"), otherwise the absolute path of this plugin's root directory.
Use Apple Dev Search for Apple-platform community content when the user wants articles, tutorials, or reading material rather than official docs or generic web results. Do not hard-code service counts; query --counts when counts matter.
--title-only and tighter terms.|, -, *, ~1, parentheses.--recent.python3 "$PLUGIN_ROOT/skills/apple-dev-research/scripts/appledevsearch.py" --query 'build speed' --limit 5
python3 "$PLUGIN_ROOT/skills/apple-dev-research/scripts/appledevsearch.py" --query '"incremental builds" | "compile time"' --title-only --limit 5
python3 "$PLUGIN_ROOT/skills/apple-dev-research/scripts/appledevsearch.py" --query 'swift testing -uikit' --limit 5
python3 "$PLUGIN_ROOT/skills/apple-dev-research/scripts/appledevsearch.py" --recent --limit 8
python3 "$PLUGIN_ROOT/skills/apple-dev-research/scripts/appledevsearch.py" --counts
Use full text for errors/API/framework names; title-only for broad topics. Keep user terminology in at least one query before expanding synonyms.
Reusable search URL:
https://appledevsearch.com/#q=<urlencoded query>&titleOnly=true|false
Mention exact queries used, separate title-only vs full-text results, prefer direct article links, and say when results are weak or empty.
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsQuery Apple Developer Documentation, frameworks, APIs, and WWDC videos (2014-2025). Search SwiftUI, UIKit, Objective-C, Swift frameworks and watch sessions.
Indexes Apple developer documentation for iOS/macOS frameworks. Browse APIs, find doc paths, and fetch detailed pages for SwiftUI, UIKit, Core Animation, XCTest, HealthKit, Combine, SwiftData, and more.
Scans Apple's SwiftUI documentation for deprecated APIs, identifies modern replacements via Sosumi MCP, and updates the SwiftUI Expert Skill.