✨ AI Agents Hub
TTBaseUIKit is custom-built for AI-assisted development. The Agents/Antigravity/ folder is the source package for the shared TTBaseUIKit Agent Skills, not a single-tool-only integration. The same skill set can be installed for Codex, Claude Code, Cursor/Antigravity-style skill runners, and other tools that understand SKILL.md.
Shared Agent Skills Package
Supported AI Tools
GitHub Copilot
Full SupportCustom instructions, 17 agents, and 27 prompt templates from Agents/copilot/ for repeatable iOS code operations.
Claude Code
SupportedInstall the shared skill package to ~/.claude/skills/ with the Claude Code installer.
Cursor / Antigravity
SupportedUse the root installer package for compatible skill runners. The same TTBaseUIKit skills are installed from Agents/Antigravity/Installation/.
Xcode Agent Skills
NewSKILL.md format for Xcode AI agents. Create custom skills for TTBaseUIKit development.
OpenAI Codex
SupportedInstall the shared skill package to ~/.agents/skills/ with the Codex installer.
Google Gemini
Coming SoonGEMINI.md and .gemini/ directory configuration for Gemini Code Assist integration.
🚀 Shared Skill Sets (8)
Enterprise-grade iOS workflows in Agents/Antigravity/. These are packaged for Codex, Claude Code, Cursor, and compatible Agent Skills runners:
| Skill | Load Level | Purpose |
|---|---|---|
antigravity-root | Root | MVVM-C workflow, UIKit + SwiftUI rules, xcodebuild verification, zero regression |
ttb-skill-init | Always | Project setup, TTBaseUIKitConfig, localization, MVVM-C folder structure |
ttb-skill-uikit | Domain | UIKit screen, list, form, cell, custom view, API, coordinator, ViewModel |
ttb-skill-swiftui | Domain | TTBaseSUI screens/views, SUIBaseView navigation, native SwiftUI fallback |
ttb-skill-native-swiftui-components | Domain | Native SwiftUI components using TTBaseUIKit design tokens, iOS 14+ |
ttb-skill-bugfix | Domain | Root cause analysis, minimal fix strategy, xcodebuild verify, zero regression |
ttb-skill-refactor | Domain | Migrate to TTViewCodable, replace raw UIKit, adopt TTBaseSUI, clean MVVM separation |
ttb-skill-audit | On Demand | Performance, accessibility, localization audits with FCR compliance scoring |
⚙️ Install Targets
The repository includes ready-made installers and archives under Agents/Antigravity/Installation/:
| Tool | Installer | Install Location |
|---|---|---|
| Codex | Agents/Antigravity/Installation/Codex/install.sh | ~/.agents/skills/ |
| Claude Code | Agents/Antigravity/Installation/ClaudeCode/install.sh | ~/.claude/skills/ |
| Cursor / Antigravity-compatible skill runners | Agents/Antigravity/Installation/install.sh | ~/.cursor/skills/ |
📋 Copilot Agents Catalog (17)
Pre-built agents in Agents/copilot/agents/ for automated code operations:
| Agent | Category | Description |
|---|---|---|
bug-fix-context | Bug Fix | Context-aware bug fixing |
bug-fix-function | Bug Fix | Function-specific bug resolution |
bug-fix-screen | Bug Fix | Screen-level bug diagnosis |
native-swiftui-builder | Builder | Build native SwiftUI screens |
swiftui-screen-builder | Builder | Generate SwiftUI screen templates |
uikit-screen-builder | Builder | Generate UIKit screen templates |
native-swiftui-reviewer | Reviewer | Review native SwiftUI code |
swiftui-code-reviewer | Reviewer | SwiftUI code review agent |
uikit-code-reviewer | Reviewer | UIKit code review agent |
refactor-swiftui | Quality | SwiftUI refactoring agent |
refactor-uikit | Quality | UIKit refactoring agent |
code-formatter | Quality | Swift code formatting |
dead-code-detector | Quality | Find unused code |
performance-audit | Audit | Performance analysis |
accessibility-audit | Audit | Accessibility compliance check |
memory-leak-detector | Audit | Detect memory leaks |
localization-audit | Audit | Localization coverage check |
📝 Copilot Prompt Templates (27)
Ready-to-use prompts in Agents/copilot/prompts/:
| Prompt | Category | Description |
|---|---|---|
new-native-swiftui-screen | Builder | Generate native SwiftUI screen with ViewModel |
new-native-swiftui-view | Builder | Generate native SwiftUI custom view |
new-swiftui-screen | Builder | Generate SwiftUI screen using TTBaseUIKit |
new-swiftui-view | Builder | Generate SwiftUI view |
new-swiftui-list-screen | Builder | SwiftUI list-based screen |
new-uikit-screen | UIKit | Generate UIKit ViewController |
new-uikit-cell | UIKit | Generate UIKit table/collection cell |
new-tableview-screen | UIKit | Generate TableView screen |
new-customview | UIKit | Generate custom UIKit view |
new-coordinator | UIKit | Generate Coordinator pattern |
new-feature-module | UIKit | Full feature module generation |
new-form-screen | UIKit | Form-based screen |
new-api-service | Service | API service layer generation |
fix-bug-context | Fix | Context-aware bug fix |
fix-bug-function | Fix | Function-level bug fix |
fix-bug-screen | Fix | Screen-level bug fix |
fix-swiftui-compliance | Fix | Fix SwiftUI iOS 14 compliance |
fix-uikit-layout | Fix | Fix UIKit Auto Layout issues |
refactor-swiftui-view | Refactor | Refactor SwiftUI views |
refactor-uikit-module | Refactor | Refactor UIKit modules |
format-swift-code | Quality | Format Swift code |
find-dead-code | Quality | Find dead/unused code |
optimize-performance | Audit | Performance optimization |
detect-memory-leaks | Audit | Detect memory leaks |
audit-accessibility | Audit | Accessibility audit |
audit-localization | Audit | Localization audit |
review-native-swiftui | Review | Review native SwiftUI code |
📚 Copilot Instruction Files (11)
Architecture patterns in Agents/copilot/instructions/:
| Instruction | Framework | Description |
|---|---|---|
native-swiftui | SwiftUI | Native SwiftUI architecture patterns |
swiftui-screen | SwiftUI | SwiftUI screen architecture |
swiftui-view | SwiftUI | SwiftUI view construction patterns |
uikit-viewcontroller | UIKit | ViewController architecture |
uikit-customview | UIKit | Custom view construction |
uikit-tableview | UIKit | TableView architecture |
uikit-coordinator | UIKit | Coordinator pattern |
uikit-api-service | UIKit | API service layer pattern |
uikit-model | UIKit | Model layer conventions |
uikit-viewmodel | UIKit | ViewModel architecture |
plan-generation | General | Plan generation rules |
Agents/Antigravity/ttb-skill-registry.md and Agents/copilot/ inside the repository to see the exact skill routing, prompts, and instruction files used by TTBaseUIKit agents.