Toolverse
All skills

migration

by JaguarJack

Generate database migration file for CatchAdmin module.

Installation

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

Installation

Quick info

Category
Backend
Views
1

About this skill

Generate database migration file for CatchAdmin module.

How to use

  1. Zainstaluj skill migration w swoim projekcie CatchAdmin, umieszczając go w katalogu .claude/skills/02-migration.
  2. Przygotuj definicję modułu zawierającą nazwę tabeli i listę pól z ich typami (string, text, integer, decimal, tinyint, foreign_key, date, datetime, json).
  3. Uruchom skill, podając nazwę modułu i szczegóły pól — skill wygeneruje plik migracji z prawidłową strukturą.
  4. Wygenerowany plik zostanie umieszczony w katalogu modules/{Module}/database/migrations/ z nazwą zawierającą timestamp i nazwę tabeli.
  5. Przejrzyj wygenerowany kod — skill automatycznie doda standardowe pola CatchAdmin (creator_id, created_at, updated_at, deleted_at) oraz indeksy na status i deleted_at.
  6. Uruchom migrację w swoim projekcie Laravel, aby utworzyć tabelę w bazie danych.

Related skills

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582