dataflow

Generate database workflow nodes from Python models with CRUD and bulk operations.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/myeohVmzrka92/disease-risk-controller-S2 --skill dataflow-myeohvmzrka92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dataflow
Source: https://github.com/myeohVmzrka92/disease-risk-controller-S2/tree/main/.claude/skills/02-dataflow
Command: npx skills add https://github.com/myeohVmzrka92/disease-risk-controller-S2 --skill dataflow-myeohvmzrka92

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DataFlow removes the need to hand-wire repetitive database logic by turning Python models into production-ready workflow nodes, letting teams query, mutate, migrate, and validate data without falling back to raw SQL or ORM patterns.

Core Features & Use Cases

  • Automatic generation of create, read, update, delete, list, upsert, count, and bulk nodes from model definitions.
  • Support for MongoDB-style filters, grouped SQL aggregations, transactions, multi-tenancy, schema discovery, and safe existing-database integration.
  • Useful for SaaS backends, analytics pipelines, high-volume imports, FastAPI and Docker deployments, and Nexus-exposed database APIs.

Quick Start

Ask the assistant to define your DataFlow model, choose the right nodes, and generate a complete workflow for your database task.

Frequently Asked Questions about dataflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate database CRUD operations from Python models without writing raw SQL?

You can generate database CRUD workflow nodes automatically from Python model definitions, covering create, read, update, delete, list, upsert, count, and bulk operations without writing raw SQL or ORM boilerplate.

What is the best way to handle multi-tenancy and transactions in automated database workflows?

Automated database workflows support multi-tenancy and transactions natively by generating validated metadata nodes that enforce safe schema discovery, grouped SQL aggregations, and MongoDB-style filters for tenant isolation.

Can I use automated database workflows with FastAPI and Docker deployments?

Yes, automated database workflows support FastAPI and Docker deployments by generating nodes that integrate smoothly with Nexus-exposed database APIs for SaaS backends and high-volume import pipelines.

Do I need to hand-wire schema migrations for an existing database?

No, you do not need to hand-wire schema migrations for existing databases. The workflow generation provides safe existing-database integration, schema discovery capabilities, and automated migration nodes.

Does automated database workflow generation work with both SQL and document databases?

Yes, database workflow generation works across both SQL and document databases, supporting grouped SQL aggregations alongside MongoDB-style filters for unified data mutation and querying.

When should I not use automated database workflow nodes?

You should avoid automated database workflow nodes if your task requires highly custom raw SQL optimizations outside standard CRUD, bulk operations, or the standard multi-tenancy patterns covered by generated metadata.