数据库

数据库管理与查询

显示 1705-1728 / 共 3904 个技能
majesticlabs-dev

infra-security-review

majesticlabs-dev

Security patterns and checklists for reviewing Infrastructure-as-Code. Covers Terraform/OpenTofu state, secrets, network, compute, database, and storage security.

代码评审 49 7个月前
oldwinter

aws-cli

oldwinter

This skill should be used when users need to interact with AWS services via CLI. It covers all AWS services including EC2, ECS, EKS, Lambda, S3, RDS, DynamoDB, VPC, Route53, CloudFront, Bedrock, Support, Billing, and more. Supports querying, creating, modifying, deleting resources, monitoring, debugging, and cost analysis. Triggers on requests mentioning AWS, cloud resources, or specific AWS service names.

CLI 工具 6 7个月前
booch

testing

booch

Testing philosophy and practices. This skill should be used when writing tests, designing test strategies, or reviewing test code. Use proactively when discussing TDD, red-green-refactor, test doubles, mocks, stubs, fakes, RSpec, Jest, pytest, unit tests, integration tests, test coverage, or test-first development. (user)

数据库 18 8个月前
majesticlabs-dev

digitalocean-coder

majesticlabs-dev

This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.

CI/CD 49 6个月前
majesticlabs-dev

etl-incremental-patterns

majesticlabs-dev

Incremental data loading patterns including backfill strategies, CDC, timestamp-based loads, and pipeline orchestration.

CI/CD 49 6个月前
majesticlabs-dev

sql-patterns

majesticlabs-dev

Advanced SQL patterns including window functions, CTEs, recursive queries, and optimization techniques.

自动化 49 6个月前
ssiumha

qmd

ssiumha

Searches local markdown notes and documents using qmd CLI. Use when searching notes, querying documents, managing collections, or retrieving document content.

CLI 工具 9 7个月前
DanielMadsenDK

servicenow-manipulate-data

DanielMadsenDK

Query, insert, update, and delete records in the ServiceNow database with emphasis on performance and security. Covers GlideRecord, GlideQuery, GlideAggregate, and secure data access patterns. Use when working with database records, aggregating data, or implementing data-driven logic.

代码生成 9 6个月前
svngoku

smolagents

svngoku

Build AI agents with Hugging Face's SmolAgents framework. Use when creating code-executing agents, tool-calling agents, multi-agent systems, agentic RAG, text-to-SQL pipelines, web browsing agents, or any multi-step AI workflows. Covers CodeAgent, ToolCallingAgent, custom tools, MCP integration, memory management, secure code execution (E2B, Docker, Blaxel), and model configuration (HF Inference, LiteLLM, Transformers, Ollama).

智能体 9 8个月前
ssiumha

tree-sitter

ssiumha

AST parsing, S-expression queries, tag extraction via tree-sitter CLI. Use when parsing code into AST, extracting tags, visualizing syntax trees, or performing structural analysis beyond ast-grep.

数据处理 9 6个月前
ssiumha

deployment

ssiumha

Automates deployments and infrastructure management. Use for PM2, Helmfile/K8s, Ansible playbooks, database config, monitoring setup, or multi-server automation.

数据库 9 7个月前
DanielMadsenDK

servicenow-business-rules

DanielMadsenDK

Create server-side database triggers with proper execution timing, recursion prevention, and validation patterns. Use when implementing Before/After/Async business rules, preventing recursive rule execution, or enforcing data validation on database operations.

数据处理 9 6个月前
ssiumha

ascii-diagram

ssiumha

복잡도에 따라 ASCII art 또는 Mermaid 다이어그램을 선택하여 생성. Use when visualizing architecture, drawing diagrams, explaining structure visually, or 도식화/다이어그램 요청 시. 중간 복잡도는 ASCII art 우선.

API 开发 9 6个月前
PleasePrompto

google-ai-mode-skill

PleasePrompto

Use this skill when the user requests current information, documentation, coding examples, or web research beyond the knowledge cutoff. Queries Google's AI Search mode to retrieve comprehensive AI-generated overviews with source citations from 100+ websites. Returns markdown with inline footnoted references 1[3]. You will receive a detailed Markdown file with references and information summarized directly from Google's AI search. Ideal for you to get new information and clues for further research.

数据库 292 8个月前
noartem

laravel-migrations-and-factories

noartem

Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance

代码生成 11 7个月前
wrsmith108

varlock

wrsmith108

Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminals, logs, traces, or Claude's context. Trigger phrases include "environment variables", "secrets", ".env", "API key", "credentials", "sensitive", "Varlock".

CLI 工具 32 8个月前
lv416e

api-design

lv416e

"Use when designing or modifying any API endpoint, before writing handler code - contract-first approach covering resource modeling, URL design, schema conventions, versioning, and authentication that ensures the interface is right before implementation begins APIエンドポイントの設計や変更時、ハンドラーコードを書く前に使用 - リソースモデリング、URL設計、スキーマ規約、バージョニング、認証を網羅するコントラクトファースト手法により、実装前にインターフェースの正しさを保証"

API 开发 6 6个月前
Altinity

altinity-expert-clickhouse-storage

Altinity

Diagnose ClickHouse disk usage, compression efficiency, part sizes, and storage bottlenecks. Use for disk space issues and slow IO.

数据库 16 7个月前
michalvavra

snowcli

michalvavra

CLI for Snowflake. Query data, manage warehouses, databases, schemas, tables, and stages. Use when working with Snowflake data platform.

数据处理 16 6个月前
Altinity

altinity-expert-clickhouse-memory

Altinity

Diagnose ClickHouse RAM usage, OOM errors, memory pressure, and allocation patterns. Use for memory-related issues and out-of-memory errors.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-reporting

Altinity

Diagnose ClickHouse SELECT query performance, analyze query patterns, identify slow queries, and find optimization opportunities. Use for query latency and timeout issues.

代码评审 16 7个月前
Altinity

altinity-expert-clickhouse-kafka

Altinity

Diagnose ClickHouse Kafka engine health, consumer status, thread pool capacity, and consumption issues. Use for Kafka lag, consumer errors, and thread starvation.

数据库 16 7个月前
Altinity

altinity-expert-clickhouse-replication

Altinity

Diagnose ClickHouse replication health, Keeper connectivity, replica lag, and queue issues. Use for replication lag and read-only replica problems.

数据库 16 7个月前
bntvllnt

convex

bntvllnt

Build and operate Convex backends: functions (queries/mutations/actions/http actions), schemas, auth patterns, scheduling (cron/scheduled/workflows), file storage, testing, and debugging. Triggers: "convex", "query", "mutation", "action", "httpAction", "schema", "validator", "cron", "schedule", "workflow", "workpool", "ctx.db", "ctx.auth", "convex dev".

自动化 16 7个月前