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.mdInstall
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.mdClaude 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.mdCodex 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.mdYou 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.