Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Write Query

Skill Aktiv

Write optimized SQL for your dialect with best practices. Use when translating a natural-language data need into SQL, building a multi-CTE query with joins and aggregations, optimizing a query against a large partitioned table, or getting dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.

Zweck

To empower users to easily translate natural language data requirements into accurate, optimized, and dialect-specific SQL queries.

Funktionen

  • Write optimized SQL for your dialect
  • Translate natural-language data needs into SQL
  • Build multi-CTE queries with joins and aggregations
  • Optimize queries against large partitioned tables
  • Provide dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.

Anwendungsfälle

  • Translating a natural-language data need into SQL
  • Building a multi-CTE query with joins and aggregations
  • Optimizing a query against a large partitioned table
  • Getting dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.

Nicht-Ziele

  • Executing SQL queries directly (unless a connected MCP server supports it)
  • Providing a general-purpose SQL client
  • Writing complex stored procedures or triggers

Trust

  • warning:Issues Attention29 issues opened and 4 closed in the last 90 days indicates a low closure rate and potentially slow response times from maintainers.

Portability

  • info:Cross-skill couplingThe SKILL.md mentions CONNECTORS.md, indicating potential reliance on external context, but this is explicit and optional.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add anthropics/knowledge-work-plugins
/plugin install data@knowledge-work-plugins

Qualitätspunktzahl

90 /100
Analysiert 13 days ago

Vertrauenssignale

Letzter Commit14 days ago
Sterne12.1k
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Sql Optimization

100

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.

Skill
github

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet

MongoDB Connection Optimizer

100

Optimieren Sie die Konfiguration von MongoDB-Clientverbindungen (Pools, Timeouts, Muster) für jede unterstützte Treibersprache. Verwenden Sie diese Fähigkeit, wenn Sie an Funktionen arbeiten/diese aktualisieren/überprüfen, die einen MongoDB-Client instanziieren oder konfigurieren (z. B. beim Aufruf von `connect()`), Verbindungspools konfigurieren, Verbindungsprobleme beheben (ECONNREFUSED, Timeouts, Pool-Erschöpfung), Leistungsprobleme im Zusammenhang mit Verbindungen optimieren. Dies schließt Szenarien wie das Erstellen von serverlosen Funktionen mit MongoDB, das Erstellen von API-Endpunkten, die MongoDB verwenden, die Optimierung von MongoDB-Anwendungen mit hohem Datenverkehr, das Erstellen von langlaufenden Aufgaben und Nebenläufigkeit oder das Debuggen von verbindungsbezogenen Fehlern ein.

Skill
mongodb

DBHub Database Query Guide

100

Anleitung zum Abfragen von Datenbanken über den DBHub MCP-Server. Verwenden Sie diese Fähigkeit immer dann, wenn Sie Datenbankschemata untersuchen, Tabellen inspizieren oder SQL-Abfragen über die MCP-Tools von DBHub ausführen müssen (search_objects, execute_sql). Aktiviert bei jeder Datenbankabfrageaufgabe, Schemadeckung, Datenabfrage oder SQL-Ausführung über MCP – auch wenn der Benutzer nur „Datenbank prüfen“ oder „mir Daten finden“ sagt. Diese Fähigkeit stellt sicher, dass Sie dem richtigen Workflow „zuerst erkunden“ folgen, anstatt Tabellenstrukturen zu erraten.

Skill
bytebase

Dsql

100

Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL operations, query plan explainability, and SQL compatibility validation. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow.

Skill
awslabs

Migrate Create

99

Create a new sequentially numbered database migration with up/down SQL files

Skill
ruvnet