# Dekc Doctor

> Doctor

- Skill: `spillwavesolutions/dekc-doctor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/dekc-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/dekc-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/dekc-doctor

---


# Doctor

One-screen health: validation, business-object coverage, orphan tables, plus
toolchain (Python, ripgrep, SQLite FTS5) and whether
`knowledge/.dekc/index.sqlite` is present. Warms the index status on each run.
If rg is missing, offer installing ripgrep yourself — never from a hook.

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_doctor.py" --repo . --bundle knowledge
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_validate.py" --repo . --bundle knowledge
```

