Agent Skills
› signerlabs/ShipSwift
› explore-recipes
explore-recipes
GitHub用于浏览和探索 ShipSwift 组件库,支持展示目录、详情及组合建议。
Trigger Scenarios
explore
browse
show recipes
list components
what's available
Install
npx skills add signerlabs/ShipSwift --skill explore-recipes -g -y
SKILL.md
Frontmatter
{
"name": "explore-recipes",
"description": "Explore and browse available ShipSwift components. Use when the user says \"explore\", \"browse\", \"show recipes\", \"list components\", \"what's available\", or wants to discover what ShipSwift offers."
}
Explore ShipSwift Recipes
Browse the full catalog of ShipSwift components — production-ready SwiftUI implementations.
Workflow
-
Show the catalog: Read
skills/catalog.mdand present components organized by category:Category Count Examples Animation 9 Shimmer, Typewriter, GlowSweep, MeshGradient, OrbitingLogos Chart 8 Line, Bar, Area, Donut, Ring, Radar, Scatter, Heatmap Component 13 Alert, Loading, Onboarding, Stepper, FloatingLabels Module 7 Auth, Camera, Chat, Paywall, Settings, SubjectLifting, TikTokTracking Util 5 Date/String/View extensions, DebugLog, LocationManager -
Show details on request: When the user picks a component, read the source file and present:
- What it does
- Key features and customization points
- Code structure overview
- Dependencies
-
Suggest combinations: Recommend components that work well together:
- Onboarding flow: OnboardingView + TypewriterText + Shimmer
- Analytics dashboard: LineChart + BarChart + DonutChart + ActivityHeatmap
- Social feature: Camera + Chat + Auth
- E-commerce: OrderView + Loading + Alert + Stepper
Guidelines
- Present in a scannable format (tables or bullet lists).
- When showing details, include the file path so the user can find it.
- All source is local under
ShipSwift/SWPackage/— no network required.
Version History
- d5a17ba Current 2026-07-25 10:52


