Agent Skills for on-device ML tasks: model fine-tuning, evaluation, and mobile deployment. Compatible with Claude Code, Codex, and Gemini CLI.
Skills follow the standardized Agent Skill format.
| Skill | Description |
|---|---|
| functiongemma-trainer | Fine-tune Google's FunctionGemma (270M) for on-device function calling. Full pipeline: dataset validation, SFT training on HF Jobs, evaluation, and LiteRT-LM export for Android. |
- Register the repository as a plugin marketplace:
/plugin marketplace add monday8am/skills
- Install a skill:
/plugin install functiongemma-trainer@monday8am/skills
Codex will identify the skills via the agents/AGENTS.md file:
codex --ask-for-approval never "Summarize the current instructions."
gemini extensions install . --consent
- FunctionGemma Trainer HF Space — documentation landing page
- Cycling Copilot model — example fine-tuned model
- Cycling Copilot dataset — example training dataset
- Project repo — full Cycling Copilot ML pipeline
MIT