Toolverse
All skills

dbx-regenerate

by storj

Regenerate DBX code after making changes to .dbx schema files. Runs code generation, shows diff summary, validates compilation, and reports any errors.

Installation

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

Installation

Quick info

Author
storj
Category
Backend
Views
2

About this skill

Regenerate DBX code after making changes to .dbx schema files. Runs code generation, shows diff summary, validates compilation, and reports any errors.

How to use

  1. Sprawdź, które pliki .dbx zostały zmodyfikowane, uruchamiając git status satellite/satellitedb/dbx/ — to pomoże zrozumieć, jakie zmiany schematów wymagają regeneracji kodu.
  2. Przejdź do katalogu i uruchom generator kodu poleceniem: cd satellite/satellitedb/dbx && go generate. Generator przetworzy wszystkie pliki schematów, wygeneruje SQL dla obsługiwanych baz danych i utworzy kod Go z metodami typu-bezpiecznymi.
  3. Po zakończeniu generacji wyświetl podsumowanie zmian za pomocą git diff --stat satellite/satellitedb/dbx/satellitedb.dbx.go, aby zobaczyć, ile linii zostało dodanych lub usuniętych.
  4. Przejrzyj szczegóły zmian poleceniem git diff satellite/satellitedb/dbx/satellitedb.dbx.go | head -100, aby zobaczyć nowe metody (Create_, Get_, Update_, Delete_), zmienione sygnatury funkcji lub nowe struktury modeli.
  5. Zwaliduj, że wygenerowany kod się kompiluje, uruchamiając go build w katalogu projektu i sprawdzając, czy nie ma błędów kompilacji.

Related skills

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

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

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109