TTBaseUIKit Agent Skills
Shared PackageAgents/Antigravity/ is the repository source for the standard TTBaseUIKit Agent Skills package. The folder name is historical; the skill set is tool-agnostic and can be installed for Codex, Claude Code, Cursor/Antigravity-compatible runners, and other tools that support SKILL.md.
8
Skill Sets
44
Prompts
11
Iron Laws
7
FCR Dimensions
Install Targets
| Tool | Command | Destination |
|---|---|---|
| Codex | cd Agents/Antigravity/Installation/Codex && bash install.sh | ~/.agents/skills/ |
| Claude Code | cd Agents/Antigravity/Installation/ClaudeCode && bash install.sh | ~/.claude/skills/ |
| Cursor / Antigravity-compatible runners | cd Agents/Antigravity/Installation && bash install.sh | ~/.cursor/skills/ |
Quick Routing
| Command | Skill | Use For |
|---|---|---|
/ttb-init | ttb-skill-init | New project setup, configuration, localization, TTBDebugPlus |
/ttb-uikit | ttb-skill-uikit | UIKit screen, list, form, cell, custom view, API, coordinator, ViewModel |
/ttb-swiftui | ttb-skill-swiftui | TTBaseSUI screens/views, SUIBaseView navigation, SwiftUI ViewModel |
/ttb-native | ttb-skill-native-swiftui-components | Native SwiftUI components with TTView, TTSize, and TTFont tokens |
/ttb-bugfix | ttb-skill-bugfix | Root cause analysis, fix strategy, regression guard |
/ttb-refactor | ttb-skill-refactor | TTViewCodable migration, raw UIKit replacement, TTBaseSUI adoption |
/ttb-audit | ttb-skill-audit | Performance, accessibility, localization, and FCR audits |
Workflow Guarantees
- iOS 14+ only: newer APIs require availability guards.
- TTBaseUIKit first: use TTBaseUIKit components before raw UIKit.
- TTViewCodable MVVM: UIKit screens keep view setup structured and ViewModels UI-free.
- TTBaseSUI first for SwiftUI: native SwiftUI is a fallback when TTBaseSUI lacks a component.
- xcodebuild verification: workflows require CLI build verification and post-build checks.
- Zero regression: changes are reviewed through FCR 7-Dimension compliance scoring.
Prompt Coverage
| Area | Prompts | Examples |
|---|---|---|
| UIKit | 8 | ttb-skill-screen, ttb-skill-list, ttb-skill-coordinator |
| SwiftUI | 6 | ttb-skill-sui-screen, ttb-skill-sui-list, ttb-skill-native-view |
| Native SwiftUI Components | 20 | ttb-skill-native-button, ttb-skill-native-card, ttb-skill-native-bottom-sheet |
| Initialization | 5 | ttb-skill-init, ttb-skill-init-localization, ttb-skill-init-debug |
| Quality | 5 | ttb-skill-bugfix, ttb-skill-refactor, ttb-skill-audit-performance |
Source: This page is summarized from
← Back to AI Agents Hub
Agents/Antigravity/SKILL.md, Agents/Antigravity/Installation/INSTALL.md, and the Codex/Claude Code installation guides.