How to install build-feature
npx skills add https://github.com/signerlabs/shipswift-skills --skill build-featureFull instructions (SKILL.md)
Source of truth, from signerlabs/shipswift-skills.
name: build-feature description: > 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.
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.
Related skills
More from signerlabs/shipswift-skills and the wider catalog.

explore-recipes
Explore and browse available ShipSwift recipes. Use when the user says explore, browse, show recipes, list components, what's available, or wants to discover what ShipSwift offers.

add-component
>

a-stock-data
A股全栈数据工具包 — 覆盖行情(mootdx+腾讯+百度K线)、研报(东财+同花顺+iwencai)、信号(同花顺热点+北向+龙虎榜+解禁+行业)、资金面(融资融券+大宗交易+股东户数+分红+资金流分钟级+资金流120日)、新闻(东财个股+全球资讯)、基础数据(mootdx财务/F10+东财+新浪三表)、公告(巨潮)、打板(涨停池/连板梯队/炸板率/跌停)、ETF期权(T型报价/希腊字母/IV)、舆情互动(互动易问答/热榜/人气榜)十层数据源,内嵌全部调用代码,自包含零依赖外部文件。优先用通达信(mootdx)/腾讯(不封IP),东财接口已内置限流防封。适用于个股估值、研报检索、题材归因、龙虎榜跟踪、解禁预警、行业轮动、融资融券跟踪、筹码分析、产业链调研、批量筛选、打板情绪跟踪、ETF期权策略、投资者互动问答、市场热度选题等场景。

code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality.

create-skill
Guide for creating modular skills that extend agent capabilities with specialized knowledge and workflows.

backend-development
Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.