Skill Claude CodeCodex
Use for ZenML repo work involving tests, PRs, migrations, docs, integrations, models, orchestrators, server, or storage.
Skill Claude CodeCodex
Use for ZenML repo work involving tests, PRs, migrations, docs, integrations, models, orchestrators, server, or storage.
Agent Claude Code
Emulates Michael’s PR review style. Proactively discovers the current PR (or asks), diffs against the develop branch by default, analyzes changes and related context across the repo, and produces a structured, practical markdown review with actionable feedback, tests to add, rollout/deprecation plans, generated-code…
Agent Claude Code
Emulates Stefan’s PR review style. Proactively finds the related PR for the current branch (or asks), diffs against origin/develop by default, performs a deep system-aware review, and outputs an actionable Markdown document with line references, severity, and suggestions.
Command Claude Code
Read all changed files in the current git branch.
Command Claude Code
Format code, stage changes, and create a pull request.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing format.sh. From zenml-io/zenml.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Skill Claude CodeCodex
Write or review Pydantic Field(description=...) text for ZenML stack component configs. Use when adding, editing, or reviewing config fields in src/zenml/integrations//flavors/ or any StackComponentConfig subclass, or when scripts/validatedescriptions.py fails.
Cursor rule Cursor
Project-wide commenting policy — explain WHY the code is the way it is; avoid change-log comments.
Cursor rule Cursor
How to understand, add or modify ZenML domain models.
Cursor rule Cursor
How to understand, add or update ZenML ORM schemas.
Instructions file CodexOpenCode
Instructions for zenml-io/zenml, covering zenml codex agent guidelines, project structure, always-loaded rules, common commands and branches, git, and prs.
Instructions file
Instructions for zenml-io/zenml, covering zenml claude code guidelines, project structure, use zenml docs via mcp, code style & quality standards and commenting policy — explain why, not what.
Skill Claude CodeCodex
Add or change a Kitaru framework adapter that records native agent runs or supports bounded replay. Use for Python adapter distributions under plugins/packages or TypeScript adapter packages under packages, not trace importers or core API work.
Skill Claude CodeCodex
Use for Kitaru commands, CLI, analytics, PRs.
Skill Claude CodeCodex
Use this when editing or reviewing Kitaru documentation, examples, generated reference docs, docs redirects, or docs CI behavior.
Skill Claude CodeCodex
Add or change a separately packaged Kitaru trace importer that normalizes provider exports into imported sessions. Use for importer packages under plugins/packages, not recording adapters or unrelated SDK, API, or server work.
Skill Claude CodeCodex
Discover dependencies and prepare or execute Kitaru core and plugin releases, including version proposals, Kitaru UI selection, release PRs, ordered tag commands, artifact verification, and recovery. Use when a user asks what a release depends on or wants to prepare, cut, publish, verify, or recover a Kitaru, Kitaru…
Skill Claude CodeCodex
Use for Kitaru tests, CI, releases.
Skill Claude CodeCodex
Add, reuse, or change a frontend-specific Kitaru REST response under /api/v1/ui and its OpenAPI contract in zenml-frontend-monorepo. Use when a dashboard screen needs a purpose-built data shape, not for ordinary reusable resources or UI bundle releases.
Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
Instructions file CodexOpenCode
Instructions for zenml-io/kitaru, covering repository guidelines, project map, core commands, coding style and testing.
Instructions file
Instructions for zenml-io/kitaru, covering claude.md, what is kitaru?, project layout, documentation surfaces and website and marketing assets.
Instructions file CodexOpenCode
Instructions for zenml-io/mcp-zenml, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.