thinking-machines-labthinking-machines-labOfficialยท27 Agent Skills Included

tinker-cookbook

Fine-tune, evaluate, and debug language models with ready-made training recipes

Runs supervised fine-tuning, reinforcement learning, DPO, and distillation experiments on the Tinker training service. Eliminates the complexity of distributed GPU training, renderer mismatches, and hyperparameter guesswork with tested recipes and benchmarks. Helps AI agents plan experiments, monitor training runs, and diagnose slow or broken pipelines automatically.
npx skills add thinking-machines-lab/tinker-cookbook --all -g -y
Available:

Instructs the AI agent on the repository's architecture, type system, and common pitfalls so it can correctly write, run, and debug Tinker training and evaluation code using the bundled research, debug, and inkling skills.

All Skills in This Repository (27)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

tinker-cli

Automate Tinker training runs and checkpoint management via CLI, including HuggingFace Hub publishing.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

renderers

Converts chat-style messages into model-ready token sequences for training and inference.

Official
Advanced
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

evals

Evaluate language model training with inline evaluators and Inspect AI benchmarks.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

ci

Standardize testing conventions and GitHub Actions CI pipelines across projects.

Official
Advanced
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

contributing

Provides a guide for setting up, coding, and contributing to tinker-cookbook.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

environments

Design reusable RL environments with Env, EnvGroupBuilder, and RLDataset patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

weights

Downloads, merges LoRA adapters, and publishes models to HuggingFace Hub.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

datasets

Construct and normalize ML datasets across JSONL, HuggingFace, and conversation formats.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

checkpoints

Save and manage ML training checkpoints via REST API and CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

completers

Generate tokens or structured messages via SamplingClient wrappers for RL rollouts.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

setup

Guide Tinker installation, environment setup, API key provisioning, and verification.

Official
Intermediate
๐Ÿ“ฆ In Repo
thinking-machines-labthinking-machines-lab

distillation

Automate knowledge distillation from teacher to student models via the Tinker API.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install tinker-cookbook?โ–ผ

Run `npx skills add thinking-machines-lab/tinker-cookbook --all -g -y` in your terminal to install all skills in this suite globally.

What can I do with tinker-cookbook?โ–ผ

You can fine-tune language models with SFT, RL, DPO, and distillation recipes, run standard benchmarks, and export trained weights, all through the hosted Tinker training service.

Do I need my own GPUs to train models?โ–ผ

No. Your training scripts run on a regular CPU machine while the Tinker service handles all the heavy GPU work in the cloud.

Can AI agents help debug slow training runs?โ–ผ

Yes. The included debug skill walks agents through systematic triage of slow steps, hangs, renderer mismatches, and weight export issues.

Does it work with Claude Code?โ–ผ

Yes. The skills follow the universal SKILL.md standard and trigger automatically in Claude Code when you ask to set up training or diagnose issues.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’