Bootstrap d3k in standalone AI apps (Codex, Cursor, Claude Code): detect/install dev3000, start d3k as the runtime, and use unified logs plus CDP browser…
d3k Standalone Bootstrap Use this skill when working in a standalone AI app and you need reliable local web debugging with browser + server context. Why d3k-first d3k captures server logs, browser console, network events, and screenshots in one timeline. d3k exposes a stable CDP endpoint so the agent can control the same browser session being monitored. Running npm run dev or bun run dev directly omits this unified telemetry and usually leads to weaker diagnoses. Bootstrap Workflow Confirm whether d3k is installed: command -v d3k >/dev/null && d3k --version
don't have the plugin yet? install it then click "run inline in claude" again.