Claude Code skills for migrating workflows to Kestra.
| Skill | Description |
|---|---|
| migrate-airflow-kestra | 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. |
Skills are loaded by Claude Code from ~/.claude/skills/. To use a skill from this repo, symlink the directory:
ln -s /path/to/migration-skills/migrate-airflow-kestra ~/.claude/skills/migrate-airflow-kestraThen invoke it in Claude Code:
/migrate-airflow-kestra dags/my_dag.py kestra/