✨ 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.

17
Copilot Agents
8
Shared Skills
71
Prompt Templates
11
Instructions

Shared Agent Skills Package

Supported AI Tools


🚀 Shared Skill Sets (8)

Enterprise-grade iOS workflows in Agents/Antigravity/. These are packaged for Codex, Claude Code, Cursor, and compatible Agent Skills runners:

SkillLoad LevelPurpose
antigravity-rootRootMVVM-C workflow, UIKit + SwiftUI rules, xcodebuild verification, zero regression
ttb-skill-initAlwaysProject setup, TTBaseUIKitConfig, localization, MVVM-C folder structure
ttb-skill-uikitDomainUIKit screen, list, form, cell, custom view, API, coordinator, ViewModel
ttb-skill-swiftuiDomainTTBaseSUI screens/views, SUIBaseView navigation, native SwiftUI fallback
ttb-skill-native-swiftui-componentsDomainNative SwiftUI components using TTBaseUIKit design tokens, iOS 14+
ttb-skill-bugfixDomainRoot cause analysis, minimal fix strategy, xcodebuild verify, zero regression
ttb-skill-refactorDomainMigrate to TTViewCodable, replace raw UIKit, adopt TTBaseSUI, clean MVVM separation
ttb-skill-auditOn DemandPerformance, accessibility, localization audits with FCR compliance scoring

⚙️ Install Targets

The repository includes ready-made installers and archives under Agents/Antigravity/Installation/:

ToolInstallerInstall Location
CodexAgents/Antigravity/Installation/Codex/install.sh~/.agents/skills/
Claude CodeAgents/Antigravity/Installation/ClaudeCode/install.sh~/.claude/skills/
Cursor / Antigravity-compatible skill runnersAgents/Antigravity/Installation/install.sh~/.cursor/skills/

📋 Copilot Agents Catalog (17)

Pre-built agents in Agents/copilot/agents/ for automated code operations:

AgentCategoryDescription
bug-fix-contextBug FixContext-aware bug fixing
bug-fix-functionBug FixFunction-specific bug resolution
bug-fix-screenBug FixScreen-level bug diagnosis
native-swiftui-builderBuilderBuild native SwiftUI screens
swiftui-screen-builderBuilderGenerate SwiftUI screen templates
uikit-screen-builderBuilderGenerate UIKit screen templates
native-swiftui-reviewerReviewerReview native SwiftUI code
swiftui-code-reviewerReviewerSwiftUI code review agent
uikit-code-reviewerReviewerUIKit code review agent
refactor-swiftuiQualitySwiftUI refactoring agent
refactor-uikitQualityUIKit refactoring agent
code-formatterQualitySwift code formatting
dead-code-detectorQualityFind unused code
performance-auditAuditPerformance analysis
accessibility-auditAuditAccessibility compliance check
memory-leak-detectorAuditDetect memory leaks
localization-auditAuditLocalization coverage check

📝 Copilot Prompt Templates (27)

Ready-to-use prompts in Agents/copilot/prompts/:

PromptCategoryDescription
new-native-swiftui-screenBuilderGenerate native SwiftUI screen with ViewModel
new-native-swiftui-viewBuilderGenerate native SwiftUI custom view
new-swiftui-screenBuilderGenerate SwiftUI screen using TTBaseUIKit
new-swiftui-viewBuilderGenerate SwiftUI view
new-swiftui-list-screenBuilderSwiftUI list-based screen
new-uikit-screenUIKitGenerate UIKit ViewController
new-uikit-cellUIKitGenerate UIKit table/collection cell
new-tableview-screenUIKitGenerate TableView screen
new-customviewUIKitGenerate custom UIKit view
new-coordinatorUIKitGenerate Coordinator pattern
new-feature-moduleUIKitFull feature module generation
new-form-screenUIKitForm-based screen
new-api-serviceServiceAPI service layer generation
fix-bug-contextFixContext-aware bug fix
fix-bug-functionFixFunction-level bug fix
fix-bug-screenFixScreen-level bug fix
fix-swiftui-complianceFixFix SwiftUI iOS 14 compliance
fix-uikit-layoutFixFix UIKit Auto Layout issues
refactor-swiftui-viewRefactorRefactor SwiftUI views
refactor-uikit-moduleRefactorRefactor UIKit modules
format-swift-codeQualityFormat Swift code
find-dead-codeQualityFind dead/unused code
optimize-performanceAuditPerformance optimization
detect-memory-leaksAuditDetect memory leaks
audit-accessibilityAuditAccessibility audit
audit-localizationAuditLocalization audit
review-native-swiftuiReviewReview native SwiftUI code

📚 Copilot Instruction Files (11)

Architecture patterns in Agents/copilot/instructions/:

InstructionFrameworkDescription
native-swiftuiSwiftUINative SwiftUI architecture patterns
swiftui-screenSwiftUISwiftUI screen architecture
swiftui-viewSwiftUISwiftUI view construction patterns
uikit-viewcontrollerUIKitViewController architecture
uikit-customviewUIKitCustom view construction
uikit-tableviewUIKitTableView architecture
uikit-coordinatorUIKitCoordinator pattern
uikit-api-serviceUIKitAPI service layer pattern
uikit-modelUIKitModel layer conventions
uikit-viewmodelUIKitViewModel architecture
plan-generationGeneralPlan generation rules
Pro Tip: Check 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.