Build with deepmind
Skill hiteshbandhu/skills-i-use/skills/ai-engineer-talks/build-with-deepmind
Drop-in skills and plugins for your AI development workflows
npx -y skills add hiteshbandhu/skills-i-use --skill build-with-deepmindAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Builds products on Google DeepMind Gemini, Gemma, Nano, Live agents, proactive async agents, and edge deployment. Use when integrating Gemini API, Gemma open models, Android on-device AI, conversational/voice agents, agent manager patterns, or edge Gemma inference.
SKILL.md
2.2 KB, as published. Nobody here has run it
Build with DeepMind
Action playbook from nine Google DeepMind @ AI Engineer talks. Do not summarize talks — pick a workflow theme and execute it.
Supporting files:
Optional: ./skill-outputs/build-with-deepmind/
Step 0 — Pick workflow theme
What is the user trying to do?
├─ Gemini API / Gemini 3 / multimodal generation → gemini-api
├─ Gemma open models, fine-tune, self-host → gemma-open
├─ Android on-device Gemini Nano → gemini-nano
├─ Voice / Live conversational agents → live-agents
├─ Proactive async coding agents (Jules patterns) → proactive-agents
├─ Agent manager / browser / IDE control plane → agent-manager
├─ Edge Gemma deployment → edge-ai
└─ Train/serve diffusion image/video at scale → generative-scale
Open workflows.md for the matching section.
Install
cp -r skills/build-with-deepmind ~/.claude/skills/
cp -r skills/build-with-deepmind ~/.cursor/skills/
cp -r skills/build-with-deepmind ~/.codex/skills/
cp -r skills/build-with-deepmind ~/.agents/skills/
Source: playlists/google-deepmind-ai-engineer/ in ingest-into-skills.
Cross-cutting rules
| Rule | Source |
|---|---|
| Track Gemini model + API + app releases together | [src-001 @ 0:04:53] |
| Eval tool-calling when upgrading Gemini generations | [src-002 @ 0:02:12] |
| Match Gemma size to device latency budget | [src-003 @ 0:01:28] |
| Live API for realtime voice; batch API for async | [src-005 @ 0:09:04] |
| Log proactive agent actions for trust | [src-006 @ 0:09:00] |
Output to user
- Name theme + deliverables
- Save artifacts under
./skill-outputs/build-with-deepmind/when requested - Do not auto-commit