MixtrainDocsBlog

Use the Mixtrain skill to give AI coding agents the platform patterns they need to write models, workflows, datasets, and evaluations.

The skill is published here:

https://mixtrain.ai/skills/mixtrain/SKILL.md

Install

For agents that can import a skill from a URL, use the published skill file:

Install the Mixtrain skill from https://mixtrain.ai/skills/mixtrain/SKILL.md

Claude Code

Install as a personal Claude Code skill:

mkdir -p ~/.claude/skills/mixtrain
curl -L https://mixtrain.ai/skills/mixtrain/SKILL.md \
  -o ~/.claude/skills/mixtrain/SKILL.md

Codex and other agents

Install the skill locally:

mkdir -p ~/.agents/skills/mixtrain
curl -L https://mixtrain.ai/skills/mixtrain/SKILL.md \
  -o ~/.agents/skills/mixtrain/SKILL.md

You may need to restart your agent after installing the skill.

Use

Ask your coding agent to build with Mixtrain:

Use the Mixtrain skill to create a workflow that loads a dataset, runs two image models, and creates an evaluation.

or use slash commands

/mixtrain Create a workflow that loads a dataset, runs two image models, and creates an evaluation.

The skill is aware of both SDK and cli to interact with Mixtrain.

Agent-Readable Docs

For a longer reference that LLMs can read directly, use Build with Claude Code. The content is a detailed Mixtrain API guide for coding agents.

On this page