build-feature
Build Feature with ShipSwift
Build production-ready iOS features by combining ShipSwift recipes -- copy-paste-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules.
Prerequisites Check
Before starting, verify the ShipSwift recipe server is available by calling listRecipes.
If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install.
Workflow
-
Analyze the request: Break down the user's feature request into discrete components (UI, data, navigation, backend integration).
-
Search for recipes: Use
searchRecipeswith relevant keywords to find matching ShipSwift recipes. Try multiple search terms if the first query returns few results. -
Fetch full implementations: Use
getRecipefor each relevant recipe to get the complete source code, architecture explanation, and integration checklist.