What problem does it solve?
Manually setting up a new Swift Package Manager repository requires repetitive configuration, platform selection, versioning, testing setup, and guidance files, leading to inconsistency and extra effort.
Core Features & Use Cases
- Input Normalization: Accepts name, type, destination, platform, version profile, and testing mode, normalizing aliases automatically.
- Deterministic Scaffold: Runs a shell script that creates the package, injects platform versions, initializes git, copies AGENTS guidance, and installs a repo‑maintenance toolkit.
- Validation & Guardrails: Checks Swift toolchain version, ensures required tools exist, prevents overwriting non‑empty directories, and can skip validation on demand.
- Customization: Runtime defaults can be adjusted via a Python customization config, influencing version profiles and testing mode.
- Workflow Handoff: After bootstrap, recommends appropriate build, test, or Xcode workflows.
Quick Start
Ask the bootstrap‑swift‑package skill to create a library package named MyLib in the current folder.