Skip to content

v0.1.0 — initial release

Choose a tag to compare

@Nattothemoon Nattothemoon released this 20 May 11:37
· 3 commits to main since this release

First release of the finetuning-cli Claude Code skill.

What it does

Teaches Claude how to drive the ft CLI for finetuning.ai from a Claude Code session. Detects install + login state silently, then drives the generate / list / get / download / me happy paths. Handles common errors (401, 402, 403, 429, QUEUE_FULL).

Install

Option A — clone into your skills folder:

```bash
git clone https://github.com/Nattothemoon/finetuning-cli-skill.git ~/.claude/skills/finetuning-cli
```

Option B — download the packaged `.skill` file attached to this release and install via Claude Code's skill manager (or extract its contents into `~/.claude/skills/finetuning-cli/`).

Prerequisites

  • Claude Code (CLI, desktop, or web)
  • finetuning.ai Pro or Lifetime plan (public API is paid-only)
  • The `ft` CLI installed (the skill will help install it if missing)

Benchmark

In skill-creator evals: 100% pass rate with the skill vs 79% without, ~38s faster, ~1.2k fewer tokens per task on average. The biggest delta was the "fresh Windows install" case, where the baseline (no skill) hallucinated that no CLI existed.