From swift-lang
Inspect Swift toolchain selection, driver jobs, diagnostics, AST, SIL, LLVM IR, dependencies, modules, and interfaces. Use for compiler behavior, lowering, build-job, or emitted-artifact investigations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/swift-lang:swift-compiler-inspection-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inspect the Swift compilation pipeline while distinguishing supported driver behavior from version-sensitive compiler internals.
Inspect the Swift compilation pipeline while distinguishing supported driver behavior from version-sensitive compiler internals.
swiftly use --print-location and swift --versionxcode-select -p, xcrun --find swiftc, and xcrun swiftc --versionswift and swiftc as compiler-driver entry points that plan and coordinate frontend and linker jobs.swift-driver as the driver implementation, not a second compiler frontend.swift-frontend directly.swift-frontend only when a documented compiler-development workflow or unavailable driver surface requires it, and label the command internal and version-sensitive..swift-version-controlled repositories.xcrun for Apple SDK imports, Xcode build reproduction, Xcode-bundled SourceKit behavior, and Apple target triples.swiftly use xcode as a proxy into the selected Xcode toolchain and record both selectors.Return the question, selected compiler phase, toolchain owner and version, exact invocation, artifact stability class, result, and limitations.
npx claudepluginhub gaelic-ghost/socket --plugin swift-langCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.