Skip to main content

crumb-explain

Explain a Crumb transcript event kind (39+ kinds: qa.result, judge.score, step.judge, user.intervene, handoff.rollback, etc.). Returns category, emitter, parent chain, payload shape, source-of-truth (D1-D6), and wiki spec ref. Trigger on "judge.score 가 뭐야?", "qa.result 는 뭔가요?", "explain <kind>", "이 kind 어디 emit?", "what is the X kind", "어떤 actor 가 emit해?", or any schema-vocabulary question. Read-only. Do NOT trigger for general "what is Crumb" or status questions.

설치로 이동

소스 정보

저장소
mangowhoiscloud/crumb
최근 소스 활동
2026년 5월 2일 20:34
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
crumb-explain
description
Explain a Crumb transcript event kind (39+ kinds: qa.result, judge.score, step.judge, user.intervene, handoff.rollback, etc.). Returns category, emitter, parent chain, payload shape, source-of-truth (D1-D6), and wiki spec ref. Trigger on "judge.score 가 뭐야?", "qa.result 는 뭔가요?", "explain <kind>", "이 kind 어디 emit?", "what is the X kind", "어떤 actor 가 emit해?", or any schema-vocabulary question. Read-only. Do NOT trigger for general "what is Crumb" or status questions.
# /crumb-explain — 39 kind schema lookup When the user asks about a transcript event kind: **Preferred path** — call the `crumb_explain` MCP tool with `{kind: "<name>"}`. **Fallback path** — `npx tsx src/index.ts explain "<kind>"`. For partial matches (e.g., "user" → user.intervene / user.veto / ...), tool returns a did-you-mean list. Explicit slash form: `/crumb-explain <kind>`. Reference: `src/helpers/explain.ts` (KIND_REGISTRY), `protocol/schemas/message.schema.json`, v0.1 §3.3.
GitHub에서 보기