Skip to content

v0.1.1 — AGENTS.md for non-Claude-Code users

Choose a tag to compare

@Nattothemoon Nattothemoon released this 21 May 02:27
· 2 commits to main since this release

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 pull for the cloned path, re-download for the .skill path).
  • SKILL.md reflects CLI v0.1.1: ft list shows full UUIDs, and ft update is the recommended way to upgrade the binary.

Install (Claude Code)

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

Or 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.md

Upgrading from v0.1.0

  • Cloned install: cd ~/.claude/skills/finetuning-cli && git pull
  • .skill install: download the new file from this release page and re-install