estuary

38 mods across 1 repository, 7 stars between them.

estuary

01

estuary/agent-skills

Plugin Claude Code

Plugin marketplace listing 5 plugins: estuary-captures, estuary-materializations, estuary-derivations, estuary-operations, estuary-schema.

7 11d ago A tokens not measured original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Alpaca capture using flowctl to stream stock trade data into Estuary collections. Use when setting up an Alpaca Market Data source for historical and real-time stock trades. Use when user says "capture Alpaca", "stream stock trades", "Alpaca market data", or "connect Alpaca to Estuary".

7 11d ago A 72 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create a capture for ANY Estuary connector using dynamic schema discovery. Use when the user wants to capture from a source that doesn't have a dedicated skill (e.g., Kafka, Salesforce, HubSpot, Stripe, S3, GCS, Kinesis, or any of the 148+ connectors). Use when user says "capture from ", "stream from ", "connect to…

7 11d ago A 106 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an HTTP Ingest (webhook) capture to receive data via HTTP POST requests. Use when setting up webhooks from GitHub, Shopify, Stripe, or any JSON source. Use when user says "set up webhook capture", "HTTP ingest to Estuary", "receive POST requests to Estuary", or "webhook capture".

7 11d ago A 74 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create a HubSpot Real-Time capture using flowctl to stream CRM data into Estuary collections. Use when setting up a HubSpot source for contacts, companies, deals, tickets, or other HubSpot resources. Use when user says "capture HubSpot", "stream from HubSpot", "HubSpot CDC", or "connect HubSpot to Estuary".

7 11d ago A 77 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create a MongoDB CDC capture using flowctl. Use when setting up real-time streaming from MongoDB Atlas, DocumentDB, or self-hosted MongoDB. Use when user says "capture MongoDB", "stream from Mongo", "MongoDB CDC", or "connect MongoDB to Estuary".

7 11d ago A 65 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create a MySQL CDC capture using flowctl with binlog replication. Use when setting up streaming from MySQL, Amazon RDS MySQL, or Aurora MySQL. Use when user says "capture MySQL", "stream from MySQL", "MySQL CDC", "binlog replication", or "connect MySQL to Estuary".

7 11d ago A 73 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create a new PostgreSQL CDC capture from scratch using flowctl. Covers all Postgres variants (vanilla, Aurora, RDS, Cloud SQL, Supabase, Neon). Use when user says "capture Postgres", "stream from Postgres", "Postgres CDC", "set up replication slot", or "connect Postgres to Estuary".

7 11d ago A 75 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create a SQL Server CDC capture using flowctl. Use when setting up real-time streaming from SQL Server, Azure SQL, Amazon RDS SQL Server, or Google Cloud SQL. Use when user says "capture SQL Server", "stream from MSSQL", "SQL Server CDC", or "connect SQL Server to Estuary".

7 11d ago A 70 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Estuary derivation that continuously aggregates metrics (daily totals, running counts, min/max, lifetime revenue) using reduction annotations. Use for real-time dashboards, continuous materialised views, and replacing batch ETL aggregations with streaming. Derivations add complexity and cost — confirm the…

7 11d ago A 127 tokens original Apache-2.0

derivation-basics

11

estuary/agent-skills

Skill Claude CodeCodex

Foundation for writing Estuary derivations — what they are, language choice (SQL/TypeScript/Python), project layout, flowctl workflow, stateless vs stateful shuffling, and universal gotchas. Read this before any other derivation- skill. Use when user says "write a derivation", "how do derivations work", "create a…

7 11d ago A 92 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Estuary derivation for stateless filtering, field selection, and per-document field transformation. Use for WHERE clauses, projecting fields, computing new fields from existing ones, or data cleansing. Derivations add complexity and cost — confirm the user wants a derivation before reaching for this…

7 11d ago A 123 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Estuary derivation that flattens a nested array into one output document per array element. Use for normalising nested JSON, exploding line items, unpacking tags, or producing one-row-per-item tables from arrays. Derivations add complexity and cost — confirm the user wants a derivation before reaching for…

7 11d ago A 127 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Estuary derivation that joins two or more collections on a shared key, merging their fields into a single enriched collection. Use for data enrichment, denormalisation, building wide tables for BI, and real-time CDC joins. Derivations add complexity and cost — confirm the user wants a derivation before…

7 11d ago A 136 tokens original Apache-2.0

derivation-python

15

estuary/agent-skills

Skill Claude CodeCodex

Write Estuary derivations in Python — async-generator transforms, Pydantic-typed source/output, optional persistent state, and dependency installation via uv. Use for ML/embeddings, async API calls, or any transform where SQL and TypeScript are awkward. Derivations add complexity and cost (and Python derivations…

7 11d ago A 149 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Estuary derivation with custom SQLite state (internal tables) to make per-document decisions based on accumulated history — account balances, inventory levels, approval workflows, deduplication. Derivations add complexity and cost — confirm the user wants a derivation before reaching for this. Use when user…

7 11d ago A 112 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Create an Estuary derivation that maintains a sliding time window of events (e.g. "transfers in the last 24h", "failed logins in the last 5 minutes") using internal SQLite state and readDelay for time-based expiration. Derivations add complexity and cost — confirm the user wants a derivation before reaching for this.…

7 11d ago A 129 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

View publication history for catalog resources — who changed what and when. Use when investigating timeline of changes, finding who modified a connector, or correlating changes across capture/collection/materialization chains. Use when user says "what changed", "who changed", "publication history", "catalog history"…

7 11d ago A 83 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Run flowctl catalog status to check the control-plane state of an Estuary resource, or list catalog specs to see which connectors exist and which are active. Use when checking whether a task is running, disabled, or failing, interpreting status output, or enumerating connectors. Use when user says "check task status"…

7 11d ago A 154 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Pause and restart Estuary connectors by disabling and re-enabling shards via flowctl. Use when temporarily stopping a connector, performing source/destination maintenance, or forcing a fresh restart to clear transient errors or load updated configs immediately. Use when user says "pause connector", "stop connector"…

7 11d ago C 137 tokens original Apache-2.0

estuary/agent-skills

Skill Claude CodeCodex

Install and authenticate the flowctl CLI for Estuary. Use when setting up flowctl for the first time, troubleshooting authentication, upgrading to the latest version, or configuring programmatic access for CI/CD. Use when user says "install flowctl", "set up flowctl", "flowctl auth", "how to authenticate", "token…

7 11d ago B 125 tokens original Apache-2.0

estuary-logs

22

estuary/agent-skills

Skill Claude CodeCodex

Search and analyze Estuary task logs with jq filtering. Use when investigating task failures, debugging connector errors, analyzing behavior patterns, or streaming live logs. Use when user says "check logs", "show me logs", "task failing", "why is my capture failing", "why is my materialization failing", "error…

7 11d ago A 124 tokens original Apache-2.0

estuary-ssh-tunnels

23

estuary/agent-skills

Skill Claude CodeCodex

Diagnose and fix SSH tunnel connection issues for Estuary captures and materializations. Use when seeing tunnel failures, connection timeouts, or permission denied errors. Use when user says "SSH tunnel failed", "connection timeout via tunnel", "permission denied SSH", "tunnel not working", "network-tunnel failed"…

7 11d ago C 90 tokens original Apache-2.0

estuary-task-health

24

estuary/agent-skills

Skill Claude CodeCodex

Run a comprehensive health check on a single Estuary task by combining catalog status, data flow stats, recent errors, and publication history. Use when diagnosing a task that seems broken, slow, or stuck. Use when user says "is my task healthy", "something seems wrong", "check my capture", "check my materialization"…

7 11d ago A 99 tokens original Apache-2.0