
signerlabs/shipswift-skills
3 skills1.8k installs84 starsGitHub
Install
npx skills add https://github.com/signerlabs/shipswift-skillsSkills in this repo
1Add ComponentAdd Component is a phase-specific agent skill for pulling ShipSwift SwiftUI recipes into your iOS app when you need a concrete UI element fast. Solo builders shipping mobile products invoke it when they say add a view, need a chart, or want shimmer loading without rebuilding from Apple docs. The workflow verifies the recipe server with listRecipes, classifies the request as animation, chart, UI component, or module, searches with searchRecipes, then fetches the full recipe for integration with architecture notes. It targets build/frontend on SwiftUI stacks and assumes ShipSwift skills or shipswift.app setup if tools are missing. Beginner-friendly for copy-paste delivery; intermediate if you adapt recipes to your design system. Not a substitute for App Store launch or backend auth—you still wire modules into your app architecture.627installs2Build FeatureBuild Feature with ShipSwift is a phase-specific agent skill for indie iOS builders who want production-shaped SwiftUI without reinventing every screen. It assumes access to the ShipSwift recipe server: listRecipes confirms the toolchain, searchRecipes surfaces copy-paste-ready implementations, and getRecipe returns complete code plus integration guidance. The workflow deliberately slows the agent down to analyze the request into UI, data, navigation, and backend pieces, then match recipes and present how they stitch together before writing project code. That plan-first step reduces half-integrated UI that looks fine in isolation but breaks in your navigation stack or data layer. Recipes span animations, charts, components, and fuller modules, so the skill fits feature requests phrased as build, create, or add a feature. When tools are unavailable, it routes you to shipswift.app setup or the npx skills installer rather than hallucinating APIs. Best paired with an existing Xcode SwiftUI project where you can adapt patterns to your folder structure and naming.594installs3Explore RecipesExplore Recipes is a phase-specific agent skill for solo iOS builders using ShipSwift with Claude Code or similar agents. When someone wants to explore, browse, list components, or see what ShipSwift offers, the skill drives a structured catalog tour instead of guessing from docs. It first confirms the ShipSwift recipe server by calling listRecipes, then organizes results by Animation, Chart, Component, and Module categories with representative examples. Users can narrow by category or keyword search, then deep-dive with getRecipe to understand what a SwiftUI building block does and how it is structured. If MCP tools are missing, the skill steers toward shipswift.app setup or installing signerlabs/shipswift-skills. This is discovery and selection work in the build phase—pair it with install or codegen skills once you know which recipe you want in the repo.584installs