home/categories/database-tools
category focus

DB Tools

ORMs, migrations, and clients.

1166টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
database-tools
4.6K

add-django-config-env-var

Add a new environment variable for a Django setting in Baserow and propagate it to the few repo files that usually need it. Use this when a request says a config env var must be added in several places or references `INTEGRATION_LOCAL_BASEROW_PAGE_SIZE_LIMIT` as the pattern to follow.

baserow
baserow
databases
open
database-tools
4.5K

ecto-migration

Generates Ecto migrations for the Blockscout Elixir project using mix ecto.gen.migration command. Use when you need to create database schema changes, add tables, modify columns, or manage database structure.

blockscout
blockscout
databases
open
database-tools
4.5K

efficient-list-building

Build lists efficiently using prepend operations and Enum.reverse/1 instead of append. Appending to lists is O(n) while prepending is O(1). Use [head | tail] notation and reverse at the end when order matters.

blockscout
blockscout
databases
open
database-tools
4.5K

heavy-db-index-operation

Generate background migration modules for creating, dropping, or renaming database indexes on large tables using the Explorer.Migrator.HeavyDbIndexOperation framework. Automatically updates the BackgroundMigrations cache module with proper tracking. These migrations run in the background with progress tracking and dependency management. Use this skill for requests on creating background migrations to delete / create / rename indexes on large tables (logs, internal_transactions, token_transfers, addresses, transactions, blocks, etc.) to avoid blocking the database.

blockscout
blockscout
databases
open
database-tools
4.2K

replication

Plan or execute a replication of a paper, claim, or benchmark. Use when the user asks to replicate results, reproduce an experiment, verify a claim empirically, or build a replication package.

getcompanion-ai
getcompanion-ai
databases
open
database-tools
4K

migration-runbook-generator

把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件.

openclaw
openclaw
databases
open
database-tools
4K

apify-keys

Rotating Apify API key manager. Returns the least-recently-used active Apify key from the ColdCore database. Use before any Apify API call to get a fresh key with available credits.

openclaw
openclaw
databases
open
database-tools
4K

memory-on-demand

按需记忆检索。当用户询问历史相关问题时,自动搜索 memory 和 QMD 获取相关信息。

openclaw
openclaw
databases
open
database-tools
4K

vet

Run vet immediately after ANY logical unit of code changes. Do not batch your changes, do not wait to be asked to run vet, make sure you are proactive.

openclaw
openclaw
databases
open
database-tools
4K

openclaw-memory-stack

Total recall, 90% fewer tokens. The best OpenClaw memory plugin — 5-engine local search, structured fact extraction, smart dedup, cross-agent sharing, and self-healing. Replace native memory with something that actually remembers. No cloud API, no subscription.

openclaw
openclaw
databases
open
database-tools
4K

copy

Copy operations reference — file duplication, rsync patterns, CoW, buffer strategies, and cross-platform sync. Use when duplicating files, syncing directories, or implementing copy-on-write.

openclaw
openclaw
databases
open
database-tools
4K

reolink-remote-backup

Set up reliable off-site Reolink camera backup when cameras are remote (4G/5G/LTE) and home inbound networking is constrained (CGNAT/locked routers). Use for architecture decisions, VPS relay setup, FTP/FTPS ingest, local/NAS pull sync, retention, and troubleshooting upload/auth/path failures.

openclaw
openclaw
databases
open
database-tools
3.6K

omnibus-to-bazel

Convert an omnibus/config/software/<name>.rb dependency to a Bazel third-party dep under deps/. Use when asked to migrate, convert, or add a dep from omnibus to Bazel.

DataDog
DataDog
databases
open
database-tools
3.5K

erigon-mdbx-compact

Compact an existing MDBX database instance to reclaim free/reclaimable space. Use this when the user wants to shrink mdbx.dat, reclaim MDBX garbage-collected pages, or fix MDBX_MAP_FULL issues.

erigontech
erigontech
databases
open
database-tools
3.4K

laravel-best-practices

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization and security patterns, validation, error handling, queue and job configuration, route definitions, and architectural decisions. Also use for Laravel code reviews and refactoring existing Laravel code to follow best practices. Covers any task involving Laravel backend PHP code patterns.

laravel
laravel
databases
open
database-tools
2.9K

pr-review-queue

Add a pull request to the MetaMask PR review queue project board. Use when the user asks to add a PR to the review queue, submit a PR for review tracking, or add to the MetaMask project board.

MetaMask
MetaMask
databases
open
database-tools
2.9K

openspec-sync-change-docs

Rewrite the active OpenSpec change artifacts under `openspec/changes/CHANGE_NAME/` so they match the code currently implemented on the branch relative to `main`. Use when implementation drift appears after `/opsx:apply`, after review-driven tweaks, or whenever the user asks to sync, refresh, catch up, or align OpenSpec change docs with the real code before verify or archive.

qixing-jk
qixing-jk
databases
open
database-tools
2.4K

remote-diff

Compare local branch changes against the remote branch to detect rebase/merge mistakes.

ryanb
ryanb
databases
open
database-tools
2.2K

apm-assist

Reference and procedures for helping users understand APM, detect their installation state, answer questions from live docs, and handle migration from older versions.

sdi2200262
sdi2200262
databases
open
database-tools
2K

assets-copy

Copy assets at given paths and store them at new paths. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before copying.

IvanMurzak
IvanMurzak
databases
open
database-tools
2K

assets-move

Move the assets at paths in the project. Should be used for asset rename. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before moving.

IvanMurzak
IvanMurzak
databases
open
database-tools
2K

optimize

Use when an algorithm-first quest should manage candidate briefs, optimization frontier, branch promotion, or fusion-aware search instead of the paper-oriented default loop.

ResearAI
ResearAI
databases
open
Previous
Page 3 / 49
Next