TailAdmin UI Patterns
TailAdmin UI Patterns Skill
When to Use This Skill
ALWAYS invoke this skill for:
- Dashboard interfaces and admin panels
- Data tables and grid layouts
- Charts, metrics, and KPI displays
- Form components (inputs, selects, checkboxes, toggles)
- Card layouts and stat boxes
- Navigation (sidebar, header, breadcrumbs)
- Buttons, badges, alerts, and modals
- Any UI requiring TailAdmin styling
Critical Rule: FETCH BEFORE IMPLEMENTING
NEVER guess or invent classes. ALWAYS fetch from the official repository first.
More from kaakati/rails-enterprise-dev
flutter conventions & best practices
Dart 3.x and Flutter 3.x conventions, naming patterns, code organization, null safety, and async/await best practices
57getx state management patterns
GetX controllers, reactive state, dependency injection, bindings, navigation, and best practices
56mvvm-architecture
Expert MVVM decisions for iOS/tvOS: choosing between ViewModel patterns (state enum vs published properties vs Combine), service layer boundaries, dependency injection strategies, and testing approaches. Use when designing ViewModel architecture, debugging data flow issues, or deciding where business logic belongs. Trigger keywords: MVVM, ViewModel, ObservableObject, @StateObject, service layer, dependency injection, unit test, mock, architecture
39rails localization (i18n) - english & arabic
Comprehensive internationalization skill for Ruby on Rails applications with proper English and Arabic translations, RTL support, pluralization rules, date/time formatting, and culturally appropriate content adaptation.
36rspec testing patterns
Complete guide to testing Ruby on Rails applications with RSpec. Use this skill when writing unit tests, integration tests, system tests, or when setting up test infrastructure including factories, shared examples, and mocking strategies.
33ruby oop patterns
Comprehensive guide to Object-Oriented Programming in Ruby and Rails covering classes, modules, design patterns, SOLID principles, and modern Ruby 3.x features
33