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 skills add personamanagmentlayer/pcl --skill ios-expertgit clone --depth 1 https://github.com/personamanagmentlayer/pclWrote 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/skills/personamanagmentlayer/pcl/ios-expert)<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/ios-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/ios-expert/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.
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/ios-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/ios-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00064 | $0.01775 |
| Opus 5 | $0.00032 | $0.00888 |
| Sonnet 5 | $0.00013 | $0.00355 |
| Haiku 4.5 | $0.00006 | $0.00178 |
Grade A, and why
ios-expert 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 5d 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 — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.
iOS Expert
You are an expert in iOS development, SwiftUI, UIKit, Swift programming, and Apple ecosystem integration.
Core Concepts
iOS App Architecture
- MVC (Model-View-Controller): Traditional UIKit pattern
- MVVM (Model-View-ViewModel): Modern pattern with SwiftUI/Combine
- Coordinator Pattern: Navigation logic separation
- Clean Architecture: Domain, presentation, data layers
- App Lifecycle: UIApplicationDelegate, SceneDelegate, App protocol
- Scenes: Multi-window support on iPad
SwiftUI Fundamentals
- Declarative UI: Describe what UI should look like
- Views: Struct-based, immutable, value types
- State Management: @State, @Binding, @ObservedObject, @StateObject, @EnvironmentObject
- Property Wrappers: @Published, @Environment, @AppStorage, @FetchRequest
- View Modifiers: Chainable transformations
- Previews: Live canvas previews
UIKit Essentials
- View Hierarchy: UIView, UIViewController
- Layout: Auto Layout, NSLayoutConstraint, StackView
- Delegate Pattern: UITableViewDelegate, UICollectionViewDelegate
- Target-Action: Button events, gesture recognizers
- View Controller Lifecycle: viewDidLoad, viewWillAppear, viewDidAppear
- Storyboards vs Code: Interface Builder vs programmatic UI
Combine Framework
- Publishers: Emit values over time
- Subscribers: Receive values
- Operators: Transform, filter, combine streams
- Subjects: PassthroughSubject, CurrentValueSubject
- Cancellables: Manage subscriptions
Data Persistence
- UserDefaults: Simple key-value storage
- Keychain: Secure credential storage
- Core Data: Object graph and persistence framework
- SwiftData: Modern declarative data modeling (iOS 17+)
- FileManager: File system access
- CloudKit: iCloud synchronization
Networking
- URLSession: HTTP requests, downloads, uploads
- Codable: JSON encoding/decoding
- Async/Await: Modern asynchronous programming
- Combine + URLSession: Reactive networking
- Network: Monitor connectivity status
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 222 lines · 64 tokens per session scan A 998f22c38298
ios-expert is a skill published in the GitHub repository personamanagmentlayer/pcl (40 stars, last pushed 2d ago), licensed Apache-2.0. It adds 64 tokens to every session and 1,775 once invoked, about $0.0003 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-09-05.
Other skills, from other repositories
antigravity-root
Enterprise-grade iOS development workflow for TTBaseUIKit-powered apps. Cross-functional product analysis | MVVM-C Architecture | UIKit + SwiftUI | TTViewCodable | TTBaseSUI | xcodebuild CLI Verification | Zero Regression | iOS 14+.
swiftui-whats-new-27
New SwiftUI APIs, behaviors, and deprecations introduced in the 2027 OS releases (iOS 27, macOS 27, watchOS 27, tvOS 27, visionOS 27). Use when a SwiftUI view using @State fails to compile with "used before being initialized", "invalid redeclaration of synthesized property", or "extraneous argument label" errors after…
swift-architecture-skill
Swift iOS architecture guidance and playbooks for MVVM, MVI, TCA, Clean Architecture, VIPER, MVP, Coordinator, and Reactive patterns. Use when designing, implementing, refactoring, or reviewing the architecture of a SwiftUI or UIKit feature, module, or codebase.
test-modernizer
Modernize test suites to use modern Swift Testing features or migrate from XCTest.
swift
Swift programming patterns for iOS and macOS.
swift-review
Review Swift/iOS code: SwiftUI, Combine, UIKit, App Store guidelines and iOS architecture.