explore-recipes

explore-recipes is a skill for Claude Code, Codex from signerlabs/ShipSwift. It costs 47 tokens per session (414 once invoked), scanned A, original, MIT.

A guide for browsing ShipSwift, a catalogue of ready-made SwiftUI components. SwiftUI is Apple’s framework for building app interfaces with Swift.

In plain words
What is it for?
Use it to list components by category, inspect a chosen component’s behavior and dependencies, or find combinations for screens such as onboarding, dashboards, social features, and shops.
Why use it?
It helps developers discover what the component catalogue contains before choosing code to inspect or combine.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to list components by category, inspect a chosen component’s behavior and dependencies, or find combinations for screens such as onboarding, dashboards, social features, and shops.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/signerlabs/shipswift/explore-recipes
About the project

signerlabs/ShipSwift is a SwiftUI component library that also provides full-stack app recipes and an MCP server for AI coding tools. It helps developers and coding agents build iOS applications using reusable interface components and documented implementation patterns. The catalogue entries provide the skills, instructions, and MCP access needed to use ShipSwift with compatible agents.

signerlabs/ShipSwift · 2,984 stars · on GitHub · shipswift.app

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add signerlabs/ShipSwift --skill explore-recipes
Clone the repo
git clone --depth 1 https://github.com/signerlabs/ShipSwift

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for explore-recipes

README.md
[![agentmods](https://agentmods.dev/badge/skills/signerlabs/shipswift/explore-recipes/github.svg)](https://agentmods.dev/skills/signerlabs/shipswift/explore-recipes)
Your own site
<a href="https://agentmods.dev/skills/signerlabs/shipswift/explore-recipes"><img src="https://agentmods.dev/badge/skills/signerlabs/shipswift/explore-recipes/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for explore-recipes

Your own site · 80×15
<a href="https://agentmods.dev/skills/signerlabs/shipswift/explore-recipes"><img src="https://agentmods.dev/badge/skills/signerlabs/shipswift/explore-recipes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 414 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00414
Opus 5 $0.00023 $0.00207
Sonnet 5 $0.00009 $0.00083
Haiku 4.5 $0.00005 $0.00041

Measured 9d ago against content hash ac54d82dbccf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

explore-recipes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/explore-recipes/SKILL.md · 42 lines

What it actually says

Explore ShipSwift Recipes

Browse the full catalog of ShipSwift components — production-ready SwiftUI implementations.

Workflow

  1. Show the catalog: Read skills/catalog.md and 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
  2. 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
  3. 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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 42 lines · 47 tokens per session scan A ac54d82dbccf

Subscribe to this mod's changes

explore-recipes is a skill published in the GitHub repository signerlabs/ShipSwift (2,984 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 414 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

analyzing-ios-app-security-with-objection

Runtime iOS app security testing with Objection (Frida): inspect keychain and filesystem data, explore app internals at runtime, and validate/bypass client-side protections during authorized mobile assessments.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens

argent-tv-interact

Control and inspect TV apps via argent — Apple TV (tvOS), Android TV (leanback), and Amazon Fire TV (Vega). Boot the target, read focus, navigate with the D-pad remote, type, screenshot, and on Vega debug the JS runtime (evaluate, console logs, network inspector). Use when a task targets a TV (runtimeKind "tv", or…

software-mansion/argent · 107 tokens

argent-create-flow

Create, record, edit, replay, or repair reusable Argent flow YAML files. Use when the user asks to record or replay a repeatable device path, set up profiling or an A/B comparison, or invoke the authoring engine behind argent-qa-flows. Also use before repeating three or more interactions. For one-off UI checks…

software-mansion/argent · 100 tokens

mastg

Autonomous mobile security audit aligned with OWASP MASTG v2. Performs checklist-driven analysis across MASVS categories: storage, crypto, network, platform, code, resilience, privacy. Exports structured markdown report with MASTG test references.

ChiChou/grapefruit · 53 tokens

spm-build-analysis

Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 87 tokens

ios-slim-bindings

Create iOS slim bindings for MAUI. USE FOR: slim iOS binding, Native Library Interop, Swift/Objective-C wrappers, XcodeGen project.yml, Podfile, CocoaPods static linking, BUILDLIBRARYFORDISTRIBUTION, XcodeProject MSBuild, @objc/[Export] selector crashes, async completion handlers. DO NOT USE FOR: Android bindings…

dotnet/maui-labs · 97 tokens