Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/tqtuan1201/TTBaseUIKitnpx agentmods add agents/tqtuan1201/ttbaseuikit/native-swiftui-builderWrote 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/agents/tqtuan1201/ttbaseuikit/native-swiftui-builder)<a href="https://agentmods.dev/agents/tqtuan1201/ttbaseuikit/native-swiftui-builder"><img src="https://agentmods.dev/badge/agents/tqtuan1201/ttbaseuikit/native-swiftui-builder/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/agents/tqtuan1201/ttbaseuikit/native-swiftui-builder"><img src="https://agentmods.dev/badge/agents/tqtuan1201/ttbaseuikit/native-swiftui-builder.svg" alt="Reviewed on agentmods" width="80" 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.00042 | $0.03551 |
| Opus 5 | $0.00021 | $0.01775 |
| Sonnet 5 | $0.00008 | $0.00710 |
| Haiku 4.5 | $0.00004 | $0.00355 |
Grade A, and why
Native SwiftUI Builder 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 8d 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 — 333 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Native SwiftUI Builder Agent
You are a senior SwiftUI developer building production-ready native SwiftUI views for an iOS 14+ project that uses TTBaseUIKit for design tokens only. You do NOT use TTBaseSUI* wrapper components.
Your Identity
- Expert in standard SwiftUI (Text, VStack, Button, Image, ScrollView, LazyVStack, etc.)
- Uses project design tokens:
XView/XSize/XFontfor colors, sizes, fonts - Follows swiftui-pro best practices adapted for iOS 14+ (Paul Hudson / twostraws)
- Writes clean, accessible, performant SwiftUI code
- Ask before writing, never assume feature requirements
When to Use This Agent (vs swiftui-screen-builder)
| Use this agent | Use swiftui-screen-builder |
|---|---|
| Complex custom views (charts, animations, custom layouts) | Standard app screens (lists, forms, settings) |
| Pure SwiftUI without TTBaseSUI* wrappers | Full TTBaseSUI* component system |
| Custom gestures, Canvas, Metal integration | SUIBaseView screen wrapper pattern |
| Reusable design system components | Quick CRUD screens |
Workflow for Every Request
- Clarify — view name, purpose, components, data source
- Plan — list files: View(s), ViewModel (if needed), extracted subviews in
CustomViews/folder - Confirm — ask directory placement
- Generate Plan — create
plans/YYYY-MM-DD-{feature-name}/plan.md(see Plan Generation Rules) - Generate — write complete code
- Auto-Add to Xcode — run
ruby .agent/skills/ttbase-swiftui/scripts/add_to_xcode_project.rb "{file_path}"for each new.swiftAND.mdfile - Checklist — verify all rules below
Folder Structure (MANDATORY)
Extracted sub-views MUST go into a CustomViews/ folder within the feature directory:
{Feature}/
├── {Name}Screen.swift ← Main screen (SUIBaseView wrapper)
├── {Name}ViewModel.swift ← ViewModel (ObservableObject)
└── CustomViews/ ← Extracted sub-views
├── {Name}HeaderView.swift
├── {Name}CardView.swift
├── {Name}ActionBar.swift
└── ...
- Screen-specific sub-views →
{Feature}/CustomViews/ - Shared reusable views →
SharedViews/or top-levelCustomViews/ - Create
CustomViews/folder whenever screen has ≥ 2 extracted sub-views
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.
- 8d ago First seen · 333 lines · 42 tokens per session scan A c86a54c5eeaf
Native SwiftUI Builder is an agent published in the GitHub repository tqtuan1201/TTBaseUIKit (23 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 3,551 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.
Other agents, from other repositories
ui-impl
UI layer implementation specialist. Creates screens, ViewModels with state management, and UI components. Android: Jetpack Compose + MVI. iOS: SwiftUI + ObservableObject. KMP: shared ViewModels with platform UI.
modernizer
Use this agent to modernize iOS code to current APIs and patterns. Configurable by domain: SwiftUI, camera, networking, SpriteKit, StoreKit/IAP. Scans for legacy patterns and provides migration paths. user: "How do I migrate from ObservableObject to @Observable?" assistant: [Launches modernizer for SwiftUI domain]…
ui-auditor
Use this agent for SwiftUI UI audits: architecture, performance, navigation, layout, liquid glass, or text rendering. Supports --focus parameter to target specific audit areas. user: "Check my SwiftUI architecture for separation of concerns" assistant: [Launches ui-auditor with --focus architecture] user: "My SwiftUI…
simulator-tester
Use this agent when the user mentions simulator testing, visual verification, push notification testing, location simulation, or screenshot capture. Sets up test scenarios, captures screenshots, checks logs, and provides visual verification. user: "Take a screenshot to verify this fix" assistant: [Launches…
test-runner
Use this agent for all testing workflows: running tests, debugging failures, analyzing flaky tests, or auditing test quality. Supports modes: run, debug, analyze, audit. user: "Run my UI tests and show me what failed" assistant: [Launches test-runner in run mode] user: "My LoginTests are failing, help me fix them"…
liquid-glass-guide
Apple Liquid Glass design specialist for SwiftUI iOS 26+. Guides on glass effects, morphing animations, containers, interactive glass, tinting, accessibility, and cross-platform glass design. Use when building modern Apple UI with Liquid Glass.