npx skills add https://github.com/signerlabs/shipswift-skills --skill build-feature使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Install once. Build iOS apps with production-ready SwiftUI recipes — right inside your AI coding tool.
ShipSwift provides copy-paste-ready implementations for animations, charts, UI components, and full-stack modules (auth, camera, subscriptions, chat, and more). This repository distributes ShipSwift as Skills for 30+ AI coding tools.
npx skills add signerlabs/shipswift-skills
One command. Works with Claude Code, Cursor, Codex, Copilot, Windsurf, Gemini, and 30+ more AI tools.
Your AI tool needs MCP access to fetch ShipSwift recipes. Pick your tool and run one command:
Claude Code (recommended — zero config):
claude mcp add --transport http shipswift https://api.shipswift.app/mcp
Other tools:
| Tool | Setup |
|---|---|
| Gemini CLI | gemini mcp add --transport http shipswift https://api.shipswift.app/mcp |
| Cursor | Add {"mcpServers":{"shipswift":{"type":"streamableHttp","url":"https://api.shipswift.app/mcp"}}} to .cursor/mcp.json |
| VS Code Copilot | Add {"servers":{"shipswift":{"type":"http","url":"https://api.shipswift.app/mcp"}}} to .vscode/mcp.json |
| Windsurf | Add {"mcpServers":{"shipswift":{"serverUrl":"https://api.shipswift.app/mcp"}}} to ~/.codeium/windsurf/mcp_config.json |
Restart your AI tool after adding the server.
Try saying:
explore recipes — browse the full catalogshow me animation components — filter by categorybuild an onboarding flow — generate a complete feature| Skill | Triggers | What It Does |
|---|---|---|
| build-feature | "build", "create", "add a feature" | Searches recipes and generates a full integration plan |
| add-component | "add component", "add X view" | Finds the right recipe and integrates it into your project |
| explore-recipes | "explore", "browse", "show recipes" | Lists all available recipes organized by category |
Once connected, your AI tool has access to:
listRecipes — Browse all recipes, filter by categorysearchRecipes — Search by keyword across titles, descriptions, and codegetRecipe — Get complete source code with architecture docs| Category | Examples |
|---|---|
| Animation | Shimmer, Typewriter, Glow Scan, Mesh Gradient, Orbit, Before/After |
| Chart | Line, Bar, Area, Donut, Ring, Radar, Scatter, Heatmap |
| Component | Label, Alert, Loading, Stepper, Onboarding, Tab Button |
| Module | Auth (Cognito), Camera, Chat, Settings, Subscriptions, Infrastructure |
Most recipes are free and always available. A few advanced modules require ShipSwift Pro:
After purchasing, set your API key:
# Add to ~/.zshrc or ~/.bashrc
export SHIPSWIFT_API_KEY=sk_live_xxxxx
Then restart your AI tool. The recipe server automatically picks up the key.
signerlabs/shipswift-skills/
├── skills/ # Cross-platform Skills (npx skills add)
│ ├── build-feature/SKILL.md
│ ├── add-component/SKILL.md
│ └── explore-recipes/SKILL.md
├── plugins/
│ └── shipswift/
│ ├── .mcp.json # Auto-configures recipe server (Claude Code Plugin)
│ └── skills/
│ ├── build-feature/SKILL.md
│ ├── add-component/SKILL.md
│ └── explore-recipes/SKILL.md
└── README.md
https://api.shipswift.app/mcpMIT