Skip to main content

crumb-doctor

Check whether the host environment can run Crumb — 3 host CLI authentication (Claude Code / Codex / Gemini), playwright availability, htmlhint fallback. Returns viable-preset table. Trigger on "환경 점검해줘", "doctor", "어떤 preset 가능?", "preset 가능한 거 알려줘", "is my setup ready?", "what can I run?", "환경 어때?", or before starting a fresh session in an unfamiliar environment. Read-only.

Ir para a instalação

Informações da origem

Repositório
mangowhoiscloud/crumb
Última atividade na origem
2 de maio de 2026 às 20:48
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-doctor
description
Check whether the host environment can run Crumb — 3 host CLI authentication (Claude Code / Codex / Gemini), playwright availability, htmlhint fallback. Returns viable-preset table. Trigger on "환경 점검해줘", "doctor", "어떤 preset 가능?", "preset 가능한 거 알려줘", "is my setup ready?", "what can I run?", "환경 어때?", or before starting a fresh session in an unfamiliar environment. Read-only.
# /crumb-doctor — environment health check When the user asks about environment readiness or what presets are viable: **Preferred path** — call the `crumb_doctor` MCP tool (no args). **Fallback path** — `npx tsx src/index.ts doctor`. Output table: `| Host | Status | Detail |` for Claude Code / Codex CLI / Gemini CLI / playwright / htmlhint. Then `## Recommended preset (for the current environment)` with viable / not-viable per preset. Explicit slash form: `/crumb-doctor`. Reference: `src/helpers/doctor.ts`, v0.1 §3 (auth-manager spec).
Ver no GitHub