搜索结果
全部能力
找到 139 个相关结果 / 数据库与 SQL
数据与分析 / 分析洞察
async-io-model
async-io-model
Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these…
数据与分析 / 分析洞察
storage-format
storage-format
SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb
数据与分析 / 分析洞察
mvcc
mvcc
Overview of Experimental MVCC feature - snapshot isolation, versioning, limitations
数据与分析 / 分析洞察
标注任务血缘
annotating-task-lineage
使用 inlets 和 outlets 为 Airflow 任务添加数据血缘注解。适用于用户希望为任务添加血缘元数据、指定输入/输出数据集,或…
数据与分析 / 分析洞察
Wiki 仪表盘
wiki-dashboard
>
数据与分析 / 分析洞察
工作原理
how-it-works
解释 claude-mem 如何捕获观察结果、何时触发记忆注入,以及数据存储在哪里。当用户询问“claude-mem 是如何工作的?”或“什么……”时使用。
数据与分析 / 分析洞察
opencode-bridge
opencode-bridge
Bridge between OpenWork UI and OpenCode runtime
数据与分析 / 分析洞察
emdash-cms
emdash-cms
AI coding agent skill for building with EmDash, the full-stack TypeScript CMS built on Astro and Cloudflare
数据与分析 / 分析洞察
ADR 起草
adr-drafting
为重大架构变更创建新的架构决策记录(ADR)文档,使用一致的模板和基于仓库的命名规范…
数据与分析 / 分析洞察
commit-helper
commit-helper
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating…
数据与分析 / 分析洞察
dt-dql-essentials
dt-dql-essentials
Core DQL syntax rules, common pitfalls, and query patterns. Load this skill when you need to write, build, or fix a DQL query — it prevents syntax errors and guides correct usage. Covers fetch commands, data models, field namespaces, time alignment, entity patterns, metric discovery, and smartscape topology navigation. Trigger: "write a DQL query", "build me a query", "DQL syntax", "how do I query logs/spans/metrics in Dynatrace", "create a timeseries", "fix my DQL", "fetch logs", "smartscapeNodes", "query optimization". Do NOT use for explaining an existing query or answering Dynatrace product questions — those do not require query-construction guidance.
数据与分析 / 分析洞察
dt-obs-tracing
dt-obs-tracing
Distributed traces, spans, service dependencies, and request flow analysis. Use when investigating span-level details, failures, performance bottlenecks, or trace correlation. Trigger: "trace analysis", "slow requests", "failed spans", "service dependencies", "distributed trace", "span details", "HTTP status codes in traces", "database query spans", "messaging spans", "gRPC calls", "Lambda cold starts", "trace ID lookup", "exception analysis", "correlate logs and traces", "request attributes". Do NOT use for explaining existing queries, product documentation or configuration questions, service-level RED metrics (use dt-obs-services), log searching (use dt-obs-logs), or problem analysis (use dt-obs-problems).
数据与分析 / 分析洞察
dt-obs-hosts
dt-obs-hosts
Host and process metrics including CPU, memory, disk, network, containers, and process-level telemetry. Use when analyzing infrastructure health, resource utilization, process consumption, or host discovery. Also use when building timeseries queries for host metrics that feed into analytical workflows like anomaly detection, forecasting, or seasonality analysis. Trigger: "show hosts", "CPU usage", "memory utilization", "disk space", "high CPU", "host with most free disk", "top hosts by CPU", "top processes by memory", "Linux hosts in AWS", "what databases are running", "infrastructure costs by cost center", "hosts running EOL Java", "container monitoring", "listening ports", "process resource consumption", "CPU forecast", "memory anomaly", "host seasonality". Do NOT use for explaining existing queries, product documentation questions, Kubernetes pod/workload queries (use dt-obs-kubernetes), AWS cloud resource inventory (use dt-obs-aws), or service-level metrics (use dt-obs-services).
数据与分析 / 分析洞察
dt-obs-aws
dt-obs-aws
AWS cloud resource monitoring including EC2, RDS, Lambda, ECS/EKS, VPC networking, load balancers, S3, DynamoDB, SQS/SNS, and cost optimization. Use when analyzing AWS infrastructure, resource inventory, security compliance, capacity planning, or cost savings. Trigger: "show EC2 instances", "find RDS databases", "VPC resources", "AWS cost optimization", "Lambda functions", "ECS services", "security groups", "unattached EBS volumes", "AWS load balancer topology", "publicly accessible databases", "AWS dashboards". Do NOT use for explaining existing queries, product documentation questions, generic host CPU/memory metrics (use dt-obs-hosts), application-level tracing (use dt-obs-tracing), or log analysis (use dt-obs-logs).
数据与分析 / 分析洞察
sqli-sql-injection
sqli-sql-injection
>-
数据与分析 / 分析洞察
chdb-sql
chdb-sql
In-process ClickHouse SQL engine for Python — run ClickHouse SQL queries directly on local files, remote databases, and cloud storage without a server. Use when the user wants to write SQL queries against Parquet/CSV/ JSON files, use ClickHouse table functions (mysql(), s3(), postgresql(), iceberg(), deltaLake() etc.), build stateful analytical pipelines with Session, use parametrized queries, window functions, or other advanced ClickHouse SQL features. Also use when the user explicitly mentions chdb.query(), ClickHouse SQL syntax, or wants cross-source SQL joins. Do NOT use for pandas-style DataFrame operations — use chdb-datastore instead.
数据与分析 / 分析洞察
datadog-cli
datadog-cli
Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog…
数据与分析 / 分析洞察
database-query-optimization
database-query-optimization
Improve database query performance through indexing, query optimization, and execution plan analysis. Reduce response times and database load.
数据与分析 / 分析洞察
database-schema-design
database-schema-design
Design database schemas with normalization, relationships, and constraints. Use when creating new database schemas, designing tables, or planning data models for PostgreSQL and MySQL.
数据与分析 / 分析洞察
hugging-face-datasets
hugging-face-datasets
Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset…