Portable agent guides for deploy, pipeline configuration, and fault tolerance. Works with Cursor, Claude Code, GitHub Copilot, and any LLM assistant.
Repository: https://github.com/dataflow-operator/skills
Documentation: https://dataflow-operator.github.io/docs/agent-skills/
See INSTALL.md for Cursor, Claude Code, Copilot, and generic setup.
git clone https://github.com/dataflow-operator/skills.git /tmp/dataflow-skills
mkdir -p .cursor/skills # Cursor — or .claude/skills for Claude Code
cp -r /tmp/dataflow-skills/* .cursor/skills/Or open AGENTS.md in this repository — index for any agent without copying files.
| Skill | Cursor | Purpose |
|---|---|---|
dataflow |
@dataflow |
Entry point: CRD selection, navigation |
dataflow-deploy |
@dataflow-deploy |
Helm, CRD, verify |
dataflow-config |
@dataflow-config |
Write DataFlow / DataFlowCron YAML |
dataflow-fault-tolerance |
@dataflow-fault-tolerance |
Idempotency, checkpoint, ack |
https://github.com/dataflow-operator/dataflow/tree/main/config/samples
Developed in the dataflow-operator monorepo under skills/ and published here. See dataflow-operator/.cursor/skills/SYNC.md for sync workflow.