FilamentPHP Tables Generation Skill Overview This skill generates FilamentPHP v4 table configurations with columns, filters, actions, and bulk operations following official documentation patterns. Documentation Reference CRITICAL: Before generating tables, read: - - - Workflow Step 1: Analyze Requirements Identify: - Columns to display - Searchable fields - Sortable fields - Filter requirements - Row actions - Bulk actions - Relationships to display Step 2: Read Documentation Navigate to table documentation and extract: - Column class names and options - Filter configurations - Action pattern…