Skills for the Gemma and model/agent interactions
| Skill | Description |
|---|---|
gemma-dev |
Skill for building application with Gemma or for general knowledge inquiries related to Gemma models |
gemma-trainer |
Skill for training, fine-tuning, or adapt Gemma models (e.g. SFT, DPO. RLHF, Reward Modeling) on local hardware |
You can browse and install skills using either the Vercel skills CLI or the Context7 skills CLI.
Using Vercel skills CLI
# Interactively browse and install skills.
npx skills add google-gemma/gemma-skills --list
# Install a specific skill (e.g., gemma-dev).
npx skills add google-gemma/gemma-skills --skill gemma-dev --globalUsing Context7 skills CLI
# Interactively browse and install skills.
npx ctx7 skills install /google-gemma/gemma-skills
# Install a specific skill (e.g., gemma-dev).
npx ctx7 skills install /google-gemma/gemma-skills gemma-devThis is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.