/customize
Tune a DeepInit run with buttons — depth, issue detection, outputs, scope, cost, and the freshness/notification settings (disable the nudge, change its cadence/time-window) — no flags to type. Opens a native multiple-choice picker, then runs.
$ npx -y skills add deepfusionlabs/deep-init --agent claude-codeShips with deep-init. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/customize
Context preview
What this command does when you run it.
Tune a DeepInit run with buttons — depth, issue detection, outputs, scope, cost, and the freshness/notification settings (disable the nudge, change its cadence/time-window) — no flags to type. Opens a native multiple-choice picker, then runs.
Claude Code plugin that writes grounded, verified context for your coding agent — every claim checked against your code. Lean CLAUDE.md + deep docs, 100% local, MIT.
Repo: deepfusionlabs/deep-init
Other commands on deep-init.
- /check
Is the context layer still true? 0-token staleness + broken-citation audit (no LLM, CI-friendly). Add --status for the fast hash-only subset.
Open command - /doctor
DeepInit preflight — tools, scope, resolved config (and whether it's valid), enabled issue families, estimated cost. 0 tokens, no LLM. Offers to install the freshness hooks.
Open command - /fast
DeepInit quick pass — a full run with the review cycles skipped (faster, cheaper). Same as `deep-init fast`.
Open command - /help
Show all DeepInit commands + key options, grouped and ordered by how often you'll use them. Instant, no analysis.
Open command - /plugin-update
Upgrade DeepInit to the latest version — pulls the newest from the marketplace (on one confirm), then guides the host-correct reload. Ends the "is my plugin stale?" dance.
Open command - /refresh
Refresh only what changed since the last run — incremental re-analysis of the touched components + issue lifecycle, on demand.
Open command

