npx skills add ...
npx skills add openai/plugins --skill swiftpm-macos
npx skills add openai/plugins --skill swiftpm-macos
Build, run, and test SwiftPM macOS packages and executables. Use when the repo is package-first or has no Xcode project.
Use this skill when Package.swift is the primary entrypoint or when SwiftPM is
the fastest path to a reproducible result.
Inspect the package.
Package.swift.Build with SwiftPM.
swift build by default.Run the right product.
swift run <product> when an executable exists.Test narrowly.
swift test.Summarize failures.
Provide: