38 agent markdown files indexed from estuary/agent-skills. Install any of them pinned to an exact hash with mdr add estuary/agent-skills/<name>.
capture-alpaca-create skill
estuary/agent-skills · skills/capture-alpaca-create/SKILL.md · Create an Alpaca capture using flowctl to stream stock trade data into Estuary collections. Use when setting up an…
git:20260616.babbd39 · audit A · 7 stars
capture-generic-create skill
estuary/agent-skills · skills/capture-generic-create/SKILL.md · Create a capture for ANY Estuary connector using dynamic schema discovery. Use when the user wants to capture from a…
git:20260505.8873932 · audit A · 7 stars
capture-http-ingest-create skill
estuary/agent-skills · skills/capture-http-ingest-create/SKILL.md · Create an HTTP Ingest (webhook) capture to receive data via HTTP POST requests. Use when setting up webhooks from…
git:20260505.8873932 · audit A · 7 stars
capture-hubspot-create skill
estuary/agent-skills · skills/capture-hubspot-create/SKILL.md · Create a HubSpot Real-Time capture using flowctl to stream CRM data into Estuary collections. Use when setting up a…
git:20260715.610f71c · audit A · 7 stars
capture-mongodb-create skill
estuary/agent-skills · skills/capture-mongodb-create/SKILL.md · Create a MongoDB CDC capture using flowctl. Use when setting up real-time streaming from MongoDB Atlas, DocumentDB, or…
git:20260505.8873932 · audit A · 7 stars
capture-mysql-create skill
estuary/agent-skills · skills/capture-mysql-create/SKILL.md · Create a MySQL CDC capture using flowctl with binlog replication. Use when setting up streaming from MySQL, Amazon RDS…
git:20260505.8873932 · audit A · 7 stars
capture-postgres-create skill
estuary/agent-skills · skills/capture-postgres-create/SKILL.md · Create a new PostgreSQL CDC capture from scratch using flowctl. Covers all Postgres variants (vanilla, Aurora, RDS…
git:20260505.8873932 · audit A · 7 stars
capture-sqlserver-create skill
estuary/agent-skills · skills/capture-sqlserver-create/SKILL.md · Create a SQL Server CDC capture using flowctl. Use when setting up real-time streaming from SQL Server, Azure SQL…
git:20260505.8873932 · audit A · 7 stars
derivation-aggregate-metrics skill
estuary/agent-skills · skills/derivation-aggregate-metrics/SKILL.md · Create an Estuary derivation that continuously aggregates metrics (daily totals, running counts, min/max, lifetime…
git:20260707.6b608bf · audit A · 7 stars
derivation-basics skill
estuary/agent-skills · skills/derivation-basics/SKILL.md · Foundation for writing Estuary derivations — what they are, language choice (SQL/TypeScript/Python), project layout…
git:20260707.6b608bf · audit A · 7 stars
derivation-filter-transform skill
estuary/agent-skills · skills/derivation-filter-transform/SKILL.md · Create an Estuary derivation for stateless filtering, field selection, and per-document field transformation. Use for…
git:20260707.6b608bf · audit A · 7 stars
derivation-flatten-array skill
estuary/agent-skills · skills/derivation-flatten-array/SKILL.md · Create an Estuary derivation that flattens a nested array into one output document per array element. Use for…
git:20260707.6b608bf · audit A · 7 stars
derivation-join-collections skill
estuary/agent-skills · skills/derivation-join-collections/SKILL.md · Create an Estuary derivation that joins two or more collections on a shared key, merging their fields into a single…
git:20260707.6b608bf · audit A · 7 stars
derivation-python skill
estuary/agent-skills · skills/derivation-python/SKILL.md · Write Estuary derivations in Python — async-generator transforms, Pydantic-typed source/output, optional persistent…
git:20260707.6b608bf · audit A · 7 stars
derivation-stateful-logic skill
estuary/agent-skills · skills/derivation-stateful-logic/SKILL.md · Create an Estuary derivation with custom SQLite state (internal tables) to make per-document decisions based on…
git:20260707.6b608bf · audit A · 7 stars
derivation-windowing skill
estuary/agent-skills · skills/derivation-windowing/SKILL.md · Create an Estuary derivation that maintains a sliding time window of events (e.g. "transfers in the last 24h", "failed…
git:20260707.6b608bf · audit A · 7 stars
estuary-catalog-history skill
estuary/agent-skills · skills/estuary-catalog-history/SKILL.md · View publication history for catalog resources — who changed what and when. Use when investigating timeline of changes…
git:20260505.8873932 · audit A · 7 stars
estuary-catalog-status skill
estuary/agent-skills · skills/estuary-catalog-status/SKILL.md · Run flowctl catalog status to check the control-plane state of an Estuary resource, or list catalog specs to see which…
git:20260611.9bc3697 · audit A · 7 stars
estuary-connector-restart skill
estuary/agent-skills · skills/estuary-connector-restart/SKILL.md · Pause and restart Estuary connectors by disabling and re-enabling shards via flowctl. Use when temporarily stopping a…
git:20260505.8873932 · audit A · 7 stars
estuary-flowctl-setup skill
estuary/agent-skills · skills/estuary-flowctl-setup/SKILL.md · Install and authenticate the flowctl CLI for Estuary. Use when setting up flowctl for the first time, troubleshooting…
git:20260505.8873932 · audit A · 7 stars
estuary-logs skill
estuary/agent-skills · skills/estuary-logs/SKILL.md · Search and analyze Estuary task logs with jq filtering. Use when investigating task failures, debugging connector…
git:20260505.8873932 · audit A · 7 stars
estuary-ssh-tunnels skill
estuary/agent-skills · skills/estuary-ssh-tunnels/SKILL.md · Diagnose and fix SSH tunnel connection issues for Estuary captures and materializations. Use when seeing tunnel…
git:20260505.8873932 · audit F · 7 stars
estuary-task-health skill
estuary/agent-skills · skills/estuary-task-health/SKILL.md · Run a comprehensive health check on a single Estuary task by combining catalog status, data flow stats, recent errors…
git:20260505.8873932 · audit A · 7 stars
estuary-task-stats skill
estuary/agent-skills · skills/estuary-task-stats/SKILL.md · Check task processing statistics to see how much data and how many docs are moving. Use when checking throughput…
git:20260505.8873932 · audit A · 7 stars
materialize-bigquery-create skill
estuary/agent-skills · skills/materialize-bigquery-create/SKILL.md · Create a BigQuery materialization to stream Estuary collections into BigQuery tables. Use when setting up BigQuery as a…
git:20260505.8873932 · audit A · 7 stars
materialize-clickhouse-create skill
estuary/agent-skills · skills/materialize-clickhouse-create/SKILL.md · Create a ClickHouse materialization to stream Estuary collections into ClickHouse tables. Use when setting up…
git:20260715.610f71c · audit A · 7 stars
materialize-databricks-create skill
estuary/agent-skills · skills/materialize-databricks-create/SKILL.md · Create a Databricks materialization to stream Estuary collections into Databricks tables via Unity Catalog. Use when…
git:20260505.8873932 · audit A · 7 stars
materialize-generic-create skill
estuary/agent-skills · skills/materialize-generic-create/SKILL.md · Create a materialization for any Estuary destination connector. Use this generic skill when no dedicated skill exists…
git:20260505.8873932 · audit A · 7 stars
materialize-hubspot-create skill
estuary/agent-skills · skills/materialize-hubspot-create/SKILL.md · Create a HubSpot materialization to write Estuary collections back into HubSpot CRM objects (Contacts, Companies…
git:20260814.044b6f8 · audit A · 7 stars
materialize-postgres-create skill
estuary/agent-skills · skills/materialize-postgres-create/SKILL.md · Create a PostgreSQL materialization to stream Estuary collections into PostgreSQL tables. Use when setting up…
git:20260505.8873932 · audit A · 7 stars
materialize-redshift-create skill
estuary/agent-skills · skills/materialize-redshift-create/SKILL.md · Create a Redshift materialization to stream Estuary collections into Amazon Redshift tables. Use when setting up…
git:20260505.8873932 · audit A · 7 stars
materialize-snowflake-create skill
estuary/agent-skills · skills/materialize-snowflake-create/SKILL.md · Create a Snowflake materialization to stream Estuary collections into Snowflake tables. Use when setting up Snowflake…
git:20260505.8873932 · audit A · 7 stars
schema-custom-types-ddl skill
estuary/agent-skills · skills/schema-custom-types-ddl/SKILL.md · Override default column types in materializations using castToString or custom DDL. Use when column type needs…
git:20260707.049f6ae · audit A · 7 stars
schema-define-fields skill
estuary/agent-skills · skills/schema-define-fields/SKILL.md · Add or define specific fields in a collection's readSchema. Use when fields are missing from materialization field…
git:20260707.049f6ae · audit A · 7 stars
schema-field-redaction skill
estuary/agent-skills · skills/schema-field-redaction/SKILL.md · Add redaction annotations to sensitive fields in schemas to block or hash PII. Use when configuring GDPR/HIPAA…
git:20260707.049f6ae · audit A · 7 stars
schema-field-selection skill
estuary/agent-skills · skills/schema-field-selection/SKILL.md · Control which fields are included or excluded in materializations using depth modes and field overrides. Use when…
git:20260707.049f6ae · audit A · 7 stars
schema-null-defaults skill
estuary/agent-skills · skills/schema-null-defaults/SKILL.md · Handle NULL values and set default values for missing fields in collections and materializations. Use when fields need…
git:20260707.049f6ae · audit A · 7 stars
schema-projections skill
estuary/agent-skills · skills/schema-projections/SKILL.md · Add projections to collections to rename fields or map nested JSON paths to flat column names. Use when renaming fields…
git:20260707.049f6ae · audit A · 7 stars