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.
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.
npx agentmods add instructions/signerlabs/shipswift/agents-mdgit clone --depth 1 https://github.com/signerlabs/ShipSwiftWrote 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.
[](https://agentmods.dev/instructions/signerlabs/shipswift/agents-md)<a href="https://agentmods.dev/instructions/signerlabs/shipswift/agents-md"><img src="https://agentmods.dev/badge/instructions/signerlabs/shipswift/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01107 | $0.01107 |
| Opus 5 | $0.00553 | $0.00553 |
| Sonnet 5 | $0.00221 | $0.00221 |
| Haiku 4.5 | $0.00111 | $0.00111 |
Grade A, and why
ShipSwift AGENTS.md 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project Overview
- ShipSwift iOS component template library (public repo)
Directory Structure
- Reusable components live under
ShipSwift/SWPackage/in five directories:SWAnimation/— Self-contained animation components (each works independently, may depend on SWUtil only)SWChart/— Self-contained chart components (each works independently, may depend on SWUtil only)SWComponent/— Self-contained UI components organized by category:Display/— Display components (FloatingLabels, MarkdownText, ScrollingFAQ, RotatingQuote, BulletPointText, GradientDivider, Label, OnboardingView, OrderView, RootTabView)Feedback/— Feedback components (Alert, Loading, ThinkingIndicator)Input/— Input components (TabButton, Stepper, AddSheet, SearchBar)
SWModule/— Multi-file frameworks (SWAuth, SWCamera, SWPaywall, SWChat, SWSetting, SWSubjectLifting, SWTikTokTracking)SWUtil/— Shared utilities (no dependencies on other SWPackage directories)
- Showcase app views live under
ShipSwift/View/(HomeView, ModuleListView, AnimationListView, ChartListView, UIListView, ComponentListShared, ProPaywallView, RootTabView, SettingView, ShipSwiftAuthView, SWHolographicCardShowcase) - App services live under
ShipSwift/Service/(ShipSwiftAPIService) - Shared app components live under
ShipSwift/Component/(ListItem)
Naming Conventions
- All type names use the
SWprefix:SWAlertManager,SWStoreManager,SWCameraView - View modifier methods use
.swlowercase prefix:.swAlert(),.swPageLoading(),.swPrimary - File names match their primary type:
SWAlert.swiftcontainsSWAlertManager - Platform suffix rule: iOS-only files use
+iOSsuffix (e.g.SWCameraManager+iOS.swift), macOS-only files use+macOSsuffix. Cross-platform files have no suffix - Xcode Build Phases reminder: This project supports both iOS and macOS. When adding a
+iOSor+macOSfile, remind the user to set the platform filter in Xcode → Build Phases → Compile Sources (change "Always Used" to "iOS" or "macOS"). Do NOT use#if os(iOS)/#if os(macOS)as a substitute
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.
- 6d ago First seen · 72 lines · 1,107 tokens per session scan A c9e49558f8b2
ShipSwift AGENTS.md is an instructions file published in the GitHub repository signerlabs/ShipSwift (2,983 stars, last pushed 27d ago), licensed MIT. It adds 1,107 tokens to every session, about $0.0055 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.
Other instructions, from other repositories
pin_code_fields CLAUDE.md
Claude Code instructions for adar2378/pin_code_fields, covering claude.md, project overview, monorepo structure, development commands and with melos (recommended).
recharts AGENTS.md
AGENTS.md instructions for recharts/recharts: This is Recharts repository. Recharts is a React-based charting library. The goal is to provide a simple, declarative, and composable way to build charts. We value consistency, usability, and performance. Accessibility is important.
speech-swift AGENTS.md
AGENTS.md instructions for soniqo/speech-swift, covering agent instructions, communication style, workflow, running tests and benchmarks — sequential and memory-aware and git conventions.
starwind-ui AGENTS.md
AGENTS.md instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.
maui-labs AGENTS.md
AGENTS.md instructions for dotnet/maui-labs, covering agent instructions, repository overview, products, technology stack and building.
AppClaw CLAUDE.md
Claude Code instructions for appclawhq/AppClaw, covering claude.md, what is appclaw?, build & run commands, architecture and entry point & cli modes (src/index.ts).