Workspace IndexKnowledge Notes › Two reading lists, and the same instruction — steal the structure, not the content

#195PoC

Two reading lists, and the same instruction — steal the structure, not the content

Ninety-odd distilled agent skills from Google, and a free three-hour course that runs the whole arc from agent design to revenue. Neither is worth reading for what it says. Both are worth thirty minutes for how they are shaped.

Two thirty-minute skims, not two courses. For the skills repository: pick 2-3 well-written skills and steal their structure — how a trigger is described, how much context a skill assumes, where it stops. For the course: watch the design intro (00:00) and the loops-versus-graphs chapter (2:24) and skip the rest unless something in those two chapters is genuinely new. (Notion queue, added 2026-08-07 and 2026-08-08.)

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.mdformat 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.

Where it lands in Jayverse

  • Rabbit: decide loop vs graph for the payment agent explicitly. Given irreversible on-chain actions, model mandate execution as a graph of named states (proposed → simulated → approved → sent) rather than an open loop, for auditability.
  • OFA: model solver bidding rounds as a graph, not an open loop. A named-state design keeps a failed bid from silently retrying into a duplicate, the same failure mode the loop-vs-graph chapter warns about.
  • Auditor/gitboard: borrow the trigger-design discipline for internal runbooks. Any future SKILL.md-style runbook (e.g., Verex resolution) should state an explicit "when does this fire" line, the way a good skill trigger does.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
steal the structure형식(구조)만 따다 쓰다(내용이 아니라) · 남의 자료에서 배울 부분을 짚을 때. "steal the structure, not the content"
distilled정제된·핵심만 추린 · 방대한 지식을 요약해 담아낸 것. "Ninety-odd distilled agent skills from Google"
sitting at the intersection of~의 교차점에 있는 · 두 분야가 겹치는 지점에 위치할 때. "sitting at the intersection of the LLM track"
spanning~을 아우르는·걸쳐 있는 · 강의나 자료가 여러 주제를 포괄할 때. "A free ex-Google-engineer course spanning agent design"
end-to-end arc처음부터 끝까지 이어지는 흐름 · 단편이 아니라 전체 과정을 보여줄 때. "The value is the end-to-end arc"
deserve more than~할 가치가 그 이상은 아니다(부정문에서) · 투입할 시간의 상한을 정할 때. "neither deserves more than thirty minutes"
quietly assumes otherwise은근슬쩍 다르게 전제하다 · 겉으론 안 그런 척하지만 실은 다른 가정을 깔고 있을 때. "a reading list is exactly the thing that quietly assumes"
cannot be borrowed carelessly함부로 빌려 쓸 수 없다 · 맥락 없이 그대로 가져다 쓰면 안 되는 것. "the only part that cannot be borrowed carelessly"
encode an assumption전제를 담고 있다(내포하다) · 설계 하나에 암묵적 가정이 녹아있을 때. "it encodes an assumption about what the reader is doing"
survive changing(다른 걸 다 바꿔도) 그대로 남다·유효하다 · 다른 선택이 바뀌어도 변치 않는 핵심 결정. "survives changing every other choice"

← All Knowledge Notes · Workspace Index · Top ↑

읽을거리 둘, 그리고 같은 지시 — 내용이 아니라 구조를 훔쳐 올 것

Google 의 증류된 에이전트 스킬 90여 개, 그리고 에이전트 설계에서 수익화까지 전체 호를 도는 3시간 무료 코스. 어느 쪽도 내용 때문에 읽을 값은 없습니다. 둘 다 형태 때문에 30분씩 값이 있습니다.

코스 둘이 아니라 30분 훑기 둘. 스킬 저장소: 잘 쓴 스킬 2~3개를 골라 구조만 훔쳐 옵니다 — 트리거를 어떻게 서술하는지, 스킬이 컨텍스트를 얼마나 전제하는지, 어디서 멈추는지. 코스: 설계 인트로(00:00)루프 대 그래프(2:24) 만 보고, 그 두 장에서 진짜로 새로운 게 나오지 않는 한 나머지는 건너뜁니다. (Notion 지시, 2026-08-07 · 08-08 추가.)

둘은 같은 이유로 큐에 들어왔고, 그것은 읽을거리가 보통 추가되는 이유가 아닙니다. 이 리포트 자체가 SKILL.md 로 굴러갑니다. 그래서 Google 의 증류된 지식 스킬 약 90개 — 제품·아키텍처·베스트 프랙티스를, Claude 의 SKILL.md 생태계와 같은 방식으로 포장한 것 — 의 값어치는 내용이 아닙니다. Google 이 스킬 포맷과 트리거 설계를 Claude 와 어떻게 다르게 구조화했는지 비교하는 것입니다. 스킬은 엄격한 제약(불러올 값어치가 있어야 한다)을 가진 작은 설계 산출물이고, 남의 것을 읽는 것이 그 제약이 다르게 풀린 모습을 보는 가장 싼 방법입니다.

코스는 축척만 다른 같은 지시입니다. 전 구글 엔지니어의 무료 코스로 에이전트 설계 → 휴먼 핸드오프 → RAG·벡터DB → Google Cloud 배포 → WhatsApp 수익화 → 대화-리드 전환 → 루프 대 그래프 → 멀티툴 에이전트 그래프. 값어치는 엔드투엔드 호입니다 — Agents → RAG → Deployment → Leads → Revenue 를 끊기지 않은 한 편으로 — LLM 트랙과 에이전트 서비스 판매 비즈니스 카테고리의 교차점에 있습니다. 대부분의 자료는 그중 한 단계를 잘 다루고, 전체 모양을 보여주는 것은 거의 없습니다.

그리고 정직한 메모는, 어느 쪽도 30분 이상을 받을 자격이 없다는 것이고, 그래서 카드 둘이 아니라 하나입니다. one-page-not-the-curriculum등급별 자료가 걸어야 할 순서가 아니라 오늘 막힌 지점에서 펼칠 레퍼런스라고 주장하고 — 읽을거리 목록이야말로 조용히 그 반대를 전제하는 것입니다. 항목 둘, 30분 둘, 지시 하나: 형태를 가져가고 나머지는 두고 온다.

동작 방식

각각에서 가져올 것과 건너뛸 것

Google Skills Repository(약 90개) 3시간 무료 에이전트 코스
정체 증류된 지식을 에이전트 스킬로 포장 — 제품·아키텍처·베스트 프랙티스 에이전트 설계 → 휴먼 핸드오프 → RAG·벡터DB → Cloud 배포 → WhatsApp 수익화 → 리드 → 루프 대 그래프
여기 있는 이유 이 리포트가 SKILL.md 로 굴러감 — 내용이 아니라 포맷 비교 엔드투엔드 호를 한 편으로
가져올 것 트리거 설계, 스킬이 전제하는 컨텍스트 양, 어디서 멈추는지 설계 인트로와 루프 대 그래프
건너뛸 것 나머지 약 87개 그 두 장이 이미 다룬 전부
예산 30분 30분

끝나고 적어 둘 단 하나

각각은 언제 발동할지를 어떻게 정하는가? 스킬의 트리거는 함부로 빌려올 수 없는 유일한 부분입니다 — 그 스킬이 유의미해지는 순간 독자가 무엇을 하고 있는지에 대한 전제를 인코딩하기 때문입니다. 그 질문에 대한 Google 의 답과 Claude 의 답이 곧 비교이고, 둘이 어디서 갈리는지 한 문단이 이 카드의 산출물 전부입니다.

왜 루프 대 그래프가 남길 장인가

다른 모든 선택을 바꿔도 살아남는 유일한 구조적 결정이기 때문입니다 — 루프는 조건이 성립할 때까지 같은 단계로 다시 들어가고, 그래프는 명시적 간선을 따라 이름 붙은 상태들을 지나갑니다. 앞은 쓰기 쉽고 추론하기 어렵고, 뒤는 반대입니다. 관측 가능성·재시도 동작·비용 상한이 전부 여기서 따라 나옵니다. the-harness-not-the-model 이 이것을 신경 쓰고 수익화 장이 신경 쓰지 않는 이유입니다.

Jayverse에서의 위치

  • Rabbit: 결제 에이전트에 대해 루프 대 그래프를 명시적으로 결정한다. 온체인 액션이 되돌릴 수 없다는 점을 고려해, 위임 실행을 열린 루프가 아니라 이름 붙은 상태들의 그래프(제안 → 시뮬레이션 → 승인 → 전송)로 모델링해 감사 가능성을 확보한다.
  • OFA: 솔버 입찰 라운드를 열린 루프가 아니라 그래프로 모델링한다. 이름 붙은 상태 설계는 실패한 입찰이 조용히 재시도되어 중복 실행되는 것을 막아준다. 루프 대 그래프 챕터가 경고하는 것과 같은 실패 모드다.
  • Auditor/gitboard: 내부 런북에 트리거 설계 규율을 적용한다. 향후 SKILL.md 형태의 런북(예: Verex 정산)은 좋은 스킬 트리거처럼 "언제 발동하는가"를 명시적으로 한 줄 적어둔다.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
steal the structure형식(구조)만 따다 쓰다(내용이 아니라) · 남의 자료에서 배울 부분을 짚을 때. "steal the structure, not the content"
distilled정제된·핵심만 추린 · 방대한 지식을 요약해 담아낸 것. "Ninety-odd distilled agent skills from Google"
sitting at the intersection of~의 교차점에 있는 · 두 분야가 겹치는 지점에 위치할 때. "sitting at the intersection of the LLM track"
spanning~을 아우르는·걸쳐 있는 · 강의나 자료가 여러 주제를 포괄할 때. "A free ex-Google-engineer course spanning agent design"
end-to-end arc처음부터 끝까지 이어지는 흐름 · 단편이 아니라 전체 과정을 보여줄 때. "The value is the end-to-end arc"
deserve more than~할 가치가 그 이상은 아니다(부정문에서) · 투입할 시간의 상한을 정할 때. "neither deserves more than thirty minutes"
quietly assumes otherwise은근슬쩍 다르게 전제하다 · 겉으론 안 그런 척하지만 실은 다른 가정을 깔고 있을 때. "a reading list is exactly the thing that quietly assumes"
cannot be borrowed carelessly함부로 빌려 쓸 수 없다 · 맥락 없이 그대로 가져다 쓰면 안 되는 것. "the only part that cannot be borrowed carelessly"
encode an assumption전제를 담고 있다(내포하다) · 설계 하나에 암묵적 가정이 녹아있을 때. "it encodes an assumption about what the reader is doing"
survive changing(다른 걸 다 바꿔도) 그대로 남다·유효하다 · 다른 선택이 바뀌어도 변치 않는 핵심 결정. "survives changing every other choice"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑