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 skills/hmohamed01/swift-developer/swift-knowledgenpx skills add hmohamed01/swift-developer --skill swift-knowledgegit clone --depth 1 https://github.com/hmohamed01/swift-developerWhat 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 | $0.00113 | $0.01690 |
| Opus 5 | $0.00056 | $0.00845 |
| Sonnet 5 | $0.00023 | $0.00338 |
| Haiku 4.5 | $0.00011 | $0.00169 |
Grade A, and why
swift-knowledge 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 2d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
21 files 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.
- assets/.swiftformat 249 B
- assets/.swiftlint.yml 552 B
- assets/ExportOptions/ad-hoc.plist 398 B
- assets/ExportOptions/app-store.plist 380 B
- assets/ExportOptions/development.plist 358 B
- assets/Package.swift.template 574 B
- references/architecture.md 10 KB
- references/best-practices.md 3.6 KB
- references/cicd.md 4.3 KB
- references/code-signing.md 2.5 KB
- references/concurrency.md 4.0 KB
- references/simctl.md 3.6 KB
- references/spm.md 2.7 KB
- references/swiftui-patterns.md 2.5 KB
- references/testing-patterns.md 2.0 KB
- references/troubleshooting.md 4.7 KB
- references/xcodebuild.md 3.0 KB
- scripts/format_and_lint.sh 3.1 KB runs code
- scripts/new_package.sh 6.8 KB runs code
- scripts/run_tests.sh 3.8 KB runs code
- scripts/simulator.sh 4.3 KB runs code
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.
- 2d ago First seen · 152 lines · 113 tokens per session scan A 9fea4123f6ab
swift-knowledge is a skill published in the GitHub repository hmohamed01/swift-developer (5 stars, last pushed 7mo ago), with no licence file. It adds 113 tokens to every session and 1,690 once invoked, about $0.0006 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-31.
Other skills, from other repositories
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.
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+.
ttb-skill-init
TTBaseUIKit project initialization skill: scaffold MVVM-C folder structure, setup TTBaseUIKitConfig, configure localization, integrate TTBDebugPlus. Run BEFORE any other TTBaseUIKit skill.
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
Swift programming patterns for iOS and macOS.
ax-uikit
UIKit-SwiftUI bridging (UIViewRepresentable, UIHostingController, UIHostingConfiguration), Auto Layout debugging, CAAnimation diagnosis, @Observable shared state, gesture recognizer bridging.