From redpanda-connect
Creates or repairs Redpanda Connect pipeline configurations interactively with guidance and validation, using required context and optional existing file.
How this command is triggered — by the user, by Claude, or both
Slash command
/redpanda-connect:pipelineThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
{{#if file}}
Use the **pipeline-assistant** skill to help fix or modify the configuration at: **{file}**
Context: {context}
{{else}}
Use the **pipeline-assistant** skill to help create a configuration for: **{context}**
{{/if}}{{#if file}} Use the pipeline-assistant skill to help fix or modify the configuration at: {file} Context: {context} {{else}} Use the pipeline-assistant skill to help create a configuration for: {context} {{/if}}
npx claudepluginhub redpanda-data/connect --plugin redpanda-connect/fire-migrate-databaseGuides database migration between PostgreSQL, MySQL, SQLite, and SQL Server through a structured 6-step pipeline: assess, plan, execute, verify.
/pipelineScaffolds data pipelines (Airflow, Dagster) with best-practice patterns — generates DAG structure, task definitions, error handling, and scheduling from a description or spec file.
/recoveryImplements disaster recovery and point-in-time recovery (PITR) for production databases via WAL archiving, automated backups, failover, testing, and runbooks.
/pipelineDesigns, implements, tests, and debugs data pipelines and ETL with quality validation, schema contracts, observability, and error handling. Supports Airflow, dbt, Dagster, Prefect.
/replicationImplements streaming and logical replication for PostgreSQL/MySQL with automatic failover, lag monitoring, read scaling, and high availability setup.
/d1-setupInteractive wizard sets up Cloudflare D1 database: creates DB via wrangler, configures Worker bindings, generates/runs schema and first migration.