Database

Database management and queries

Showing 1153-1176 of 3911 skills
SpillwaveSolutions

automating-voice-memos

by SpillwaveSolutions

Automates Apple Voice Memos (Mac Catalyst, no dictionary) via JXA using filesystem/SQLite access and System Events UI scripting. Use when asked to "automate Voice Memos", "export voice recordings", "access Voice Memos database", or "transcribe voice memos".

Processing 40 7mo ago
jimmc414

ensembl-database

by jimmc414

"Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research."

API Dev 570 9mo ago
aj-geddes

aws-rds-database

by aj-geddes

Deploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for PostgreSQL, MySQL, MariaDB, and Oracle.

Cloud 324 10mo ago
kevinslin

gen-notifier

by kevinslin

Generic desktop notification skill for agents. Send exactly one desktop notification per job at the final terminal state, immediately before the final user-facing report, unless the user says otherwise.

Analytics 23 6mo ago
zerobearing2

rails-ai:models

by zerobearing2

Use when designing Rails models - ActiveRecord patterns, validations, callbacks, scopes, associations, concerns, query objects, form objects

Code Gen 44 9mo ago
zerobearing2

rails-ai:debugging-rails

by zerobearing2

Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process

Code Review 44 9mo ago
zerobearing2

rails-ai:jobs

by zerobearing2

Use when setting up background jobs, caching, or WebSockets - SolidQueue, SolidCache, SolidCable (TEAM RULE #1 - NEVER Sidekiq/Redis)

Caching 44 9mo ago
PleasePrompto

notebooklm

by PleasePrompto

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

Auth 7.7K 9mo ago
openclaw

aetherlang

by openclaw

Execute AI workflow orchestration flows using the AetherLang Ω DSL. Run multi-step AI pipelines for recipes, business strategy, market analysis, molecular gastronomy, and more.

API Dev 4.5K 6mo ago
ed3dai

howto-develop-with-postgres

by ed3dai

Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX_ naming, read-write separation, type safety for UUIDs/JSONB, and snake_case conventions to prevent data corruption and type errors

Processing 248 7mo ago
mcouthon

critic

by mcouthon

"Challenge assumptions and probe reasoning using adversarial thinking. Use when asked to find weaknesses, challenge a design, identify edge cases, or stress-test an approach. Triggers on: 'use critic mode', 'challenge this', 'find weaknesses', 'what could go wrong', 'critic', 'devil's advocate', 'poke holes', 'stress test', 'what am I missing', '5 whys'. Read-only mode - questions and probes but doesn't provide solutions."

Processing 77 6mo ago
mcouthon

critic

by mcouthon

"Challenge assumptions and probe reasoning using adversarial thinking. Use when asked to find weaknesses, challenge a design, identify edge cases, or stress-test an approach. Triggers on: 'use critic mode', 'challenge this', 'find weaknesses', 'what could go wrong', 'critic', 'devil's advocate', 'poke holes', 'stress test', 'what am I missing', '5 whys'. Read-only mode - questions and probes but doesn't provide solutions."

Processing 77 6mo ago
alekspetrov

database-migration

by alekspetrov

Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database".

Code Gen 229 7mo ago
telagod

移动开发域 · Mobile Development

by telagod

☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss

Database 241 6mo ago
telagod

🔧 炼器秘典 · DevOps 能力中枢

by telagod

☠️ 一键为 Claude Code / Codex CLI 注入邪修人格与 40+ 安全工程秘典 npx code-abyss

CI/CD 241 6mo ago
render-oss

render-migrate-from-heroku

by render-oss

"Migrate from Heroku to Render by reading local project files and generating equivalent Render services. Triggers: any mention of migrating from Heroku, moving off Heroku, Heroku to Render migration, or switching from Heroku. Reads Procfile, dependency files, and app config from the local repo. Optionally uses Heroku MCP to enrich with live config vars, add-on details, and dyno sizes. Uses Render MCP or Blueprint YAML to create services."

Processing 76 6mo ago
gohypergiant

accelint-tanstack-query-best-practices

by gohypergiant

Use when configuring QueryClient, implementing mutations, debugging performance, or adding optimistic updates with @tanstack/react-query in Next.js App Router. Covers factory patterns, query keys, cache invalidation, observer debugging, HydrationBoundary, multi-layer caching. Keywords TanStack Query, useSuspenseQuery, useQuery, useMutation, invalidateQueries, staleTime, gcTime, refetch, hydration.

Caching 22 6mo ago
gohypergiant

accelint-react-testing

by gohypergiant

Use when writing, reviewing, or refactoring React component tests with Testing Library. Load when you see render(), screen, fireEvent, userEvent, waitFor, or *.test.tsx files. Covers query priority (getByRole > getByLabelText > getByText), user-centric testing patterns, async utilities, custom renders with providers, and accessibility-first assertions. Keywords include RTL, Testing Library, screen, getByRole, findBy, queryBy, userEvent, waitFor, toBeInTheDocument, testing-library/react, testing-library/user-event, jest-dom.

Accessibility 22 7mo ago
Disentinel

grafema-codebase-analysis

by Disentinel

Analyze codebases using a graph database instead of reading source files. Use when understanding code architecture, finding functions or call patterns, tracing data flow, checking dependencies, or answering "where is X used?" questions. Grafema builds a queryable code graph from static analysis — prefer querying the graph over reading files manually.

Code Review 36 6mo ago
OpenAEC-Foundation

erpnext-database

by OpenAEC-Foundation

Database operations and ORM patterns for ERPNext/Frappe v14-v16

Automation 173 7mo ago
tenequm

tanstack-query

by tenequm

Master TanStack Query (React Query) v5 for server state management in React applications. Use when fetching data from APIs, managing server state, caching, handling mutations, streaming AI responses, or integrating with tRPC v11. Triggers on phrases like "react query", "tanstack query", "data fetching", "cache management", "server state", "streamed query", "streaming data", or file patterns like query.ts, Query.tsx, queryClient.ts.

Processing 35 6mo ago
digitalocean-labs

app-platform-router

by digitalocean-labs

Routes DigitalOcean App Platform tasks to specialized sub-skills. Use when working with App Platform deployments, migrations, database configuration, networking, or troubleshooting.

CI/CD 35 7mo ago
steveclarke

real-world-rails

by steveclarke

Research how production Rails apps solve architectural problems using the Real World Rails repository. Use when the user wants to know how other apps handle something, find patterns, or compare approaches. Triggers on "rails patterns", "how do other apps", "real world rails", "research how apps do".

Academic 35 6mo ago
j-morgan6

ecto-essentials

by j-morgan6

MANDATORY for ALL database work. Invoke before modifying schemas, queries, or migrations.

Database 155 6mo ago