Skip to content

kestra-io/migration-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

migration-skills

Claude Code skills for migrating workflows to Kestra.

Skills

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.

Usage

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-kestra

Then invoke it in Claude Code:

/migrate-airflow-kestra dags/my_dag.py kestra/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors