数据库

数据库管理与查询

显示 1729-1752 / 共 3904 个技能
Altinity

altinity-expert-clickhouse-ingestion

Altinity

Diagnose ClickHouse INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Use for slow inserts and data pipeline issues.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-overview

Altinity

Runs a quick overview of Clickhouse server health.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-grants

Altinity

Diagnose and resolve ClickHouse grant and authentication errors, especially after upgrades. Use when queries fail with ACCESS_DENIED/NOT_ENOUGH_PRIVILEGES, AUTHENTICATION_FAILED/WRONG_PASSWORD/REQUIRED_PASSWORD, or ON CLUSTER privilege errors; when system.* or INFORMATION_SCHEMA access is denied; or when grant behavior changes after version upgrades.

代码生成 16 7个月前
Altinity

altinity-expert-clickhouse-logs

Altinity

Analyze ClickHouse system log table health including TTL configuration, disk usage, freshness, and cleanup. Use for system log issues and TTL configuration.

代码评审 16 7个月前
Altinity

altinity-expert-clickhouse-index-analysis

Altinity

Analyze whether ClickHouse indexes (PRIMARY KEY, ORDER BY, skipping indexes, projections) are being used effectively for actual query patterns. Use when investigating index effectiveness, ORDER BY key design, query-to-index alignment, or when queries scan more data than expected.

代码评审 16 7个月前
Altinity

altinity-expert-clickhouse-schema

Altinity

Analyze ClickHouse table structure, partitioning, ORDER BY keys, materialized views, and identify schema design anti-patterns. Use for table design issues and optimization.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-part-log

Altinity

Diagnose ClickHouse issues by analyzing system.part_log (part creation, merges, mutations, downloads, removals, moves). Use for too many parts / micro-batch inserts, merge backlog or slow merges, mutation storms (ALTER DELETE/UPDATE), unusual replication DownloadPart churn, unexpected RemovePart spikes, or ZooKeeper/Keeper znode growth correlated with part activity.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-mutations

Altinity

Track and diagnose ClickHouse ALTER UPDATE, ALTER DELETE, and other mutation operations. Use for stuck mutations and mutation performance issues.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-merges

Altinity

Diagnose ClickHouse merge performance, part backlog, and 'too many parts' errors. Use for merge issues and part management problems.

代码评审 16 6个月前
Altinity

altinity-expert-clickhouse-dictionaries

Altinity

Analyze ClickHouse external dictionaries including configuration, memory usage, reload status, and performance. Use for dictionary issues and load failures.

代码评审 16 7个月前
Altinity

altinity-expert-clickhouse-metrics

Altinity

Real-time monitoring of ClickHouse metrics, events, and asynchronous metrics. Use for load average, connections, queue monitoring, and resource saturation.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-connection

Altinity

Should be used when doing clickhouse analysis and diagnostics review before any altinity-expert-clickhouse skill to test clickhouse connection and set general rules

数据处理 16 7个月前
Altinity

altinity-expert-clickhouse-caches

Altinity

Analyze ClickHouse cache systems including mark cache, uncompressed cache, and query cache. Use for cache hit ratio issues and cache tuning.

缓存 16 7个月前
duyet

gemini-prompting

duyet

Prompt engineering guidance for Gemini (Google) model. Use when crafting prompts for Gemini to leverage system instructions, multimodal capabilities, ultra-long context, and strong reasoning features.

数据处理 13 7个月前
duyet

clickhouse-best-practices

duyet

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

数据处理 13 7个月前
BenjaminG

madai-investigator

BenjaminG

Investigate MadAI/MadKudu support tickets from Jira or Zendesk. This skill should be used when analyzing ticket context, checking tenant health, querying knowledge bases, and producing structured investigation reports. Triggers on requests like "investigate this ticket", "look into Zendesk/Jira issue", "check tenant health", or "why is tenant X having issues".

代码评审 4 7个月前
BenjaminG

backend-developer

BenjaminG

Specialist for TypeScript backend development including Node.js servers, NestJS applications, APIs, databases (PostgreSQL, MongoDB, Redis), authentication, testing, deployment, server-side code, microservices, database queries, migrations, controllers, services, repositories, and middleware. Use for ANY work involving .ts backend files, server-side architecture, performance optimization, and backend security.

API 开发 4 7个月前
greyhaven-ai

grey-haven-data-validation

greyhaven-ai

"Comprehensive data validation using Pydantic v2 with data quality monitoring and schema alignment for PlanetScale PostgreSQL. Use when implementing API validation, database schema alignment, or data quality assurance. Triggers: 'validation', 'Pydantic', 'schema', 'data quality'."

数据处理 30 8个月前
greyhaven-ai

grey-haven-code-style

greyhaven-ai

"Apply Grey Haven Studio's TypeScript/React and Python/FastAPI coding standards from production templates. Use when writing code, reviewing PRs, fixing linting errors, formatting files, or when the user mentions 'code standards', 'Grey Haven style', 'linting', 'Prettier', 'ESLint', 'Ruff', 'formatting rules', or 'coding conventions'. Includes exact Prettier/ESLint/Ruff configs, naming conventions, project structure, and multi-tenant database patterns."

数据库 30 8个月前
greyhaven-ai

grey-haven-react-tanstack-testing

greyhaven-ai

"Specialized testing for React applications using TanStack ecosystem (Query, Router, Table, Form) with Vite and Vitest. Use when testing React + TanStack apps, mocking server state, testing router, or validating query behavior. Triggers: 'TanStack testing', 'React Query testing', 'test TanStack', 'mock query', 'router test'."

数据库 30 8个月前
bfollington

sqlite-db

bfollington

General guide for using the sqlite3 CLI to build composable knowledge databases. Use this skill when creating SQLite databases, designing schemas, querying data, managing relationships, or building new sqlite-based domain skills. Provides the foundational patterns that all specialized sqlite skills build upon.

代码生成 51 7个月前
bfollington

sqlite-notes

bfollington

Personal note-taking, thinking trails, and knowledge management using plain SQLite. Supports capture-heavy workflows with clear provenance tracking, AI-generated thinking snapshots (breadcrumbs), and synthesis into permanent knowledge. Uses the sqlite3 CLI directly with SQL schemas for notes, resources, clippings, reflections, and breadcrumbs.

CLI 工具 51 7个月前
saaspegasus

resolve-pegasus-conflicts

saaspegasus

Resolve merge conflicts when upgrading SaaS Pegasus. Use when the user has merge conflicts after running git merge during a Pegasus upgrade, or when they need help with the merge process. Also use when the user mentions 'merge pegasus".

代码评审 8 6个月前
hubert-dudek

sql-performance-review

hubert-dudek

Review and improve Databricks SQL queries for correctness, readability, and performance (joins, filters, aggregations, partition pruning). Use when someone pastes a SQL query, asks why it is slow, or requests a rewrite/optimization in Databricks SQL.

代码评审 8 7个月前