Toolverse
All skills

export

by JaguarJack

Generate Excel export class for CatchAdmin module.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Mobile
Views
5

About this skill

Generate Excel export class for CatchAdmin module.

How to use

  1. Umieść skill w katalogu .claude/skills/ swojego projektu CatchAdmin, w podfolderze o numerze sekwencyjnym (np. 07-export).

  2. Przygotuj informacje o module i modelu, dla którego chcesz wygenerować klasę eksportu — na przykład moduł Products i model Product.

  3. Poproś Claude'a o wygenerowanie klasy eksportu, podając nazwę modułu i modelu. Skill automatycznie utworzy plik w ścieżce modules/{Module}/Export/{Model}.php z prawidłową strukturą dziedziczącą po klasie Export.

  4. Zdefiniuj nagłówki kolumn w tablicy $header — skill zawiera mapowanie standardowych pól (id, name, email, status, created_at) na polskie lub angielskie etykiety.

  5. Jeśli Twój model ma relacje (np. kategoria, autor), użyj metody with() do załadowania powiązanych danych i mapuj je w metodzie array() za pomocą funkcji anonimowej.

  6. Zintegruuj wygenerowaną klasę w kontrolerze, wywołując metodę eksportu — skill dostarcza przykład użycia w akcji kontrolera, która zwraca dane gotowe do serializacji do Excela.

Related skills

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091

swift-best-practices

by sammcj

This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6

Mobile
36140

senior-architect

by alirezarezvani

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack

Mobile
184296

unreal-engine-cpp-pro

by sickn33

Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.

Mobile
2582

automating-mobile-app-testing

by jeremylongshore

This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user

Mobile
17142

csharp-developer

by zenobi-us

Expert C# developer specializing in modern .NET development, ASP.NET Core, and cloud-native applications. Masters C# 12 features, Blazor, and cross-platform development with emphasis on performance and clean architecture.

Mobile
37126