✨ AI Agents Hub
TTBaseUIKit is custom-built for AI-assisted development. Configure your coding agents with our pre-built instructions, 17 specialized agents, and 27 prompt templates.
Supported AI Tools
GitHub Copilot
Full SupportCustom instructions, 17 agents, 27 prompt templates. Deep integration with `.github/` configuration.
Claude Code
SupportedCLAUDE.md setup with architecture rules, MVVM conventions, and routing patterns for TTBaseUIKit.
Xcode Agent Skills
NewSKILL.md format for Xcode AI agents. Create custom skills for TTBaseUIKit development.
OpenAI Codex
Coming SoonAGENTS.md configuration for Codex CLI. Planned deep integration with TTBaseUIKit patterns.
Google Gemini
Coming SoonGEMINI.md and .gemini/ directory configuration for Gemini Code Assist integration.
📋 Agents Catalog (17)
Pre-built agents in .github/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 |
📝 Prompt Templates (27)
Ready-to-use prompts in .github/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 |
📚 Instruction Files (11)
Architecture patterns in .github/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 |
.github/prompts/ folder inside the open source repository to see exact prompts that generate UI perfectly!