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.

Zur Installation springen

Quellinformationen

Repository
mangowhoiscloud/crumb
Letzte Quellaktivität
2. Mai 2026 um 20:48
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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).
Auf GitHub ansehen