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.

Ir para a instalação

Informações da origem

Repositório
mangowhoiscloud/crumb
Última atividade na origem
2 de maio de 2026 às 20:34
Idioma detectado do SKILL.md
inglês
Estrelas
2
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub