Help us improve
Share bugs, ideas, or general feedback.
From Build Swift Apps
Builds, runs, and tests pure SwiftPM-based macOS packages and executables. Activates when Package.swift is the primary entrypoint or SwiftPM workflows are the fastest path to diagnosis.
npx claudepluginhub xopoko/build-swift-apps --plugin build-swift-appsHow this skill is triggered — by the user, by Claude, or both
Slash command
/build-swift-apps:macos-swiftpm-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when `Package.swift` is the primary entrypoint or when SwiftPM is
Scaffolds, builds, signs, and packages SwiftPM macOS apps without Xcode. Automates project bootstrapping, packaging, signing, notarization, and appcast generation.
Scaffolds, builds, and packages SwiftPM-based macOS apps without Xcode. Covers custom layouts, bundling scripts, signing, notarization, and appcasts.
Builds native macOS apps in Swift with SwiftUI and AppKit using CLI tools. Handles full lifecycle: build, debug, test, optimize, ship without Xcode.
Share bugs, ideas, or general feedback.
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: