build-feature
Build an iOS feature using ShipSwift component recipes. Use when the user says "build", "create", "add a feature", or describes an iOS feature they want to implement.
How do I install this agent skill?
npx skills add https://github.com/signerlabs/shipswift-skills --skill build-featureIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a workflow for building iOS features using ShipSwift UI recipes. It includes setup instructions for MCP servers and guides users on how to configure their own API keys.
- Socketfail
1 alert: gptMalware
- Snykwarn
Risk: MEDIUM · No issues
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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. -
Present an integration plan: Before writing code, show the user:
- Which recipes will be used
- How they connect together
- What customizations are needed for their specific use case
-
Generate code: Adapt the recipe patterns to the user's project structure. Combine multiple recipes when the feature spans several areas (e.g., a chart view with shimmer loading animation).
-
Provide integration checklist: List any required dependencies, Info.plist entries, or environment setup from the recipe documentation.
Guidelines
- Always search recipes before writing code from scratch -- ShipSwift likely has a ready-made solution.
- Combine multiple recipes when the feature spans several areas.
- Use
SW-prefixed naming conventions for ShipSwift components (e.g.,SWShimmer,SWDonutChart). - View modifier methods use
.swlowercase prefix (e.g.,.swShimmer(),.swGlowScan()). - Keep Views lightweight; extract complex logic into ViewModels.
- Support Dark Mode and Dynamic Type by default.
- Prefer SwiftUI-native APIs over UIKit wrappers.
Pro Recipes
Some recipes require a Pro license ($89 one-time). If a recipe returns a purchase prompt, the user can buy at shipswift.app/pricing and set SHIPSWIFT_API_KEY in their environment.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/signerlabs/shipswift-skills/build-feature">View build-feature on skillZs</a>