v0.1.1 — AGENTS.md for non-Claude-Code users
What's new
- AGENTS.md — cross-agent guide for Codex, Cursor, Aider, Cline, Windsurf, and any other AI coding agent that isn't Claude Code. Same content as SKILL.md, no Claude-specific frontmatter. Drop it into your project root and your agent picks it up automatically.
- README now documents how to update the skill after install (
git pullfor the cloned path, re-download for the.skillpath). - SKILL.md reflects CLI v0.1.1:
ft listshows full UUIDs, andft updateis the recommended way to upgrade the binary.
Install (Claude Code)
git clone https://github.com/Nattothemoon/finetuning-cli-skill.git ~/.claude/skills/finetuning-cliOr grab finetuning-cli-skill.skill (attached below) and install via Claude Code's skill manager.
Install (other agents)
curl -fsSL https://raw.githubusercontent.com/Nattothemoon/finetuning-cli-skill/main/AGENTS.md > AGENTS.mdUpgrading from v0.1.0
- Cloned install:
cd ~/.claude/skills/finetuning-cli && git pull .skillinstall: download the new file from this release page and re-install