- Home
- /
- Categories
- /
- Database
Database
Database management and queries
polar-integration-validator
by hirefrank
Autonomous validation of Polar.sh billing integration. Checks webhook endpoints, signature verification, subscription middleware, and environment configuration.
bknd-repo-search-with-opencode
by cameronapak
Use when querying the bknd source repository with btca CLI. Covers setup, configuration, and query patterns for learning bknd internals including data module, authentication, media handling, and adapter configuration.
databases
by mamba-mental
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
gdpr-compliance
by peixotorms
Use when handling personal data, user registration, consent forms, cookie consent banners, data export, account deletion, privacy policies, or any code processing EU/EEA user data — GDPR coding patterns, Article 5, Article 6, lawful basis, legitimate interest, right to erasure, right to access, data portability, DPIA, DPO, 72-hour breach notification, Privacy Shield, Standard Contractual Clauses, data minimization, consent management, data subject rights, privacy by design
sequential-thinking
by mamba-mental
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
deploy-checklist
by thoreinstein
Generate deployment checklists with pre-flight checks, rollout strategy, and verification steps. Analysis only - does not execute deployments.
byterover
by weegigs
This skill should be used when the user asks to "query project knowledge", "curate learnings", "record architectural decisions", "document bug investigations", "check brv status", or mentions ByteRover, brv, or project knowledge base.
workers-binding-validator
by hirefrank
Automatically validates Cloudflare Workers binding configuration, ensuring code references match wrangler.toml setup and TypeScript interfaces are accurate
bknd-database-provision
by cameronapak
Use when setting up a production database for Bknd. Covers SQLite file, LibSQL/Turso, Cloudflare D1, PostgreSQL, Neon, Supabase, and Xata configuration.
indexing-strategy
by SanctifiedOps
Decide when and how to index Solana data vs direct RPC reads. Covers event design, backfill, storage, and performance. Use for data architecture decisions.
php-database
by pluginagentmarketplace
PHP database mastery - PDO, Eloquent, Doctrine, query optimization, and migrations
gdcli
by Mucho-G
Google Drive CLI for listing, searching, uploading, downloading, and sharing files and folders.
bknd-delete-entity
by cameronapak
Use when removing an entity from Bknd. Covers safely deleting entities, handling relationships and dependencies, data backup, the sync workflow with --drop flag, and cleaning up orphaned data.
backend-dev-guidelines
by mamba-mental
Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
version-control
by pluginagentmarketplace
Git version control, branching strategies, GitHub/GitLab workflows, and collaborative development
cloudflare-security-checker
by hirefrank
Automatically validates Cloudflare Workers security patterns during development, ensuring proper secret management, CORS configuration, and input validation
btca-bknd-repo-learn
by cameronapak
Use btca (Better Context App) to efficiently query and learn from the bknd backend framework. Use when working with bknd for (1) Understanding data module and schema definitions, (2) Implementing authentication and authorization, (3) Setting up media file handling, (4) Configuring adapters (Node, Cloudflare, etc.), (5) Learning from bknd source code and examples, (6) Debugging bknd-specific issues
tmux-mysql
by lenovobenben
Use when the current prepared tmux pane is already inside an interactive mysql-compatible client REPL (mysql>, mariadb>, MySQL [db]>, MariaDB [db]>, or a configured mysql prompt), including MySQL, MariaDB, TiDB, Percona Server for MySQL, StarRocks, OceanBase MySQL mode, ShardingSphere-Proxy, or similar backends operated through the mysql client. Safely send read-only SQL and explicitly user-approved insert/update/delete SQL without using Linux shell wrappers, inspect prompt state, cancel broken multiline input, and exit the client REPL.
ask-laravel-mechanic
by NavanithanS
Laravel maintenance with Zero Data Loss policy, Mongo/SQL debugging.
404love-next
by dariorapisardi
Use when integrating @404love/next into a Next.js App Router project, creating or customizing app/not-found.tsx, or troubleshooting 404love iframe/back-link behavior.
database-specialist
by samChang72
優化資料庫查詢,消除慢查詢,設計高效索引與 Schema。
go-service-scaffolder
by ItalyPaleAle
Scaffold a production-ready Go HTTP service with OpenTelemetry observability, TLS, lifecycle management, Dockerfile, GitHub Actions CI/CD, and golangci-lint. Use when creating or regenerating a full Go service skeleton (project layout, config package, server package, CI workflows, and container build files).
euler-data
by euler-xyz
Developer tools and data access guide for Euler Finance V2. This skill should be used when querying vault data via Lens contracts, fetching historical data from subgraphs, accessing contract interfaces, or deploying vaults via Euler Creator. Triggers on tasks involving VaultLens, OracleLens, subgraph queries, ABIs, or no-code deployment.
wordpress-wp-cli
by 1TeamSoftware
"Comprehensive WordPress WP-CLI command reference covering all 350+ commands across 38 command groups. This skill should be used when performing WordPress site administration, configuration, migration, content management, plugin/theme management, user management, database operations, or any WordPress task via the command line. Covers wp core, wp config, wp db, wp plugin, wp theme, wp user, wp post, wp comment, wp term, wp media, wp menu, wp option, wp cache, wp cron, wp rewrite, wp scaffold, wp search-replace, wp language, wp site (multisite), wp widget, wp role, wp cap, wp export/import, wp eval, wp i18n, wp embed, wp package, and more."