awslabs/finetuning-technique
Selects a fine-tuning technique (SFT, DPO, RLVR, or RLAIF) for the user's use case and validates it against the selected model's available recipes. Use when the user has decided to finetune and needs to choose a technique, or when the technique needs to be validated against a model. Requires a base model to already be selected (via model-selection skill).
npx skills add https://github.com/awslabs/agent-plugins --skill finetuning-technique
Guides the user through selecting a fine-tuning technique based on their use case and validates compatibility with the selected model.
use_case_spec.md file exists. If not, activate the use-case-specification skill to generate it first.Consult references/finetune_technique_selection_guide.md to recommend the best-fit technique based on the use case and the user's needs (SFT, DPO, RLVR, RLAIF).
Present the recommendation and reasoning to the user. Ask if they'd like to go with the recommendation or prefer a different technique.
python finetuning-technique/scripts/get_recipes.py <model-name> <hub-name>Present a summary to the user:
Here's what we've selected:
- Base model: [model name]
- Fine-tuning technique: [SFT/DPO/RLVR/RLAIF]
references/finetune_technique_selection_guide.md — Technique guidance (SFT/DPO/RLVR/RLAIF)Take awslabs/finetuning-technique from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.