Skip to content

Templates

Copy-paste scaffolding with folder structure, boilerplate Swift, naming conventions, DI setup, error handling, and testing examples. Swift here is illustrative — rename the sample types (Article, Checkout, etc.) and split combined files into one-type-per-file when you copy them into a real module. (They aren't part of a compiled package, so cross-file symbols won't resolve in isolation — that's expected.)

Each template links to the skills, standards, and architecture docs it implements.