Database

Database management and queries

Showing 1825-1848 of 3914 skills
nbbaier

implementation-guide

by nbbaier

Generate comprehensive implementation guides for coding tasks instead of writing code directly. Use when the user requests detailed implementation documentation, step-by-step development guides, or when they want to implement features themselves using tools like Cursor. Creates exhaustive guides with background context, architecture decisions, milestones with verification points, and rationale for a "build-it-yourself" workflow.

Code Gen 13 7mo ago
ArcaneOrion

tavily

by ArcaneOrion

使用 Tavily API 进行互联网搜索。当需要获取实时新闻、技术研究、深度资料或限制特定域名搜索时使用该技能。

Academic 13 8mo ago
dougkeefe

gc-review-im

by dougkeefe

Use when reviewing database schemas, migrations, and data access code for GoC Information Management compliance - checks mandatory metadata (Creator, Date, Language, Classification), retention policies, soft deletes, searchability, and audit requirements per Directive on Service and Digital

Code Review 13 7mo ago
kylehughes

migrating-to-swift-concurrency

by kylehughes

Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety errors, understanding Sendable and actor isolation, or incrementally adopting async/await.

Processing 56 9mo ago
personamanagmentlayer

snowflake-expert

by personamanagmentlayer

Expert-level Snowflake data warehouse platform, virtual warehouses, data sharing, streams, tasks, and SQL optimization

Code Gen 40 7mo ago
personamanagmentlayer

dbt-expert

by personamanagmentlayer

Expert-level dbt (data build tool), models, tests, documentation, incremental models, macros, and Jinja templating

Processing 40 7mo ago
personamanagmentlayer

postgresql-expert

by personamanagmentlayer

Expert-level PostgreSQL database administration, advanced queries, performance tuning, and production operations

Code Gen 40 7mo ago
personamanagmentlayer

performance-expert

by personamanagmentlayer

Expert-level performance optimization, profiling, benchmarking, and tuning

Processing 40 7mo ago
personamanagmentlayer

kubernetes-expert

by personamanagmentlayer

Expert-level Kubernetes cluster management, deployment strategies, networking, and production operations

Database 40 7mo ago
personamanagmentlayer

mongodb-expert

by personamanagmentlayer

Expert-level MongoDB database design, aggregation pipelines, indexing, replication, and production operations

Database 40 7mo ago
personamanagmentlayer

sql-expert

by personamanagmentlayer

Expert-level SQL database design, querying, optimization, and administration across PostgreSQL, MySQL, and SQL Server

Code Gen 40 7mo ago
personamanagmentlayer

powerbi-expert

by personamanagmentlayer

Expert-level Power BI, DAX, M language, data modeling, Power Query, report design, and paginated reports

Processing 40 7mo ago
personamanagmentlayer

databricks-expert

by personamanagmentlayer

Expert-level Databricks platform, Apache Spark, Delta Lake, MLflow, notebooks, and cluster management

Processing 40 7mo ago
personamanagmentlayer

looker-expert

by personamanagmentlayer

Expert-level Looker BI, LookML, explores, dimensions, measures, dashboards, and data modeling

Analytics 40 7mo ago
aviflombaum

search

by aviflombaum

Search project documentation using qmd semantic search. Use BEFORE grepping/globbing indexed directories. Triggers on any task involving finding docs, plans, or other indexed markdown content.

Database 39 6mo ago
SummerKaze

arkts-syntax-assistant

by SummerKaze

ArkTS syntax, migration, and optimization guide for HarmonyOS/OpenHarmony development. Triggers on: .ets files, ArkTS keywords, HarmonyOS/OpenHarmony context, @ohos packages. Help with syntax reference, TypeScript migration, performance optimization, compile errors, state management, component development, and language-specific questions.

Database 85 7mo ago
martinellich

flyway-migration

by martinellich

Creates versioned Flyway database migration scripts (V*.sql) with sequences, tables, constraints, and foreign keys from the entity model. Use when the user asks to "create a migration", "generate SQL scripts", "set up database tables", "write a Flyway migration", or mentions schema migration, DB migration, database versioning, or SQL migration files.

Code Gen 37 6mo ago
lagz0ne

c3-query

by lagz0ne

Navigates C3 architecture docs and explores corresponding code to answer architecture questions. Use when the user asks: - "where is X", "how does X work", "explain X", "show me the architecture" - "find component", "what handles X", "diagram of X", "visualize X" - "describe X", "list components", "trace X", "flow of X" - References C3 IDs (c3-0, c3-1, adr-*) <example> Context: Project with .c3/ directory user: "explain what c3-101 does and how it connects to other components" assistant: "Using c3-query to navigate the architecture docs." </example> <example> Context: Project with .c3/ directory user: "show me a diagram of the C3 architecture" assistant: "Using c3-query to generate an architecture overview." </example> DO NOT use for changes (route to c3-change). DO NOT use for pattern artifact management — listing, creating, updating refs (route to c3-ref). Requires .c3/ to exist.

Auth 12 6mo ago
runkids

codeql

by runkids

Scans a codebase for security vulnerabilities using CodeQL's interprocedural data flow and taint tracking analysis. Triggers on "run codeql", "codeql scan", "codeql analysis", "build codeql database", or "find vulnerabilities with codeql". Supports "run all" (security-and-quality suite) and "important only" (high-precision security findings) scan modes. Also handles creating data extension models and processing CodeQL SARIF output.

Code Gen 12 6mo ago
pratos

codebase-pattern-finder

by pratos

Finds similar implementations, usage examples, or existing patterns that can be modeled after. Returns concrete code examples with file:line references. Like codebase-locator but includes actual code details.

Database 12 7mo ago
el-feo

rails

by el-feo

Comprehensive Ruby on Rails v8.1 development guide with detailed documentation for Active Record, controllers, views, routing, testing, jobs, mailers, and more. Use when working on Rails applications, building Rails features, debugging Rails code, writing migrations, setting up associations, configuring Rails apps, or answering questions about Rails best practices and patterns.

Code Gen 12 8mo ago
el-feo

postgresql-rails-analyzer

by el-feo

Comprehensive PostgreSQL configuration and usage analysis for Rails applications. Use when Claude Code needs to analyze a Rails codebase for database performance issues, optimization opportunities, or best practice violations. Detects N+1 queries, missing indexes, suboptimal database configurations, anti-patterns, and provides actionable recommendations. Ideal for performance audits, optimization tasks, or when users ask to "analyze the database", "check for N+1 queries", "optimize PostgreSQL", "review database performance", or "suggest database improvements".

Code Review 12 8mo ago
jackjin1997

resume-builder

by jackjin1997

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.

Processing 12 7mo ago
el-feo

vitest

by el-feo

Comprehensive Vitest testing framework guide with strong emphasis on Jest-to-Vitest migration. Covers automated migration using codemods, configuration setup, API differences, best practices, and troubleshooting. Use when migrating from Jest, setting up Vitest, writing tests, configuring test environments, or resolving migration issues. Primary focus is seamless Jest migration with minimal code changes.

Database 12 8mo ago