shipswift
Installation
SKILL.md
ShipSwift Recipes
Production-ready SwiftUI implementations you can copy into iOS/macOS apps. Each recipe is a self-contained markdown doc with an architecture overview, full source code, an integration checklist, and known pitfalls.
How to use
- Find a recipe: read references/index.md — the full catalog (89 recipes across animation / chart / component / module) with one-line descriptions.
- Read the recipe: free recipes are bundled locally at
references/<category>/<id>.md. Always read the full recipe file before writing code — do not improvise from the index line alone. - Integrate: follow the recipe's integration checklist. Keep the
SWtype prefix and.swview-modifier naming conventions unless the user asks otherwise.
Guidelines:
- Recipes are self-contained: components depend only on small SWUtil helpers, which each recipe inlines or references explicitly.
- When combining recipes (e.g. an onboarding flow from onboarding-view + typewriter-text + confetti), read each recipe fully first, then integrate them together.
- Present catalog browsing results as scannable tables grouped by category, and include recipe IDs so the user can reference them later.
Latest source on GitHub
The bundled references match the latest ShipSwift release. For the newest source, or for shared utilities not inlined in a recipe, fetch from the public template repo: