- Home
- /
- Categories
- /
- Database
Database
Database management and queries
semantic-explore
by adilasif
This skill should be used when the user asks to understand code behavior, explore how something works, find where functionality is implemented, or asks questions like "how does X work", "where is Y handled", "what does Z do", "show me the code that", "find the implementation of", or "trace the flow of". Also use for exploring unfamiliar codebases or when grep/glob returns too many irrelevant results. Use BEFORE or ALONGSIDE keyword search.
longevity-os
by ikheet7734
Longevity OS (太医院) — personal health tracking, N-of-1 trials, and longevity optimization. Triggers on /longevity, /taiyiyuan, health tracking, diet logging, exercise logging, supplement management, biomarker review, and self-experimentation keywords.
collect_methods
by HowardKao-1130
Load recorded analysis methods from the personal library.
appwrite-go
by ChiragAgg5k
Appwrite Go SDK skill. Use when building server-side Go applications with Appwrite. Covers user management, database/table CRUD, file storage, and functions via API keys. Uses per-service packages and functional options pattern.
typescript-patterns
by adrianbrowning
Best practices for TypeScript types, interfaces, assertions, and type safety. Use when writing or reviewing TypeScript code.
zhin-database-orm
by zhinjs
Guides database usage in Zhin including model definitions, CRUD queries, transactions, migrations, and lifecycle hooks. Covers the built-in ORM based on @zhin.js/database with SQLite support. Use when working with data persistence in Zhin plugins.
jpralph-convert
by juanpare
"Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json."
general-coding-guidelines
by StefanMermans
Always use this skill when writing or reviewing code.
bottle-backend-development
by Hourdevtool
แนวทางการพัฒนา โครงสร้างและข้อควรระวังในการเขียนโค้ดสำหรับโปรเจกต์ Backend เครื่องแยกขวด
cde-query
by yygtmp
鏌ヨ鍥藉鑽搧鐩戠潱绠$悊灞€鑽搧瀹¤瘎涓績锛圕DE锛夊師杈呭寘鐧昏淇℃伅锛岃嚜鍔ㄧ炕椤?鑷獙璇侊紝杈撳嚭 Excel銆傛敮鎸佹悳绱㈠師鏂欒嵂銆佽嵂鐢ㄨ緟鏂欍€佽嵂鍖呮潗鐨勭櫥璁板彿銆佷紒涓氬悕绉般€佸璇勭姸鎬併€?license: MIT
vercel-cost-guard
by jshchnz
Audits Next.js/Vercel projects for 22 cost-causing patterns across bandwidth, compute, invocations, and image optimization. Scans for large uncompressed media, missing preload attributes, API routes without caching, AI streaming without timeouts, database N+1 queries, unscoped middleware, accidental dynamic rendering, payload limit violations, missing ISR/static generation, and configuration issues. Use when reviewing a Next.js project for cost issues, preparing for launch, or after receiving an unexpected Vercel bill.
testing-guide
by Clarkkkk
Defines Seagull testing strategy, tradeoffs, and required coverage. Use when adding or updating tests, implementing features that touch backend/frontend, introducing concurrency/locks, or when asked how to structure/run tests in this repo.
supabase-splinter-review
by dolessHQ
Run Supabase Splinter on local DB and triage findings into fix-now vs defer with a remediation plan. Inputs focus and threshold.
rails-active-record
by shivamsinghchahar
Master Active Record for model associations, querying, validations, and advanced patterns in Rails applications
google-ads-query
by aivokone
"Query any Google Ads account via GAQL. Use when the user asks about Google Ads campaigns, conversions, keywords, ad performance, or bidding. Triggered by: Google Ads, campaign, conversion, PPC, CPC, keyword, click, impression, ROAS, CPA."
z-cheatsheet
by AutoFor
dotfiles に定義されたショートカット・コマンドを日本語キーワードで検索する。
angular-architect
by Olino3
"Enterprise Angular application architecture and patterns. Design scalable, maintainable Angular apps with modular architecture, state management strategies, lazy loading, micro-frontends, and monorepo patterns."
sveltekit-progressive-architecture
by dev-goraebap
"SvelteKit 프로젝트 아키텍처·코드 규칙. Actions: 작성, 구현, 리뷰, 리팩터, 검토, 추가, 설계, 수정, write, implement, review, refactor, fix. Base Rules: 컴포넌트 재사용, $lib, 라우트 배치, 인라인 타입 금지, interface, type, script 섹션, 주석, 가독성, code style, TypeScript. Server Architecture: 서버 아키텍처, Active Record, Query Service, REST API, Drizzle, +server.ts, +page.server.ts, server/domain, server/infra, 뷰모델, view-model, form actions, ORM, schema, 레이어 분리, CUD, load. UI Components: shadcn-svelte, shadcn, button, dialog, modal, table, form, input, calendar, popover, badge, card, select, tabs, switch, textarea, $lib/components/ui, npx shadcn-svelte."
backend-development
by tomaspozo
Supabase backend development workflow. Use for ANY backend work in Supabase projects — schema changes, API endpoints, database functions, RLS policies, edge functions, auth, storage, business logic, or data access. Activate whenever the task involves server-side logic, data layer, or Supabase features.
configuring-connection-pools
by djankies
Configure connection pool sizing for optimal performance. Use when configuring DATABASE_URL or deploying to production.
Zombie Codes — Persistent Memory for AI
by robertsellman-code
Memory importance is derived automatically from your answers to the memory_properties questions. You don't set it directly — the server computes it from your honest Q&A responses. Critical memories (failures, hard constraints) surface more readily. The system detects inflation — answering everything as critical actually reduces effective importance.
dhh-rails-style
by 8b-is
This skill should be used when writing Ruby and Rails code in DHH's distinctive 37signals style. It applies when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, code review, or when the user mentions DHH, 37signals, Basecamp, HEY, or Campfire style. Embodies REST purity, fat models, thin controllers, Current attributes, Hotwire patterns, and the "clarity over cleverness" philosophy.
creating-client-singletons
by djankies
Prevent multiple PrismaClient instances that exhaust connection pools causing P1017 errors. Use when creating PrismaClient, exporting database clients, setting up Prisma in new files, or encountering connection pool errors. Critical for serverless environments.
bio-blast
by dakesan
"NCBI BLAST sequence similarity search using BioPython. Use when a user wants to run BLAST programmatically with blastn/blastp and retrieve results in JSON format."