By Taiyi-AI-Lab
Skill for running cloud-hosted MinT LoRA fine-tuning workflows with SFT, DPO, GRPO, evaluation, adapter download, and quota checks.
Use when users need local CUDA GRPO fine-tuning for LLMs, including reward function design, TRL GRPOTrainer setup, LoRA training templates, dry runs, evaluation, training-curve interpretation, and troubleshooting.
Use when users need cloud-hosted MinT (Mind Lab Toolkit) LoRA fine-tuning on macaron.im rather than local GPU training, including SFT, DPO, GRPO, eval, adapter download, token quota, mindlab-toolkit, save_weights_for_sampler, and Macaron model training API workflows.
Reusable agent skills for AI training and fine-tuning workflows.
Download a released skill zip from the links below, then extract it into your agent's skill directory:
unzip grpo-finetune-2.0.0.zip -d ~/.codex/skills/
unzip mint-lora-training-1.0.0.zip -d ~/.codex/skills/
Claude Code users can also install this repository as a plugin marketplace source when plugin marketplace support is available:
/plugin marketplace add Taiyi-AI-Lab/AI-Workflow-Skills
grpo-finetuneCategory: AI Training / Fine-Tuning
Best for: running an end-to-end local GRPO fine-tuning workflow for LLMs, including environment checks, reward functions, training script templates, dry runs, full training, evaluation, and troubleshooting.
Highlights:
Links: README · SKILL.md · Download v2.0.0 .zip
mint-lora-trainingCategory: AI Training / Fine-Tuning
Best for: running cloud-hosted MinT LoRA fine-tuning on macaron.im without local GPU training, including SFT, DPO, GRPO, evaluation, adapter download, and quota checks.
Highlights:
Links: README · SKILL.md · Download v1.0.0 .zip
npm run list
npm run pack -- --skill grpo-finetune
npm run pack -- --skill mint-lora-training
npm run validate
npm run validate checks manifests, builds release zips, verifies README
download markers, compiles bundled Python scripts, and scans for secrets or
private local paths.
Per-skill releases use this tag format:
grpo-finetune-v2.0.0
mint-lora-training-v1.0.0
Use npm run release:dry before publishing. The tag-triggered GitHub Action
validates the manifest version, builds a zip and sha256 file, creates a GitHub
Release, and syncs the README download links.
skills/
├── grpo-finetune/
│ ├── README.md
│ ├── SKILL.md
│ ├── manifest.json
│ ├── references/
│ └── templates/
└── mint-lora-training/
├── README.md
├── SKILL.md
├── manifest.json
├── scripts/
└── workflows/
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub taiyi-ai-lab/ai-workflow-skills --plugin grpo-finetune-skillsCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer