- Home
- /
- Categories
- /
- Database
Database
Database management and queries
go-architecture
by getdirekt
Architectural guidelines for Go projects following Domain-Driven Design (DDD) and Clean Architecture principles. Focuses on layer boundaries, dependency rules, and rich domain models.
drizzle-migration
by gentamura
Use this skill for database schema changes with Drizzle ORM. Invoke when adding tables, columns, indexes, or modifying database structure.
pg-sqill
by aluxf
PostgreSQL database helper. Use when writing SQL queries, exploring schema, or working with the database.
umbraco-media-delivery-api
by NikiSkaarup
Guide to use the Umbraco Media Delivery API effectively and safely.
postgis-nearest
by mmbmf1
Find nearest features efficiently using PostGIS KNN (<->) and distance ordering (with SRID/unit guidance).
next-stack
by janjaszczak
Next.js App Router frontend stack workflow: Server Components-first, Prisma server-only (Node runtime), Tailwind + shadcn/ui, TanStack Query, React Hook Form + Zod, and conventions for work under frontend/. Use when implementing or refactoring UI, routes, data fetching, mutations, or forms in this stack.
database-migrations
by Dsantiagomj
Database schema migrations and change management. Covers Prisma migrations, schema versioning, rollback strategies, and safe production deployments. Trigger: When creating database migrations, when modifying schemas, when deploying database changes, when handling rollbacks.
apply_skill_hints
by HowardKao-1130
Apply user-provided skill hints to activate skills before trigger checks.
appwrite-php
by ChiragAgg5k
Appwrite PHP SDK skill. Use when building server-side PHP applications with Appwrite, including Laravel and Symfony integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
migration-resolver
by ShotaIuchi
Dependency resolution for migrations. Apply when resolving version conflicts, transitive dependency issues, peer dependency requirements, and incompatible dependency trees.
programmatic-seo
by kunhai-88
"用模板+数据规模化创建 SEO 页面时使用。触发词:programmatic SEO、模板页、规模化页面、目录页、地理位置页、[关键词]+[城市]、对比页、集成页、为 SEO 建大量页面。审计现有 SEO 见 seo-audit。"
rnv
by aaarnv
Chain-of-Verification (CoVe) prompting system. Converts lazy prompts into rigorous 4-stage verified output. Use for any code generation, debugging, or implementation task. Automatically invoked by wavybaby for medium/high complexity tasks. Reduces hallucinations and catches subtle bugs.
stripe-sync-migrations
by ashutoshpw
When the user wants to run database migrations for stripe-sync-engine. Also use when the user mentions "run migrations," "stripe schema," "create stripe tables," "database setup," or "stripe_migrations."
bf-lead-implement
by khaki4
Monitor 패턴으로 에픽 내 모든 Story의 구현을 조율한다. 모든 난이도의 Story를 agent에게 위임하고, sprint-status.yaml은 Lead만 갱신한다.
convex-patterns
by aaronvanston
Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory.
express-backend-starter
by codewithhashim
Guides AI agents to scaffold and develop production-grade Node.js + Express backends with a clean, scalable folder structure and industry best practices. Use when user asks to "create a backend", "set up an API", "scaffold a Node project", "build an Express server", "create REST API", "backend folder structure", "API boilerplate", or starts a new Node.js/Express backend project. Covers JS and TS.
seed-hypermedia
by ericvicenti
Access content on the Hypermedia Network using Seed Hypermedia CLI.
design-futurist
by ShotaIuchi
Forward-looking design analysis. Apply when evaluating design proposals for long-term scalability, emerging technologies, future requirements, evolution paths, and migration costs.
maui-data-storage
by Rimblehelm
Provides best practices and patterns for data storage in .NET MAUI apps, including SQLite, EF Core, Preferences, SecureStorage, and file system access.
code-reviewer
by pierreribeiro
Code Reviewer persona for technical code analysis. ACTIVATE when messages contain review code, analyze code, code quality, best practices, refactor, improve code, check code, code review, look at code, feedback on code, or constructive feedback requests.
cloud-architect
by Olino3
"Multi-cloud architecture and cloud-native design patterns. Analyzes infrastructure requirements, designs scalable cloud solutions across AWS, Azure, GCP, and recommends cloud-native patterns. Evaluates architectural trade-offs, cost optimization, and migration strategies."
graphql-schema-generator
by ehtbanton
Generate GraphQL schema definition files (SDL) with types, queries, mutations, subscriptions, and resolvers for API development. Triggers on "create GraphQL schema", "generate GraphQL types", "GraphQL API for", "SDL schema".
sm-bigquery-analyst
by source-medium
Query SourceMedium-hosted BigQuery safely. Emits SQL receipts. SELECT-only, cost-guarded. Use when users need help with BigQuery setup, access verification, or analytical questions against SourceMedium datasets.
effect-ts
by danielbush
Comprehensive guide for building TypeScript applications with Effect, a powerful functional programming library. Use when: (1) Creating new Effect projects, (2) Working with Effect's core types (Effect, Layer, Context, Config), (3) Building pipelines and generators, (4) Implementing services and dependency injection, (5) Adding observability (logging, tracing, metrics), (6) Using Effect Platform for cross-platform operations, (7) Integrating AI providers with @effect/ai, (8) Working with concurrency (fibers, streams, pubsub), or (9) Any TypeScript project using the effect package.