Why
Both of these entered the queue for the same reason, and it is not the reason a reading list usually gets added. This report itself runs on a SKILL.md, so the value of Google's ~90 distilled-knowledge skills — product, architecture, best practices, packaged the same way Claude's SKILL.md ecosystem packages them — is not the content. It is comparing how Google structures skill format and trigger design against Claude's approach. A skill is a small design artefact with a hard constraint (it must be worth loading), and reading someone else's is the cheapest way to see the constraint solved differently.
The course is the same instruction at a different scale. A free ex-Google-engineer course spanning agent design, human handoff, RAG and vector DBs, Cloud deployment, WhatsApp monetization, conversation-to-lead conversion, and loops versus graphs. The value is the end-to-end arc — Agents → RAG → Deployment → Leads → Revenue in one continuous piece — sitting at the intersection of the LLM track and the sell agent services business category. Most material covers one of those stages well; almost none shows the whole shape.
And the honest note is that neither deserves more than thirty minutes, which is why they belong in one card rather than two. one-page-not-the-curriculum argues that graded material is a reference to open at today's block rather than a sequence to walk — and a reading list is exactly the thing that quietly assumes otherwise. Two entries, two half-hours, one instruction: take the shape and leave the rest.
How it works
What to take from each, and what to skip
| Google Skills Repository (~90 skills) | Free 3-hour agent course | |
|---|---|---|
| What it is | Distilled knowledge packaged as agent skills — product, architecture, best practice | Agent design → human handoff → RAG/vector DBs → Cloud deployment → WhatsApp monetization → leads → loops vs graphs |
| Why it is here | This report runs on a SKILL.md — format comparison, not content |
The end-to-end arc in one piece |
| Take | Trigger design, how much context a skill assumes, where it stops | The design intro and loops versus graphs |
| Skip | The other ~87 | Everything the two chapters already covered |
| Budget | 30 minutes | 30 minutes |
The one thing worth writing down afterwards
How does each decide when to fire? A skill's trigger is the only part that cannot be borrowed carelessly — it encodes an assumption about what the reader is doing at the moment the skill becomes relevant. Google's answer and Claude's answer to that question are the comparison, and one paragraph noting where they differ is the entire deliverable of this card.
Why loops versus graphs is the chapter to keep
It is the one structural decision in agent design that survives changing every other choice: a loop re-enters the same step until a condition holds; a graph moves through named states with explicit edges. The first is easier to write and harder to reason about; the second is the opposite. Everything about observability, retry behaviour and cost ceilings follows from it, which is why the-harness-not-the-model cares about it and a monetization chapter does not.