Instructions file CodexOpenCode
Instructions for kestra-io/kestra, covering coding agent guidelines for kestra open source edition, comments, project, tech stack and critical code patterns.
Instructions file CodexOpenCode
Instructions for kestra-io/kestra, covering coding agent guidelines for kestra open source edition, comments, project, tech stack and critical code patterns.
Instructions file
Instructions for kestra-io/kestra, a project described as: Event Driven Orchestration & Scheduling Platform for Mission Critical Applications.
Skill Claude CodeCodex
Audit one or more existing Kestra flows and add production-hardening controls — retries, timeouts, concurrency limits, error/finally/afterExecution handlers, SLAs, checks, and idempotency guards. Produces a severity-ranked findings report, then applies confirmed edits. Use when users ask to harden, audit, review, or…
Skill Claude CodeCodex
Generate, modify, or debug Kestra Flow YAML by fetching the live flow schema and applying the same guardrails used by the Kestra AI Copilot. Use when users ask to create, write, update, or fix a Kestra flow.
Skill Claude CodeCodex
Operate Kestra environments using kestractl for context setup, flow inspection, flow validation and deployment, execution monitoring, namespace operations, and namespace file management. Use when users request Kestra operational CLI tasks in dev, staging, or production.
Skill Claude CodeCodex
Migrate an Airflow DAG to a production-ready Kestra flow. Extracts Python task logic into namespace files, maps DAG dependencies to Kestra tasks, and preserves parallel execution structure.