zenml-io

55 mods across 5 repositories, 5.9k stars between them.

mcp-zenml CLAUDE.md

25

zenml-io/mcp-zenml

Instructions file

Instructions for zenml-io/mcp-zenml, covering claude.md, commands, testing and development, code quality and development workflow.

49 7d ago A 4,968 tokens original MIT

mcp-zenml

26

zenml-io/mcp-zenml

MCP server Claude CodeCodexCursor +2

MCP server "mcp-zenml" as configured in zenml-io/mcp-zenml. Runs in Docker (docker.io/zenmldocker/mcp-zenml:1.5.1). Needs 2 environment variables to run.

49 7d ago A tokens not measured original MIT

zenml

27

zenml-io/skills

Plugin Claude Code

Plugin marketplace listing 14 plugins: zenml-quick-wins, zenml-scoping, zenml-pipeline-authoring, zenml-airflow-migration, zenml-argo-migration.

6 2mo ago A tokens not measured original MIT

skills AGENTS.md

28

zenml-io/skills

Instructions file CodexOpenCode

Instructions for zenml-io/skills, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

6 2mo ago A 2,617 tokens original MIT

skills CLAUDE.md

29

zenml-io/skills

Instructions file

Instructions for zenml-io/skills, covering claude.md, repository purpose, current plugins, architecture and key files.

6 2mo ago A 2,070 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Apache Airflow DAGs, operators, and workflows to idiomatic ZenML pipelines. Handles concept mapping (DAG→pipeline, operator→step, XCom→artifact), code translation, scheduling, retry config, Docker settings, and flags unsupported patterns (trigger rules, sensors, dynamic task mapping) for human review. Use this…

6 2mo ago A 214 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Argo Workflows, WorkflowTemplates, ClusterWorkflowTemplates, and CronWorkflows to idiomatic ZenML pipelines. Handles concept mapping, YAML-to-Python translation, scheduling, retries, Kubernetes-native pattern analysis, and flags unsupported patterns such as status-based depends logic, shared volumes…

6 2mo ago A 165 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Azure Machine Learning SDK v2 pipelines, components, environments, and schedules to idiomatic ZenML pipelines. Handles concept mapping (@pipeline -> @pipeline, @commandcomponent -> @step, Environment(...) -> DockerSettings(...), AzureML compute -> AzureMLOrchestratorSettings), code translation, Azure-aware…

6 2mo ago A 291 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Dagster assets, ops, graphs, jobs, and software-defined asset workflows to idiomatic ZenML pipelines. Handles concept mapping (asset->step output, job->pipeline, IOManager->artifact store/materializer + explicit IO steps), asset-boundary planning, code translation, scheduling, retry config, resources/config…

6 2mo ago A 274 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Databricks Workflows (Lakeflow Jobs) to idiomatic ZenML pipelines. Handles concept mapping (Job->pipeline, Task->step, task values->artifact), notebook refactoring, code translation for all Databricks task types (notebooktask, pythonwheeltask, sqltask, dbttask, conditiontask, foreachtask, runjobtask…

6 2mo ago A 292 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Flyte workflows, tasks, LaunchPlans, and Flytekit code to idiomatic ZenML pipelines. Handles concept mapping (@task->@step, @workflow->@pipeline, maptask()->dynamic .map(), conditional()->dynamic branching, LaunchPlan->schedule/config split), code translation, special-type migration (FlyteFile, FlyteDirectory…

6 2mo ago A 309 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Kedro pipelines and projects to idiomatic ZenML pipelines. Handles concept mapping (node->step, Pipeline->pipeline, Data Catalog->explicit boundary steps plus artifacts, params:->typed parameters), catalog analysis, code translation, hooks/runners/deployment mapping, and flags unsupported patterns…

6 2mo ago A 258 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Metaflow flows and Outerbounds-flavored Metaflow projects to idiomatic ZenML pipelines. Handles concept mapping (FlowSpec->pipeline, @step->@step, self. artifacts->explicit returns and inputs), code translation for Parameters, IncludeFile, Config, self.next transitions, branch/join, foreach, scheduling…

6 2mo ago A 267 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Author ZenML pipelines: @step/@pipeline decorators, type hints, multi-output steps, dynamic vs static pipelines, artifact data flow, ExternalArtifact, YAML configuration, DockerSettings and ResourceSettings for remote execution, custom materializers, metadata logging, secrets management, pipeline deployments, live…

6 2mo ago A 168 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Prefect flows, tasks, and deployment patterns to idiomatic ZenML pipelines. Handles concept mapping (@flow→@pipeline, @task→@step, result persistence→artifacts), dynamic-execution analysis, code translation, scheduling, retries, Blocks/secrets decomposition, and flags unsupported patterns (allowfailure()…

6 2mo ago A 257 tokens original MIT

zenml-io/skills

Agent

Analyzes Python codebase for ZenML patterns and feature usage. Use proactively in Phase 1 of the quick-wins workflow to scan for quick win opportunities. Returns a structured summary of current ZenML feature adoption and improvement opportunities.

6 2mo ago A 46 tokens original MIT

zenml-io/skills

Agent

Investigates ZenML stack configuration and component setup by running CLI commands. Use proactively in Phase 1 of the quick-wins workflow to gather stack information. Returns a structured summary of stacks, components, and recent pipeline activity.

6 2mo ago A 45 tokens original MIT

zenml-quick-wins

42

zenml-io/skills

Skill Claude CodeCodex

Implements ZenML quick wins to enhance MLOps workflows. Investigates codebase and stack configuration, recommends high-priority improvements, and implements metadata logging, experiment tracking, alerts, scheduling, secrets management, tags, git hooks, HTML reports, Model Control Plane setup, live streaming events…

6 2mo ago A 129 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Amazon SageMaker Pipelines and workflow code to idiomatic ZenML pipelines. Handles concept mapping (Pipeline->@pipeline, ProcessingStep/TrainingStep->@step, PropertyFile/JsonGet->artifacts), code translation, SagemakerOrchestratorSettings mapping, scheduling, model-registration strategy, and flags unsupported…

6 2mo ago A 269 tokens original MIT

zenml-scoping

44

zenml-io/skills

Skill Claude CodeCodex

Scope and decompose ML workflow ideas into realistic ZenML pipeline architectures. Runs an in-depth interview to help users break down ambitious or over-engineered plans into well-composed multi-pipeline setups, identify what belongs in a pipeline vs. what doesn't, define cross-pipeline data flow via the Model Control…

6 2mo ago A 196 tokens original MIT

zenml-io/skills

Skill Claude CodeCodex

Migrate Vertex AI Pipelines (Kubeflow Pipelines v2 / PipelineJob workflows) to idiomatic ZenML pipelines. Handles concept mapping (@dsl.pipeline -> @pipeline, @dsl.component -> @step, PipelineJob.createschedule(...) -> Schedule(...)), artifact-contract translation (Input[Dataset], InputPath, .uri, .path), Google Cloud…

6 2mo ago A 307 tokens original MIT

kitaru

46

zenml-io/kitaru-skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: kitaru.

4 4d ago A tokens not measured original Apache-2.0

kitaru

47

zenml-io/kitaru-skills

Plugin Claude Code

Experience Kitaru, build integrations, investigate sessions, select evaluators, and run bounded replay experiments.

4 4d ago A tokens not measured original Apache-2.0

skills-release

48

zenml-io/kitaru-skills

Skill Claude CodeCodex

Use when cutting a release of the kitaru-skills repository — pushing develop to main, bumping the kitaru plugin version, tagging a version, or publishing a GitHub Release for the Claude Code marketplace.

4 4d ago A 47 tokens original Apache-2.0