Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计通过

materialize-docs物化文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,093

周安装

89

GitHub Stars

2

下载量

733
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:materialize-docs(物化文档)
来源仓库:https://github.com/materializeinc/agent-skills
仓库路径:skills/materialize-docs
安装命令:
npx skills add https://github.com/materializeinc/agent-skills --skill materialize-docs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/materializeinc/agent-skills --skill materialize-docs

简介

materialize-docs 用于辅助文档、README、Markdown 和内容稿件的整理与改写,适合提炼结构、统一术语或检查链接。

  • 适用于需要优化文档可读性与一致性的写作与编辑任务。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用该技能。
  • 使用时应保留项目已有事实,避免将未确认信息写成确定结论。
  • 涉及对外文案时需控制语气,避免过度营销或夸大能力。

SKILL.md

Materialize Documentation

This skill provides comprehensive documentation for Materialize, a streaming database for real-time analytics.

How to Use This Skill

When a user asks about Materialize:

  1. For SQL syntax/commands: Read files in the sql/ directory
  2. For core concepts: Read files in the concepts/ directory
  3. For data ingestion: Read files in the ingest-data/ directory
  4. For transformations: Read files in the transform-data/ directory

Documentation Sections

Administrations

  • Usage (Self-Managed): administration/usage/index.md
  • Usage & billing (Cloud): administration/billing/index.md

Concepts

Learn about the core concepts in Materialize.

  • Namespaces: concepts/namespaces/index.md
  • Clusters: concepts/clusters/index.md
  • Indexes: concepts/indexes/index.md
  • Reaction Time, Freshness, and Query Latency: concepts/reaction-time/index.md
  • Sinks: concepts/sinks/index.md
  • Sources: concepts/sources/index.md
  • Views: concepts/views/index.md

Ingest data

Best practices for ingesting data into Materialize from external systems.

  • Amazon EventBridge: ingest-data/webhooks/amazon-eventbridge/index.md
  • AWS PrivateLink connections (Cloud-only): ingest-data/network-security/privatelink/index.md
  • CockroachDB CDC using Kafka and Changefeeds: ingest-data/cdc-cockroachdb/index.md
  • Debezium: ingest-data/debezium/index.md
  • Fivetran: ingest-data/fivetran/index.md
  • HubSpot: ingest-data/webhooks/hubspot/index.md
  • Kafka: ingest-data/kafka/index.md
  • MongoDB: ingest-data/mongodb/index.md
  • Monitoring data ingestion: ingest-data/monitoring-data-ingestion/index.md
  • MySQL: ingest-data/mysql/index.md
  • *(and 12 more files in this section)*

Manage Materialize

  • Appendix: Alternative cluster architectures: manage/appendix-alternative-cluster-architectures/index.md
  • Disaster recovery (Cloud): manage/disaster-recovery/index.md
  • Monitoring and alerting: manage/monitor/index.md
  • Operational guidelines: manage/operational-guidelines/index.md
  • Use dbt to manage Materialize: manage/dbt/index.md
  • Use Terraform to manage Materialize: manage/terraform/index.md

Materialize console

Introduction to the Materialize Console, user interface for Materialize

  • Admin (Cloud-only): console/admin/index.md
  • Clusters: console/clusters/index.md
  • Connect (Cloud-only): console/connect/index.md
  • Create new: console/create-new/index.md
  • Database object explorer: console/data/index.md
  • Integrations: console/integrations/index.md
  • Monitoring: console/monitoring/index.md
  • SQL Shell: console/sql-shell/index.md
  • User profile: console/user-profile/index.md

Overview

Learn how to efficiently transform data using Materialize SQL.

  • Dataflow troubleshooting: transform-data/dataflow-troubleshooting/index.md
  • FAQ: Indexes: transform-data/faq/index.md
  • Freshness troubleshooting: transform-data/freshness-troubleshooting/index.md
  • Idiomatic Materialize SQL: transform-data/idiomatic-materialize-sql/index.md
  • Optimization: transform-data/optimization/index.md
  • Patterns: transform-data/patterns/index.md
  • Troubleshooting: transform-data/troubleshooting/index.md
  • Updating materialized views: transform-data/updating-materialized-views/index.md

References

  • Explain plan operators: reference/explain-plan-operators/index.md
  • M.1 to cc size mapping: reference/m1-cc-mapping/index.md
  • System catalog: reference/system-catalog/index.md
  • System clusters: reference/system-clusters/index.md

Security

  • Appendix: security/appendix/index.md
  • Cloud: security/cloud/index.md
  • Self-managed: security/self-managed/index.md

Self-Managed Deployments

Learn about the key components and architecture of self-managed Materialize deployments.

  • Appendix: self-managed-deployments/appendix/index.md
  • Configuring System Parameters: self-managed-deployments/configuration-system-parameters/index.md
  • Deployment guidelines: self-managed-deployments/deployment-guidelines/index.md
  • FAQ: self-managed-deployments/faq/index.md
  • Installation: self-managed-deployments/installation/index.md
  • Materialize CRD Field Descriptions: self-managed-deployments/materialize-crd-field-descriptions/index.md
  • Materialize Operator Configuration: self-managed-deployments/operator-configuration/index.md
  • Self-managed release versions: self-managed-deployments/release-versions/index.md
  • Troubleshooting: self-managed-deployments/troubleshooting/index.md
  • Upgrading: self-managed-deployments/upgrading/index.md

Serve results

Serving results from Materialize

  • SELECT and SUBSCRIBE: serve-results/query-results/index.md
  • Sink results: serve-results/sink/index.md
  • Use BI/data collaboration tools: serve-results/bi-tools/index.md
  • Use foreign data wrapper (FDW): serve-results/fdw/index.md

SQL commands

SQL commands reference.

  • Namespaces: sql/namespaces/index.md
  • ALTER CLUSTER: sql/alter-cluster/index.md
  • ALTER CLUSTER REPLICA: sql/alter-cluster-replica/index.md
  • ALTER CONNECTION: sql/alter-connection/index.md
  • ALTER DATABASE: sql/alter-database/index.md
  • ALTER DEFAULT PRIVILEGES: sql/alter-default-privileges/index.md
  • ALTER INDEX: sql/alter-index/index.md
  • ALTER MATERIALIZED VIEW: sql/alter-materialized-view/index.md
  • ALTER NETWORK POLICY (Cloud): sql/alter-network-policy/index.md
  • ALTER ROLE: sql/alter-role/index.md
  • *(and 108 more files in this section)*

Tools and integrations

Get details about third-party tools and integrations supported by Materialize

  • Client libraries: integrations/client-libraries/index.md
  • Coding Agent Skills: integrations/coding-agent-skills/index.md
  • Connect to Materialize via HTTP: integrations/http-api/index.md
  • Connect to Materialize via WebSocket: integrations/websocket-api/index.md
  • Connection Pooling: integrations/connection-pooling/index.md
  • Foreign data wrapper (FDW) : integrations/fdw/index.md
  • MCP Server: integrations/mcp-server/index.md
  • mz - Materialize CLI: integrations/cli/index.md
  • mz-debug: integrations/mz-debug/index.md
  • SQL clients: integrations/sql-clients/index.md

Quick Reference

Common SQL Commands

CommandDescription
CREATE SOURCEConnect to external data sources (Kafka, PostgreSQL, MySQL)
CREATE MATERIALIZED VIEWCreate incrementally maintained views
CREATE INDEXCreate indexes on views for faster queries
CREATE SINKExport data to external systems
SELECTQuery data from sources, views, and tables

Key Concepts

  • Sources: Connections to external data systems that stream data into Materialize
  • Materialized Views: Views that are incrementally maintained as source data changes
  • Indexes: Arrangements of data in memory for fast point lookups
  • Clusters: Isolated compute resources for running dataflows
  • Sinks: Connections that export data from Materialize to external systems

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.6%
按下载量换算239

Claude

28.51%
按下载量换算209

Cursor

19.62%
按下载量换算144

Gemini CLI

9.96%
按下载量换算73

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/materializeinc/agent-skills --skill materialize-docs 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills