Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeDeclared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars32
LicenseMIT
Default branchmain
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Declared agentsclaude-code
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,763 B
docsSUMMARY.md545 B
History
First seen on skills.sh
First recorded snapshot · 149 installs
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](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 SW type prefix and .sw view-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:
Raw file example: https://raw.githubusercontent.com/signerlabs/ShipSwift/main/ShipSwift/SWPackage/SWAnimation/SWShimmer.swift
Pro recipes
5 recipes are Pro tier, marked Pro in the index: subscription-storekit, subscription-revenuecat, tiktok-tracking, subject-lifting, export-share. Their full docs (architecture, integration checklist, pitfalls) are delivered through the ShipSwift MCP server and are not bundled here.
Set the key and connect the MCP server (Claude Code example; other tools: see the repo README):
``bash export SHIPSWIFTAPIKEY=sklivexxxxx # add to ~/.zshrc claude mcp add --transport http shipswift https://api.shipswift.app/mcp \ --header "Authorization: Bearer ${SHIPSWIFTAPIKEY}" ``
Fetch Pro recipes with the MCP tools listRecipes / searchRecipes / getRecipe.
If the user asks for a Pro recipe and no key/MCP is configured, tell them what the recipe covers (from the index) and point them to https://shipswift.app/pricing. Do not attempt to reconstruct Pro recipe content from memory.